/* Scoped OTP controls: long countdown labels remain readable on narrow screens. */
#otpChallenge .mt-otp-actions { display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: center; justify-content: space-between; }
#otpChallenge .mt-otp-actions button { min-height: 44px; padding: 8px 0; font-size: 14px; line-height: 1.4; font-variant-numeric: tabular-nums; }
#otpChallenge .mt-otp-actions button:disabled { color: var(--mt-color-text-secondary); cursor: not-allowed; opacity: 1; }
#otpChallenge .mt-otp-actions button:focus-visible { outline: 3px solid var(--mt-color-text-accent); outline-offset: 4px; }
#otpResendHint { display: block; font-size: 13px; line-height: 1.5; color: var(--mt-color-text-secondary); }
