/* Estilos compartidos para paginas de documentos legales */
.legal-doc {
    max-width: 860px;
    padding: 24px 16px 48px;
    color: #333;
    font-size: 15px;
    line-height: 1.7;
}

.legal-doc h1 {
    font-size: 26px;
    font-weight: 700;
    color: #111;
    margin-bottom: 6px;
}

.legal-doc h2 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-top: 32px;
    margin-bottom: 10px;
    border-bottom: 2px solid #F47D44;
    padding-bottom: 4px;
}

.legal-doc h3 {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin-top: 20px;
    margin-bottom: 8px;
}

.legal-doc p {
    margin-bottom: 12px;
}

.legal-doc ul, .legal-doc ol {
    margin: 10px 0 14px 24px;
}

.legal-doc li {
    margin-bottom: 6px;
}

.legal-doc a {
    color: #F47D44;
    text-decoration: underline;
}

.legal-doc a:hover {
    color: #d9622e;
}

.legal-table {
    width: 100%;
    border-collapse: collapse;
    margin: 14px 0 20px;
    font-size: 14px;
}

.legal-table th,
.legal-table td {
    border: 1px solid #ddd;
    padding: 8px 12px;
    text-align: left;
    vertical-align: top;
}

.legal-table thead th {
    background: #f8f8f8;
    font-weight: 700;
    color: #333;
}

.legal-table tbody tr:nth-child(even) td {
    background: #fafafa;
}

@media (max-width: 600px) {
    .legal-table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
