.bydt-guard-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.bydt-guard-turnstile {
    width: 100%;
    min-height: 65px;
    margin-top: 10px;
}

#sidebar-subscribe-form .bydt-guard-turnstile {
    margin-bottom: 4px;
}

#sidebar-subscribe-form .subscribe-feedback {
    width: 100%;
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.45;
}

#footer-subscribe-form .bydt-guard-turnstile {
    max-width: 420px;
}

.subscribe-feedback.bydt-guard-success {
    color: #dff7e8;
}

.subscribe-feedback.bydt-guard-error {
    color: #ffe0e0;
}

@media (max-width: 520px) {
    .bydt-guard-turnstile {
        min-width: 0;
    }
}
