/* Cloudflare Turnstile Styling */
.iue-turnstile-group {
    text-align: center;
    margin: 15px 0;
}

.cf-turnstile {
    margin: 0 auto;
    display: inline-block;
}

/* Dark mode support */
.dark .cf-turnstile {
    filter: invert(1) hue-rotate(180deg);
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .cf-turnstile {
        transform: scale(0.85);
        transform-origin: center;
    }
}