.vsro-turnstile-shell{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:78px;
    padding:12px;
    border-radius:12px;
    box-sizing:border-box;
    overflow:hidden;
}

.vsro-turnstile-shell.auth,
.vsro-turnstile-shell.security,
.vsro-turnstile-shell.vote{
    background:linear-gradient(180deg, #182536 0%, #13202f 100%);
    border:1px solid rgba(255,255,255,0.08);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.03);
}

.vsro-turnstile-slot{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.vsro-turnstile-slot iframe,
.vsro-turnstile-slot > div{
    display:block;
    max-width:100%;
    margin:0 auto;
}

.vsro-turnstile-note{
    width:100%;
    border-radius:10px;
    background:linear-gradient(180deg, #182536 0%, #13202f 100%);
    color:#ffd36d;
    font-size:12px;
    font-weight:700;
    line-height:1.45;
    padding:12px;
    border:1px solid rgba(255,255,255,0.08);
    text-align:center;
}
