.fedai-otp-login-wrapper {
  width: 100%;
  margin-top: 20px;
  clear: both;
}

.fedai-login-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 20px 0;
  color: #777;
  font-size: 12px;
  text-align: center;
}

.fedai-login-divider::before,
.fedai-login-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #ddd;
}

.fedai-use-otp-login,
.fedai-send-otp,
.fedai-verify-otp {
  display: block;
  width: 100% !important;
  margin: 0;
  cursor: pointer;
  box-sizing: border-box;
}

.fedai-otp-description {
  margin: 15px 0;
  font-size: 13px;
  line-height: 1.5;
}

.fedai-verify-section {
  margin-top: 20px;
}

.fedai-otp-field {
  margin-bottom: 15px;
}

.fedai-otp-field label {
  display: block;
  margin-bottom: 8px;
}

.fedai-otp-code {
  display: block;
  width: 100% !important;
  height: 48px;
  padding: 10px !important;
  font-size: 20px !important;
  letter-spacing: 8px;
  text-align: center;
  box-sizing: border-box;
}

.fedai-otp-message {
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.5;
}

.fedai-otp-message.success {
  color: #008000;
}

.fedai-otp-message.error {
  color: #d63638;
}

.fedai-back-password {
  display: inline-block;
  margin-top: 18px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: inherit;
  font-size: 13px;
  text-decoration: underline;
  cursor: pointer;
}

.fedai-otp-loading {
  opacity: 0.6;
  pointer-events: none;
}

.woocommerce-form-login .fedai-otp-login-wrapper {
  width: 100%;
}

#loginform .fedai-use-otp-login,
#loginform .fedai-send-otp,
#loginform .fedai-verify-otp {
  min-height: 40px;
}
