.myr-eov-otp-wrap {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  background: #fafafa;
}
.myr-eov-otp-heading {
  font-weight: 600;
  margin-bottom: 10px;
}
.myr-eov-otp-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.myr-eov-otp-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.myr-eov-otp-input {
  width: 100%;
  min-width: 220px;
  padding: 10px 12px;
}
.myr-eov-otp-message {
  margin-bottom: 10px;
  font-size: 14px;
}
.myr-eov-otp-message.is-error { color: #b42318; }
.myr-eov-otp-message.is-success { color: #027a48; }
.myr-eov-resend-note {
  margin-top: 10px;
  font-size: 13px;
  color: #667085;
}
.myr-eov-form-error {
  margin: 12px 0;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(180,35,24,.08);
  color: #b42318;
  font-size: 14px;
}
.elementor-form.myr-eov-otp-mode .elementor-field-group,
.elementor-form.myr-eov-otp-mode .elementor-field-type-submit {
  display: none !important;
}
.elementor-form.myr-eov-otp-mode .myr-eov-otp-wrap {
  display: block !important;
}
.elementor-form.myr-eov-otp-mode .myr-eov-form-error {
  display: none !important;
}

.myr-eov-otp-wrap{width:100%;max-width:100%;box-sizing:border-box;}
.myr-eov-otp-resend[disabled]{background:#9ca3af !important;border-color:#9ca3af !important;color:#fff !important;cursor:not-allowed !important;opacity:1 !important;}
.myr-eov-otp-resend:not([disabled]){background:#1f4f8f;color:#fff;}
.myr-eov-otp-verify{background:#1f4f8f;color:#fff;}
.myr-eov-otp-actions button{transition:background .2s ease, opacity .2s ease;}

.myr-eov-form-error {
  background: #ffffff;
  color: #c62828;
  border: 1px solid #ef9a9a;
  border-radius: 12px;
  padding: 14px 16px;
  line-height: 1.5;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.myr-eov-otp-wrap {
  width: 100%;
  box-sizing: border-box;
}
.myr-eov-otp-resend[disabled] {
  background: #98a2b3 !important;
  border-color: #98a2b3 !important;
  color: #fff !important;
  cursor: not-allowed;
  opacity: 1;
}
