/* Slider captcha owns horizontal pointer gestures; keep them from becoming browser back. */
[name="captcha-action"],
.relative.flex.h-10.w-full:has(> [name="captcha-action"]) {
  touch-action: none;
  overscroll-behavior-x: contain;
}
