/**
 * reCAPTCHA v3: badge fuera del flujo visual (con divulgación legal en la página).
 * Política Google: si ocultas el badge, muestra el aviso de reCAPTCHA cerca del formulario.
 */
.grecaptcha-badge {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: fixed !important;
  right: auto !important;
  left: -9999px !important;
  bottom: 0 !important;
}

/* Leyenda cerca del formulario (requisito Google si el badge no es visible) */
.dl-recaptcha-legal,
.grecaptcha-legal {
  font-size: 0.75rem;
  line-height: 1.45;
  margin-top: 1rem;
  max-width: 38rem;
}

.dl-recaptcha-legal a,
.grecaptcha-legal a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
