/* Cloudflare Turnstile Widget Styling */
.cf-turnstile {
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

/* Ensure turnstile fits in auth forms */
.auth-form .cf-turnstile {
    width: 100%;
}
