/* bluTshirt Store Core — OTP login styles (brand-aligned, self-contained). */
.bsc-otp { max-width: 420px; margin-inline: auto; }
.bsc-otp__step.is-hidden { display: none; }
.bsc-otp__label { display: block; font-size: 11px; font-weight: 500; color: #7a8388; margin: 10px 0 5px; }
.bsc-otp .input { width: 100%; margin-bottom: 12px; box-sizing: border-box; }
.bsc-otp__phone { font-size: 18px; letter-spacing: 1px; text-align: center; }
.bsc-otp__to { font-weight: 700; }
.bsc-otp__err { color: #D23B3B; font-size: 12.5px; margin: 8px 0 0; min-height: 1em; }
.bsc-otp__link { background: none; border: 0; color: #0092C4; font-size: 12.5px; cursor: pointer; font-family: inherit; padding: 0; }
.bsc-otp__link:disabled { color: #9aa1a6; cursor: default; }
.bsc-otp .btn.is-loading { opacity: .6; pointer-events: none; }
.bsc-otp .otp-resend { display: flex; gap: 8px; justify-content: center; align-items: center; margin-top: 12px; color: #7a8388; font-size: 12.5px; }
/* code inputs (also styled by the theme; kept here so the plugin is self-sufficient) */
.bsc-otp .otp-inputs { display: flex; gap: 10px; justify-content: center; direction: ltr; margin: 16px 0; }
.bsc-otp .otp-inputs input { width: 52px; height: 60px; text-align: center; font-size: 24px; font-weight: 800;
  border: 1px solid #e2e4e6; border-radius: 12px; background: #fff; }
.bsc-otp .otp-inputs input:focus { border-color: #00ADE6; outline: none; box-shadow: 0 0 0 3px rgba(0,173,230,.25); }
