.recovery-subtitle {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 13px;
    color: #6b7280;
    line-height: 1.5;
}

.recovery-footer-link {
    margin-top: 16px;
    text-align: center;
}

.recovery-otp-input {
    width: 100%;
    border: 1px solid #d6dce8;
    border-radius: 12px;
    background: #f8fafc;
    min-height: 48px;
    padding: 0 14px;
    font-size: 20px;
    letter-spacing: 8px;
    text-align: center;
    font-weight: 600;
    color: #111827;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.recovery-otp-input:focus {
    outline: none;
    border-color: #3b82f6;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.recovery-meta-row {
    margin-top: 10px;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: #64748b;
    font-size: 12px;
}

.recovery-resend-form {
    margin-top: 10px;
}

@media (max-width: 575px) {
    .recovery-meta-row {
        flex-direction: column;
    }
}
