.elementor-1865 .elementor-element.elementor-element-7c12eece{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-1d8ade2a *//* === SWPM Password Reset Form Styling (Theme Color: #F5C518) === */
.swpm-pw-reset-widget-form {
  max-width: 400px;
  margin: 40px auto;
  padding: 35px 30px;
  background-color: #fffdf6; /* soft warm background */
  border: 1px solid #f3e2a6 !important;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(245, 197, 24, 0.15);
  font-family: 'Poppins', sans-serif;
}

/* Page title styling */
.page-header .entry-title {
  text-align: center;
  color: #8c7300;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 25px;
}

/* Labels */
.swpm_label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #8c7300;
  margin-bottom: 8px;
}

/* Input Field */
.swpm-text-field {
  width: 100%;
  padding: 11px 14px;
  font-size: 15px;
  border: 1px solid #f0e0a2 !important;
  border-radius: 8px;
  background-color: #ffffff;
  outline: none;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.swpm-text-field:focus {
  border-color: #F5C518;
  box-shadow: 0 0 0 3px rgba(245, 197, 24, 0.25);
}

/* Submit Button */
.swpm-pw-reset-submit {
  width: 100%;
  background-color: #F5C518;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 11px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s;
}

.swpm-pw-reset-submit:hover {
  background-color: #e0b615;
  transform: translateY(-2px);
}

/* Processing message */
#swpm_pass_reset_processing_msg {
  text-align: center;
  margin-top: 20px;
  color: #8c7300;
  font-weight: 500;
  font-size: 14px;
}

/* Make the entire section centered */
.swpm-pw-reset-widget-inside {
  display: flex;
  flex-direction: column;
  gap: 16px;
}/* End custom CSS */