.resxm-turnstile-manual {
    margin: 16px 0;
    padding: 14px;
    border: 1px solid #ded8d2;
    border-radius: 4px;
    background: #faf9f7;
}

.resxm-turnstile-heading {
    margin: 0 0 10px;
    color: #333;
    font-size: 15px;
    font-weight: 600;
}

.resxm-turnstile-verify {
    margin-top: 10px;
}

.resxm-turnstile-status {
    margin: 8px 0 0;
    color: #666;
    font-size: 13px;
}

.resxm-turnstile-manual[data-verification-state="verified"] {
    border-color: #2e8b57;
    background: #f2faf5;
}

.resxm-turnstile-manual[data-verification-state="failed"],
.resxm-turnstile-manual[data-verification-state="expired"] {
    border-color: #b94a48;
    background: #fff7f7;
}

.turnstile-protected-submit[disabled] {
    cursor: not-allowed;
    opacity: 0.6;
}
