.web-chat-capture {
    display: block;
    width: 100%;
    max-height: 300px;
    object-fit: contain;
    margin-top: 9px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #f8fafc;
    cursor: pointer;
}

.web-chat-capture-label {
    display: block;
    margin-top: 6px;
    color: #64748b;
    font-size: 10px;
}

.web-chat-file:has(.web-chat-paste-preview) {
    padding: 8px;
    color: #475569;
}

.web-chat-paste-preview {
    display: block;
    width: 100%;
    max-height: 180px;
    object-fit: contain;
    margin-bottom: 7px;
    border-radius: 8px;
    background: #f1f5f9;
}

.web-chat-file span,
.web-chat-file small {
    display: block;
}

.web-chat-message.assistant .web-chat-bubble strong {
    color: #b70d2b;
    font-weight: 750;
}

.web-chat-file small {
    margin-top: 2px;
    color: #94a3b8;
}
