.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;
}
