.bot-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.bot-turnstile-wrap {
    margin: 12px 0;
    min-height: 65px;
}

.bot-turnstile-registration .bot-turnstile-wrap {
    margin: 8px 0 16px;
    padding: 10px 12px;
    border: 1px solid #d7e3ee;
    border-radius: 8px;
    background: #f7fbfe;
}
