/* Formulario de cuenta: ocultar ofertas de socios y aviso RGPD nativo. */
.js-customer-form .mb-3:has(input[name="optin"]),
.js-customer-form .mb-3:has(input[name="customer_privacy"]),
form .mb-3:has(#field-optin),
form .mb-3:has(#field-customer_privacy) {
  display: none !important;
}

a.js-cms-terms-modal {
  text-decoration: underline;
}

#cms-terms-modal .modal-header {
  position: sticky;
  top: 0;
  z-index: 5;
  background: #fff;
}

#cms-terms-modal .modal-body {
  max-height: min(70vh, 640px);
  overflow-y: auto;
}

#cms-terms-modal .modal-body .modal,
#cms-terms-modal .modal-body .btn-close,
#cms-terms-modal .modal-body header,
#cms-terms-modal .modal-body footer,
#cms-terms-modal .modal-body .header,
#cms-terms-modal .modal-body .footer,
#cms-terms-modal .modal-body .block_newsletter,
#cms-terms-modal .modal-body nav {
  display: none !important;
}

#cms-terms-modal .modal-body * {
  position: static !important;
}
