﻿/* Move reCAPTCHA / Turnstile badge to bottom-left */
.grecaptcha-badge,
.cf-turnstile, /* Cloudflare turnstile wrapper (common names) */
.cf-turnstile-badge,
.turnstile-badge,
[data-testid="turnstile-badge"] /* fallback selector some versions use */ {
    left: 12px !important;
    right: auto !important;
    bottom: 12px !important;
    transform: none !important;
    z-index: 2147483646 !important; /* ensure it sits above most content but below modals */
    /* keep it visible and accessible — do not hide via display:none or visibility:hidden */
}

/* If you need it higher/more inset, adjust left/bottom values */
