/* V33.4.1 — client registration email OTP UI repair.
   Additive and intentionally compatible with the current light registration sheet. */
.pd-client-otp-step{margin:16px 0 4px;padding:16px 17px;border:1px solid #c9d9ec;border-radius:16px;background:#f7fbff;box-shadow:0 10px 30px rgba(25,67,115,.05)}
.pd-client-otp-step[hidden]{display:none!important}
.pd-client-otp-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}
.pd-client-otp-head strong{display:block;color:#1a2d49;font-size:14px;font-weight:800;letter-spacing:-.01em}
.pd-client-otp-head span{display:block;margin-top:3px;color:#6b7f9d;font-size:12px;line-height:1.4}
.pd-client-otp-head b{color:#344e73;font-weight:750}
.pd-client-otp-label{display:block;margin-bottom:7px;color:#2a4164!important;font-size:13px!important;font-weight:750!important}
.pd-client-otp-code{width:100%;min-height:58px!important;text-align:center;font-size:24px!important;font-weight:850!important;letter-spacing:.32em!important;color:#14243e!important;background:#fff!important;border:1px solid #bfcfe4!important;border-radius:14px!important;padding-left:calc(.32em + 12px)!important}
.pd-client-otp-code:focus{outline:3px solid rgba(57,126,235,.14)!important;border-color:#6c9fe9!important}
.pd-client-otp-resend{border:0;background:transparent;color:#397eeb;font:inherit;font-size:12px;font-weight:800;cursor:pointer;padding:2px 0;white-space:nowrap}
.pd-client-otp-resend:hover{text-decoration:underline}
.pd-client-otp-resend:disabled{opacity:.5;cursor:not-allowed;text-decoration:none}
.pd-client-otp-note{display:block;margin-top:8px;color:#71849f;font-size:11px;line-height:1.5}
@media(max-width:560px){.pd-client-otp-head{display:block}.pd-client-otp-resend{margin-top:8px}.pd-client-otp-code{font-size:21px!important;letter-spacing:.25em!important}}
