/* ═══════════════════════════════════════
   Legal Pages (Privacy, Oferta)
   ═══════════════════════════════════════ */
/* ═══════════════════════════════════════
   Legal Pages (Privacy, Oferta)
   ═══════════════════════════════════════ */

.br-legal__header{margin-bottom:32px}
.br-legal__header h1{font-size:clamp(26px,4vw,36px);margin-bottom:8px}
.br-legal__date{font-size:13px;color:#999}

.br-legal__content{margin-bottom:48px;font-size:15px;line-height:1.8;color:#444}
.br-legal__content h2{font-size:20px;margin:32px 0 12px;color:#333;padding-top:16px;border-top:1px solid #eee}
.br-legal__content h3{font-size:17px;margin:24px 0 8px;color:#333}
.br-legal__content p{margin-bottom:12px}
.br-legal__content ul,.br-legal__content ol{margin:0 0 16px 24px}
.br-legal__content li{margin-bottom:6px}
.br-legal__content a{color:#369155;text-decoration:underline}
.br-legal__content strong{color:#333}
.br-legal__content blockquote{border-left:3px solid #369155;padding:12px 20px;margin:16px 0;background:#f7faf8;border-radius:0 8px 8px 0;font-style:italic}
.br-legal__content table{width:100%;border-collapse:collapse;margin:16px 0}
.br-legal__content th,.br-legal__content td{padding:10px 14px;border:1px solid #e5e5e5;text-align:left;font-size:14px}
.br-legal__content th{background:#f7f6f2;font-weight:600}

@media(max-width:767px){
    .br-legal__content{font-size:14px}
}