/* Estilos específicos: terminos-condiciones.css */
/* Reutiliza tipografía legal (.cw-legal) — ver politicas.css */

.cw-legal {
    max-width: 48rem;
    margin: 0 auto;
    color: var(--cw-n700);
    font-size: 0.9875rem;
    line-height: 1.8;
}

.cw-legal h2 {
    margin: 2rem 0 0.75rem;
    color: var(--cw-n900);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.35;
}

.cw-legal p,
.cw-legal ul {
    margin: 0 0 1rem;
}

.cw-legal ul {
    padding-left: 1.25rem;
    display: grid;
    gap: 0.5rem;
}

.cw-legal a {
    color: var(--cw-blue);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.cw-legal a:hover {
    color: var(--cw-n900);
}

.cw-legal strong {
    color: var(--cw-n900);
    font-weight: 600;
}
