/* QAFlow - includes/feed-features.php
   Extracted from inline style="" attributes that were embedded inside JS
   template-literal / string-concatenation HTML (comment replies, mention
   autocomplete, GIF picker empty states, post notification toast). All
   values are static (not derived from per-record DB data). Descendant
   selectors are used where needed so these safely win over the more
   generic .comment-item / .comment-bubble base rules defined elsewhere
   (e.g. question.php) regardless of stylesheet load order. */

.reply-list .ff-reply-item {
    padding: 6px 0;
}

.ff-reply-avatar {
    width: 24px;
    height: 24px;
}

.ff-reply-bubble {
    padding: 6px 10px;
}

.ff-reply-name {
    font-size: .78rem;
}

.ff-reply-text {
    margin: 0;
    font-size: .82rem;
}

.ff-mention-name {
    font-size: .85rem;
}

.ff-mention-handle {
    color: var(--text-secondary);
}

.ff-gif-grid-msg {
    grid-column: 1/-1;
}

.ff-gif-grid-msg-sm {
    font-size: .82rem;
}

.ff-notif-icon {
    font-size: 1.5rem;
    color: var(--primary);
}

.ff-notif-title {
    font-size: .85rem;
}

.ff-notif-msg {
    font-size: .8rem;
    color: var(--text-secondary);
}
