/* Legal + contact pages */
.legal-page .content-card {
    border-radius: 14px;
    padding: 24px;
    line-height: 1.72;
}

.legal-page .section-title {
    margin-bottom: 14px;
    font-size: 30px;
    line-height: 1.25;
}

.legal-page .content-card h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.35;
}

.legal-page .content-card h3 {
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.4;
}

.legal-page .content-card p,
.legal-page .content-card li {
    color: #344054;
}

.legal-page .content-card ul {
    margin-bottom: 12px;
    padding-left: 1.2rem;
}

.legal-page .content-card a {
    text-underline-offset: 2px;
}

@media (max-width: 767.98px) {
    .legal-page .content-card {
        padding: 16px;
    }

    .legal-page .section-title {
        font-size: 24px;
    }

    .legal-page .content-card h2 {
        font-size: 19px;
    }

    .legal-page .content-card h3 {
        font-size: 16px;
    }
}
