.spam-protection-honeypot {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
    pointer-events: none;
}

.spam-protection-widget {
    width: 100%;
    min-height: 65px;
    margin-top: 20px;
}

.spam-protection-widget .cf-turnstile {
    max-width: 100%;
}

.spam-protection-noscript,
.spam-protection-errors {
    color: var(--red);
    font-size: 0.8rem;
    line-height: 1.5;
}

.spam-protection-errors {
    margin-bottom: 16px;
}

.spam-protection-errors .errorlist {
    margin: 0;
    padding: 0;
    list-style: none;
}
