/* 12.8.9 — el CTA del aviso debe quedar por encima y aceptar toque/clic. */
.woocommerce-message a.wc-forward,
.woocommerce-message a.button {
  position: relative;
  z-index: 3;
  pointer-events: auto !important;
  touch-action: manipulation;
}
