/* ==========================================================================
   EXTENSION LEGAL: SECCIÓN DE POLÍTICAS Y TÉRMINOS
   ========================================================================== */

.legal-container {
    max-width: 800px; /* Reducción de ancho optimizada para legibilidad de lectura */
    margin: 4rem auto;
}

.legal-content {
    background-color: transparent;
    color: var(--text-main);
}

.legal-header {
    border-bottom: 1px solid var(--border-light);
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
}

.legal-title {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.legal-updated {
    font-size: 0.9rem;
    color: var(--text-muted);
}

.legal-section {
    margin-bottom: 3rem;
}

.legal-section h2 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
    border-left: 3px solid var(--text-main);
    padding-left: 0.75rem;
}

.legal-section h3 {
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.legal-section p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--text-muted);
    margin-bottom: 1.2rem;
}

.legal-list {
    list-style-type: square;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.legal-list li {
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--text-muted);
    margin-bottom: 0.5rem;
}

.legal-list li strong {
    color: var(--text-main);
}

.legal-notice-box {
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid var(--border-light);
    border-radius: 4px;
    padding: 1.5rem;
    margin: 1.5rem 0;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-main);
}

@media (max-width: 768px) {
    .legal-container {
        margin: 2rem auto;
    }
    .legal-title {
        font-size: 1.8rem;
    }
    .legal-section h2 {
        font-size: 1.25rem;
    }
}
