/* Email-specific styles — extends your existing inbox-container styles */

.email-ai-summary {
    background: var(--primary-soft, #eef4ff);
    border-left: 3px solid var(--primary, #4f7cff);
    padding: 8px 12px;
    margin: 8px 0;
    font-size: 13px;
    border-radius: 4px;
}

.email-msg-header {
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--border-color, #eee);
}

.email-msg-header strong {
    color: var(--text-color);
    font-weight: 600;
}

.email-msg-date {
    margin-top: 4px;
    font-size: 11px;
}

.email-msg-body {
    white-space: pre-wrap;
    line-height: 1.5;
    font-size: 14px;
}

.chat-message.inbound {
    background: var(--bg-card, #fff);
    border: 1px solid var(--border-color, #eee);
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.chat-message.outbound {
    background: var(--primary-soft, #eef4ff);
    border: 1px solid var(--primary, #4f7cff);
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 10px;
    margin-left: 40px;
}

.conversation-subject {
    font-weight: 500;
    font-size: 13px;
    color: var(--text-color);
    margin: 4px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
