/* ==========================================================================
   Legal Pages Styles — aviso-legal, cookies, privacidad
   ========================================================================== */

/* Headings */
.legal-content h2 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #183b4e;
    margin-top: 2.5rem;
    margin-bottom: 0.75rem;
}

/* Paragraphs & list items */
.legal-content p,
.legal-content li {
    color: #4B5563;
    line-height: 1.8;
    margin-bottom: 0.75rem;
}

/* Lists */
.legal-content ul {
    list-style: disc;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

/* Links */
.legal-content a {
    color: #6F8F8B;
    text-decoration: underline;
}

/* ==========================================================================
   Tables (used in cookies & privacidad)
   ========================================================================== */

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

.legal-content th {
    background: #E9EEF1;
    color: #183b4e;
    font-weight: 700;
    text-align: left;
    padding: 0.75rem 1rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.legal-content td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #f1f5f9;
    color: #4B5563;
    font-size: 0.9rem;
    vertical-align: top;
}

/* ==========================================================================
   Cookie Badges
   ========================================================================== */

.cookie-badge {
    display: inline-block;
    padding: 0.2rem 0.6rem;
    border-radius: 9999px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.badge-necessary {
    background: #dcfce7;
    color: #166534;
}

.badge-analytics {
    background: #dbeafe;
    color: #1e40af;
}

.badge-marketing {
    background: #fef3c7;
    color: #92400e;
}