/* Estilos para páginas de conteúdo legal (Termos de Uso, Política de Privacidade) */
/* Complementa css/main.1.0.0.css — não redefine nenhuma classe Tailwind existente */

.legal-content h1 {
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: .5rem;
}

.legal-content .legal-updated {
    font-size: .875rem;
    color: #6b7280;
    margin-bottom: 2.5rem;
}

.legal-content h2 {
    font-size: 1.375rem;
    font-weight: 700;
    color: #0f172a;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.legal-content h2:first-of-type {
    margin-top: 0;
}

.legal-content h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin-top: 1.5rem;
    margin-bottom: .5rem;
}

.legal-content p {
    color: #4b5563;
    line-height: 1.75;
    margin-bottom: 1rem;
}

.legal-content ul,
.legal-content ol {
    color: #4b5563;
    line-height: 1.75;
    margin: 0 0 1rem 1.25rem;
}

.legal-content ul {
    list-style: disc;
}

.legal-content ol {
    list-style: decimal;
}

.legal-content li {
    margin-bottom: .5rem;
}

.legal-content a {
    color: #2563eb;
    text-decoration: underline;
}

.legal-content strong {
    color: #0f172a;
}

.legal-content .legal-callout {
    background: #f4f7f6;
    border-left: 4px solid #2563eb;
    border-radius: .75rem;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    font-size: .875rem;
    color: #0f172a;
}

.legal-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
    font-size: .875rem;
}

.legal-content th,
.legal-content td {
    text-align: left;
    padding: .75rem;
    border: 1px solid #e5e7eb;
    color: #4b5563;
    vertical-align: top;
}

.legal-content th {
    background: #f4f7f6;
    color: #0f172a;
    font-weight: 700;
}
