.zc-antispam {
    margin: 1rem 0;
}

.zc-antispam__feedback {
    display: none;
    margin-bottom: 0.75rem;
}

.zc-antispam__group {
    margin-bottom: 1rem;
}

.zc-antispam__label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.zc-antispam__hint {
    color: #6c757d;
    font-size: 0.9375rem;
    margin-bottom: 0.75rem;
}

.zc-antispam__hidden {
    left: -9999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.zc-antispam--checkout {
    padding: 1rem;
    border: 1px solid #e7eaf0;
    border-radius: 0.5rem;
    background: #f8fafc;
}

.zc-antispam--checkout.zc-antispam--mode-hidden {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.zc-antispam [data-zc-antispam-recaptcha="1"] {
    min-height: 78px;
}

.zc-antispam[hidden] {
    display: none !important;
}

.zc-antispam [data-zc-antispam-turnstile="1"] {
    min-height: 0;
}

.zc-antispam--mode-turnstile .zc-antispam__hint,
.zc-antispam--mode-turnstile .zc-antispam__label {
    display: none;
}

.zc-antispam--turnstile-floating-compact {
    position: fixed;
    bottom: 16px;
    left: 16px;
    z-index: 2147482000;
    width: 150px;
    max-width: calc(100vw - 32px);
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.zc-antispam--turnstile-floating-compact .zc-antispam__hint,
.zc-antispam--turnstile-floating-compact .zc-antispam__label {
    display: none;
}

.zc-antispam--turnstile-floating-compact .zc-antispam__group {
    margin: 0;
}

.zc-antispam--turnstile-floating-compact [data-zc-antispam-turnstile="1"] {
    min-height: 0;
}

.zc-antispam[data-zc-antispam-turnstile-verified="1"] [data-zc-antispam-turnstile="1"] {
    display: none;
}

.zc-antispam--turnstile-floating-compact .zc-antispam__feedback {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 280px;
    max-width: calc(100vw - 32px);
    margin: 0 0 8px;
}

@media (max-width: 575px) {
    .zc-antispam--turnstile-floating-compact {
        bottom: 12px;
        left: 12px;
        max-width: calc(100vw - 24px);
    }

    .zc-antispam--turnstile-floating-compact .zc-antispam__feedback {
        max-width: calc(100vw - 24px);
    }
}
