﻿.turnstile-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 44px;
    padding: 6px 10px;
    margin: 12px 0;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.08);
    background: rgba(255,255,255,0.6);
}

body.ds-gated .turnstile-bar,
body.dark-mode .turnstile-bar {
    background: rgba(15, 23, 42, 0.75);
    border-color: rgba(255,255,255,0.12);
}

.turnstile-bar .cf-turnstile {
    transform: scale(0.9);
    transform-origin: center;
}

.turnstile-bar .cf-turnstile {
    transform: scale(0.82);
}
