/* Páginas legais (Termos de Uso, Política de Privacidade, Subprocessadores) — reaproveita about.css, adiciona só o que é específico de texto jurídico. */

.legal-text h2 {
    margin: 2.5rem 0 1rem;
    color: #1e266d;
    font-size: 1.375rem;
    font-weight: 800;
}

.legal-text h2:first-child {
    margin-top: 0;
}

.legal-text h3 {
    margin: 2rem 0 0.875rem;
    color: #1e266d;
    font-size: 1.125rem;
    font-weight: 700;
}

.legal-text .legal-updated {
    margin-bottom: 2.5rem;
    color: #8a92a3;
    font-size: 0.875rem;
    font-style: italic;
}

.legal-text .legal-list {
    margin: 0 0 1.5rem;
    padding-left: 1.25rem;
    color: #515867;
    font-size: 1.0625rem;
    line-height: 1.8;
}

.legal-appendix p {
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.7;
}

.legal-appendix p:last-child {
    margin-bottom: 0;
}

.legal-table-wrap {
    overflow-x: auto;
    margin: 1.5rem 0 2.5rem;
    border: 1px solid #e5e9ef;
    border-radius: 12px;
}

.legal-table {
    width: 100%;
    min-width: 640px;
    border-collapse: collapse;
    font-size: 0.9375rem;
}

.legal-table th,
.legal-table td {
    padding: 0.875rem 1.125rem;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #e5e9ef;
    color: #515867;
}

.legal-table th {
    background-color: #f9f9f9;
    color: #1e266d;
    font-weight: 700;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.legal-table tr:last-child td {
    border-bottom: none;
}

.legal-table td strong {
    color: #1e266d;
}

@media (max-width: 576px) {
    .legal-text h2 {
        font-size: 1.1875rem;
    }
}
