.etd-otp {
  margin: 12px 0 4px;
  padding: 14px 16px;
  border: 1px solid #e1e6ed;
  border-radius: 12px;
  background: #f8fafc;
}

.etd-otp__help,
.etd-otp__status,
.etd-otp__ok {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.45;
}

.etd-otp__help {
  color: #5b6578;
}

.etd-otp__ok {
  margin: 0;
  color: #17633a;
  font-weight: 800;
}

.etd-otp__status--ok { color: #17633a; font-weight: 700; }
.etd-otp__status--error { color: #9b1c1c; font-weight: 700; }

.etd-otp__row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.etd-otp__code {
  width: 132px;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid #e1e6ed;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #172033;
  background: #ffffff;
}

.etd-otp__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid #0f4fd6;
  border-radius: 10px;
  background: #165dff;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.etd-otp__btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.etd-otp [hidden] {
  display: none !important;
}

.etd-otp__btn--navy {
  background: #172033;
  border-color: #172033;
}

body.etd-otp-unverified .wc-block-components-express-payment,
body.etd-otp-unverified .wp-block-woocommerce-checkout-express-payment-block,
body.etd-otp-unverified .wcpay-express-checkout,
body.etd-otp-unverified .wcpay-payment-request-wrapper {
  display: none !important;
}

body.etd-otp-unverified .wc-block-components-checkout-place-order-button,
body.etd-otp-unverified #place_order,
body.etd-otp-unverified .etd-check-submit,
body.etd-otp-unverified .etd-check-resend {
  pointer-events: none;
  opacity: 0.45;
}

@media (max-width: 640px) {
  .etd-otp__code,
  .etd-otp__btn {
    width: 100%;
  }
}
