/* PHD CF7 Email OTP Verification — stylesheet */

/* ── Verify buttons ─────────────────────────────────────────────────────── */

.phdcf7eov-verify-btn,
.phdcf7eov-verify-otp-btn {
    margin-left: 8px;
    padding: 6px 12px;
    border: 1px solid #2271b1;
    background: #2271b1;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
	margin-top: 10px;
}
 

.phdcf7eov-verify-btn:disabled,
.phdcf7eov-verify-otp-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* ── OTP input row ──────────────────────────────────────────────────────── */

.phdcf7eov-otp-wrap {
    margin-top: 10px;
}

.phdcf7eov-otp-input {
    min-width: 170px;
    padding: 6px 8px;
}

/* ── Loading indicator ──────────────────────────────────────────────────── */

.phdcf7eov-loader {
    margin-left: 8px;
    font-size: 12px;
    color: #555;
}

/* ── Status message ─────────────────────────────────────────────────────── */

.phdcf7eov-status {
    margin-top: 8px;
    font-size: 13px;
}

.phdcf7eov-status.phdcf7eov-success {
    color: #4c4c4c;
}

.phdcf7eov-status.phdcf7eov-error {
    color: #b32d2e;
}

/* ── Disabled submit button ─────────────────────────────────────────────── */

.phdcf7eov-disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
