.elementor-30 .elementor-element.elementor-element-2de42db{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-30 .elementor-element.elementor-element-7b242b7 .elementor-heading-title{font-family:"Lato", Sans-serif;font-size:36px;font-weight:600;}.elementor-30 .elementor-element.elementor-element-33bfb023{--display:flex;--padding-top:0px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-30 .elementor-element.elementor-element-48cfae1c{font-family:"Lato", Sans-serif;}@media(min-width:768px){.elementor-30 .elementor-element.elementor-element-2de42db{--content-width:1400px;}}/* Start custom CSS *//* ===== My Account Wrapper ===== */
.woocommerce-account {
  font-family: inherit;
}

/* ===== Labels ===== */
.woocommerce-account form label {
  font-size: 14px;
  font-weight: 600;
  color: #0A2A43;
  margin-bottom: 6px;
  display: block;
}


/* Input focus */
.woocommerce-account input:focus {
  border-color: #0A2A43;
  box-shadow: 0 0 0 2px rgba(10, 42, 67, 0.15);
  outline: none;
}

/* ===== Buttons ===== */
.woocommerce-account .woocommerce-button,
.woocommerce-account button.button {
  background: linear-gradient(90deg, #0A2A43, #123E5F);
  color: #ffffff;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: all 0.35s ease;
}

/* Button Hover */
.woocommerce-account .woocommerce-button:hover,
.woocommerce-account button.button:hover {
  background: linear-gradient(90deg, #123E5F, #0A2A43);
  transform: translateY(-3px);
}

/* Button Focus */
.woocommerce-account .woocommerce-button:focus,
.woocommerce-account button.button:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(10, 42, 67, 0.3);
}

/* ===== Remember Me & Links ===== */
.woocommerce-account .woocommerce-form__label {
  font-size: 13px;
  color: #0A2A43;
}

.woocommerce-account a {
  color: #0A2A43;
  font-weight: 500;
  transition: color 0.3s ease;
}

.woocommerce-account a:hover {
  color: #123E5F;
}

/* ===== Mobile Optimization ===== */
@media (max-width: 767px) {
  .woocommerce-account input {
    padding: 12px 14px;
  }

  .woocommerce-account button.button {
    width: 100%;
    padding: 14px;
  }
}/* End custom CSS */