.mentions-feed {
    width: 100%;
}

.mentions-feed .unit-title {
    margin-bottom: 12px;
    display: block;
}

.mentions-feed-list {
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 12px;
    scrollbar-width: thin;
}

.mentions-feed-list::-webkit-scrollbar {
    width: 6px;
}

.mentions-feed-list::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

.mentions-feed-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
    min-height: 50px;
}

.mentions-feed-empty {
    text-align: center;
    padding: 20px;
    opacity: 0.6;
    font-size: 14px;
}

.mention-tweet-item {
    min-height: 200px;
    margin-bottom: 12px;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.mention-tweet-item:last-child {
    margin-bottom: 0;
}
