.cyberace-spam-protection-honeypot{
    position:absolute !important;
    left:-9999px !important;
    width:1px;
    height:1px;
    overflow:hidden;
}

.cyberace-spam-protection-captcha{
    margin: 20px 0;
    padding: 16px 18px;
    background: #f7f8fa;
    border: 1px solid #e2e4e8;
    border-radius: 10px;
}

.cyberace-spam-protection-captcha-label{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
}

.cyberace-spam-protection-captcha-question{
    font-size: 14px;
    font-weight: 600;
    color: #2b2f38;
}

.cyberace-spam-protection-captcha-input{
    width: 90px;
    max-width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    border: 1px solid #cfd3da;
    border-radius: 6px;
    background: #fff;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.cyberace-spam-protection-captcha-input:focus{
    outline: none;
    border-color: #2eb3a5;
    box-shadow: 0 0 0 3px rgba(46, 179, 165, .15);
}

.cyberace-spam-protection-captcha-input.wpcf7-not-valid{
    border-color: #dc3232;
    background: #fff6f6;
}

.cyberace-spam-protection-captcha-input.wpcf7-not-valid:focus{
    border-color: #dc3232;
    box-shadow: 0 0 0 3px rgba(220, 50, 50, .15);
}

.cyberace-spam-protection-captcha .wpcf7-not-valid-tip,
.cyberace-spam-protection-turnstile .wpcf7-not-valid-tip{
    display: block;
    width: 100%;
    margin-top: 8px;
    font-size: 13px;
    color: #dc3232;
}

.cyberace-spam-protection-turnstile{
    margin: 20px 0;
}