/* static/static_for_dynamic_content/members/home.css */





/* Scale Cloudflare Turnstile CAPTCHA to 92% width */
.cf-turnstile {
    transform: scale(0.92);
    transform-origin: top left; /* keep it aligned with the input */
    display: inline-block;
}
