.crm-email-body {
    font-size: 0.95rem;
}

.crm-email-body__preview,
.crm-email-body__quoted {
    white-space: pre-wrap;
}

.crm-email-body__quoted {
    border-left: 3px solid #dee2e6;
    margin-top: 0.75rem;
    padding-left: 1rem;
    color: #6c757d;
    font-size: 0.9rem;
}

.crm-email-body__quoted.is-hidden {
    display: none;
}

.crm-email-preview__body {
    min-height: 150px;
    background: #fff;
}

.crm-email-preview__body img {
    max-width: 100%;
}

.crm-email-thread-separator {
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    border-top: 1px dashed #dee2e6;
    margin: 0.5rem 1rem;
    padding-top: 0.5rem;
}

.notification-badge {
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 0.6rem;
    transform: translate(50%, -30%);
}

.notification-dropdown {
    width: 360px;
    max-height: 420px;
    overflow: hidden;
}

.notification-dropdown .list-group {
    max-height: 260px;
    overflow-y: auto;
}

.notification-item.is-unread {
    background: #f8fafc;
}

.notification-item.is-unread .fw-semibold {
    color: #0b4a6f;
}

.notification-empty {
    background: #fff;
}
