/* QAFlow - Chat Widget (includes/chat-widget.php) */

.cw-hidden { display: none; }

.cw-fs-85 { font-size: .85rem; }
.cw-fs-83 { font-size: .83rem; }
.cw-fs-82 { font-size: .82rem; }

.cw-chatview {
    display: none;
    flex-direction: column;
    height: 100%;
}

.cw-profile-link {
    color: var(--text-secondary);
    font-size: .85rem;
}

.cw-input-wrap {
    position: relative;
    flex: 1;
}

.cw-input-el {
    width: 100%;
}

.cw-avatar-wrap {
    position: relative;
    flex-shrink: 0;
}

.cw-icon-faded {
    font-size: 36px;
    opacity: .3;
}

.cw-sr-name {
    font-weight: 600;
    font-size: .85rem;
}

.cw-sr-username {
    color: var(--text-secondary);
}

.cw-gif-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 16px;
    color: var(--text-secondary);
    font-size: .82rem;
}

.cw-bubble-gif {
    padding: 4px;
}

.cw-gif-msg-img {
    max-width: 200px;
    border-radius: 12px;
}

.cw-inline-img {
    max-width: 200px;
    border-radius: 8px;
    display: block;
}
