/* ========================================================================
   H3 MAIL — LEGIBILIDADE DA INTERFACE
   Regras finais para páginas institucionais e identificação da conta.
   ======================================================================== */

.settings-heading p {
    font-size: 15px;
    line-height: 1.65;
}

.settings-card-heading h2 {
    font-size: 19px;
    line-height: 1.3;
}

.settings-kicker {
    font-size: 10px;
}

.settings-badge {
    font-size: 11px;
}

.settings-description {
    font-size: 14px;
    line-height: 1.65;
}

.settings-card .field span {
    font-size: 14px;
}

.settings-card .field input,
.settings-select-field select {
    font-size: 15px;
}

.theme-preference-preview {
    font-size: 13px;
}

.settings-save {
    font-size: 13px;
}

.contact-main strong {
    font-size: 14px;
    line-height: 1.35;
}

.contact-main span,
.contact-usage {
    font-size: 12px;
    line-height: 1.4;
}

.contacts-empty,
.contacts-pagination {
    font-size: 13px;
    line-height: 1.55;
}

.support-card-copy h2,
.support-about-copy h2 {
    font-size: 22px;
    line-height: 1.25;
}

.support-card-copy p,
.support-about-copy p {
    font-size: 15px;
    line-height: 1.65;
}

.support-primary-button,
.support-secondary-button {
    min-height: 48px;
    font-size: 14px;
}

.support-about-footer {
    font-size: 13px;
    line-height: 1.5;
}

.topbar-account-summary span {
    font-size: 9px;
}

.topbar-account-summary strong {
    font-size: 13px;
}

.topbar-account-summary small {
    font-size: 11px;
}

@media (max-width: 760px) {
    .settings-heading p {
        font-size: 15px;
    }

    .settings-card-heading h2 {
        font-size: 18px;
    }

    .settings-description,
    .support-card-copy p,
    .support-about-copy p {
        font-size: 15px;
    }

    .support-card-copy h2,
    .support-about-copy h2 {
        font-size: 21px;
    }

    .support-primary-button,
    .support-secondary-button {
        width: 100%;
        font-size: 14px;
    }

    .support-about-footer {
        font-size: 13px;
    }

    .contact-main strong {
        font-size: 14px;
    }

    .contact-main span {
        font-size: 12px;
    }
}
