/* Theme-friendly OTP UI for WooCommerce My Account + Checkout */

.sms-otp-myaccount .sms-otp-intro{
  margin: 0 0 16px;
}

.sms-otp-box{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 10px;
  padding: 16px;
  background: rgba(255,255,255,.6);
}

/* Let themes control fonts/colors; keep spacing only */
.sms-otp-channel-wrap{
  margin: 0 0 14px;
  padding: 10px 12px;
  border: 1px dashed rgba(0,0,0,.12);
  border-radius: 8px;
}

.sms-otp-channel-wrap legend{
  padding: 0 6px;
  font-size: .95em;
}

.sms-otp-channel-item{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 14px;
}

.sms-otp-actions{
  margin-top: 6px;
}

.sms-otp-verify-actions{
  display: flex;
  gap: 10px;
  align-items: flex-end;
}

.sms-otp-message{
  margin-top: 12px;
}

.sms-otp-message.error{
  color: #b32d2e;
}

.sms-otp-message.success{
  color: #0a7a2f;
}

@media (max-width: 480px){
  .sms-otp-verify-actions{
    flex-direction: column;
    align-items: stretch;
  }
}
