.wa-otp-box {
  margin-top: 12px;
  padding: 12px;
  border: 1px solid #d8e1ef;
  border-radius: 10px;
  background: #f7fbff;
}

.wa-otp-title {
  margin: 0 0 8px;
  font-weight: 600;
  color: #11314d;
}

.wa-otp-row {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 8px;
}

.wa-otp-row .wa-otp-input {
  flex: 1;
}

.wa-otp-feedback {
  margin: 0;
  font-size: 12px;
  color: #34516d;
}

.wa-otp-feedback.is-error {
  color: #b42318;
}

.wa-otp-feedback.is-success {
  color: #027a48;
}
