/* QAFlow - Chat Page styles
   Extracted from chat.php inline style="" attributes (including JS-built markup strings) */

.chat-relative {
    position: relative;
}

.chat-icon-lg {
    font-size: 48px;
    opacity: 0.3;
}

.chat-hidden {
    display: none;
}

.chat-search-name {
    font-weight: 600;
    font-size: 0.9rem;
}

.chat-search-username {
    color: var(--text-secondary);
}
