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

.hub-provision-page {
    --hub-ink: #12303b;
    --hub-accent: #c95f35;
    --hub-accent-soft: #f8e4db;
    --hub-surface: #f7f3ee;
}

.hub-provision-hero {
    background:
        radial-gradient(circle at top right, rgba(201, 95, 53, 0.18), transparent 32%),
        linear-gradient(135deg, #17313a, #244b58 60%, #35616c);
    color: #fff;
}

.hub-provision-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.75rem;
    opacity: 0.8;
    margin-bottom: 0.75rem;
}

.hub-provision-form-card {
    position: sticky;
    top: 1.5rem;
}

.hub-site-preview {
    border: 1px solid #ece3da;
    background: linear-gradient(180deg, #fff, var(--hub-surface));
}

.hub-module-grid {
    display: grid;
    gap: 0.75rem;
}

.hub-module-option {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
    border: 1px solid #eadfd5;
    border-radius: 0.9rem;
    background: #fff;
    cursor: pointer;
}

.hub-module-option input {
    margin-top: 0.2rem;
}

.hub-module-option strong {
    display: block;
    color: var(--hub-ink);
}

.hub-module-option small {
    display: block;
    color: #6c757d;
}
