.elementor-33 .elementor-element.elementor-element-adf1a30{--display:flex;--min-height:70vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--margin-top:60px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-33 .elementor-element.elementor-element-a4cdbb0{padding:0px 0px 0px 32px;text-align:center;}.elementor-33 .elementor-element.elementor-element-a4cdbb0 .elementor-heading-title{font-family:"Inter", Sans-serif;font-weight:600;color:#111111;}/* Start custom CSS for shortcode, class: .elementor-element-940bc8d */.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

/* ── WooCommerce Forgot Password Form ── */

.woocommerce-ResetPassword {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 2rem 2.25rem;
  max-width: 600px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* Intro paragraph */
.woocommerce-ResetPassword > p:first-of-type {
  font-size: 16px;
  color: #111;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

/* Field row */
.woocommerce-ResetPassword .woocommerce-form-row {
  margin-bottom: 1.1rem;
}

/* Label */
.woocommerce-ResetPassword label {
  display: block;
  font-size: 13px;
  color: #555555;
  margin-bottom: 5px;
}

/* Required asterisk */
.woocommerce-ResetPassword .required {
  color: #bbbbbb;
  margin-left: 2px;
}

/* Input */
.woocommerce-ResetPassword .woocommerce-Input--text {
  width: 100%;
  box-sizing: border-box;
  padding: 9px 12px;
  font-size: 14px;
  color: #222222;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 6px;
  outline: none;
  transition: border-color 0.15s ease;
  appearance: none;
}

.woocommerce-ResetPassword .woocommerce-Input--text:focus {
  border-color: #aaaaaa;
}

/* Submit button */
.woocommerce-ResetPassword .woocommerce-Button {
  width: 100%;
  padding: 10px 16px;
  background: #222222 !important;
  color: #ffffff !important;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s ease;
}

.woocommerce-ResetPassword .woocommerce-Button:hover {
  background: #444444 !important;
}/* End custom CSS */