.interviewmate-forgotpw {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 60px 16px;
  background-color: #f4f6fc;
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.interviewmate-forgotpw * {
  box-sizing: border-box;
}

.interviewmate-forgotpw,
.interviewmate-forgotpw div,
.interviewmate-forgotpw form,
.interviewmate-forgotpw input,
.interviewmate-forgotpw button,
.interviewmate-forgotpw p,
.interviewmate-forgotpw a,
.interviewmate-forgotpw h2,
.interviewmate-forgotpw span {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}

.interviewmate-forgotpw .container {
  max-width: 400px !important;
  margin: 0 auto;
  background: #fff !important;
  padding: 40px;
  border-radius: 12px !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
}

.interviewmate-forgotpw h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  color: #000;
  font-family: inherit !important;
  font-size: 1.5em !important;
  font-style: normal !important;
  font-weight: 700 !important;
  letter-spacing: normal !important;
  line-height: 1.2 !important;
  text-transform: none !important;
}

.interviewmate-forgotpw input[type="email"],
.interviewmate-forgotpw input[type="password"] {
  display: block;
  width: 100% !important;
  min-height: 42px;
  padding: 10px !important;
  border-radius: 6px !important;
  border: 1px solid #ccc !important;
  margin-bottom: 15px !important;
  background: #fff !important;
  box-shadow: none !important;
  color: #333 !important;
  font-family: inherit !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  appearance: none;
}

.interviewmate-forgotpw button {
  display: block;
  width: 100% !important;
  min-height: 42px;
  padding: 10px !important;
  background-color: #ff7e06f1 !important;
  color: #fff !important;
  font-weight: 500 !important;
  border: none !important;
  border-radius: 30px !important;
  box-shadow: none !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease;
  font-family: inherit !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
}

.interviewmate-forgotpw button:hover {
  background-color: #fca311 !important;
}

.interviewmate-forgotpw input::placeholder {
  color: #757575 !important;
  opacity: 1;
}

.interviewmate-forgotpw input[type="email"]:focus,
.interviewmate-forgotpw input[type="password"]:focus,
.interviewmate-forgotpw button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.interviewmate-forgotpw__message {
  min-height: 1.5em;
  text-align: center;
  margin-top: 12px;
  color: #b10000;
}

.interviewmate-forgotpw .links {
  margin-top: 15px;
  text-align: center;
  font-size: 0.8em !important;
  line-height: 1.4 !important;
}

.interviewmate-forgotpw .links a {
  color: #000 !important;
  text-decoration: none !important;
  font-family: inherit;
}

.interviewmate-forgotpw .links a:hover {
  text-decoration: underline;
}

.interviewmate-forgotpw .links span {
  margin: 0 6px;
  color: #555;
}

@media (max-width: 768px) {
  .interviewmate-forgotpw {
    padding: 40px 16px;
  }

  .interviewmate-forgotpw .container {
    width: 100%;
    max-width: 420px;
    padding: 22px;
  }
}
