.turnstile-recovery-message {
    max-width: 430px;
    margin-top: 10px;
    padding: 12px 14px;
    border: 1px solid #fdba74;
    border-radius: 8px;
    background: #fff7ed;
    color: #7c2d12;
    font-size: 0.875rem;
    line-height: 1.45;
}

.turnstile-recovery-message[hidden] {
    display: none !important;
}

[data-turnstile-recovery].turnstile-recovery-has-error > .cf-turnstile {
    display: none;
}

.turnstile-recovery-message p {
    margin: 0;
}

.turnstile-recovery-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    margin-top: 10px;
}

.turnstile-recovery-button {
    appearance: none;
    border: 1px solid #2563eb;
    border-radius: 7px;
    background: #2563eb;
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    padding: 7px 12px;
}

.turnstile-recovery-button:hover,
.turnstile-recovery-button:focus-visible {
    background: #1d4ed8;
    border-color: #1d4ed8;
}

.turnstile-recovery-reference {
    color: #9a3412;
    font-size: 0.78rem;
}
