.elementor-3333 .elementor-element.elementor-element-1e68034{--display:flex;--min-height:640px;--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;--justify-content:center;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-3333 .elementor-element.elementor-element-1e68034{--min-height:766px;--justify-content:center;--margin-top:15px;--margin-bottom:15px;--margin-left:15px;--margin-right:15px;}.elementor-3333 .elementor-element.elementor-element-ac46d9c.elementor-element{--align-self:center;}}@media(min-width:768px){.elementor-3333 .elementor-element.elementor-element-1e68034{--width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-3333 .elementor-element.elementor-element-1e68034{--width:700px;}}@media(max-width:767px){.elementor-3333 .elementor-element.elementor-element-1e68034{--width:500px;--min-height:796px;}.elementor-3333 .elementor-element.elementor-element-ac46d9c > .elementor-widget-container{margin:0px 0px 0px 0px;padding:20px 20px 20px 20px;}}/* Start custom CSS for shortcode, class: .elementor-element-ac46d9c *//* My Account navigation menu */
.woocommerce-MyAccount-navigation {
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(29, 38, 125, 0.1);
  border: none;
  max-width: 280px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Navigation links */
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 16px;
}

.woocommerce-MyAccount-navigation ul li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  background: #f5f7ff;
  border-radius: 12px;
  color: #2c3e50;
  font-weight: 600;
  text-decoration: none;
  box-shadow: inset 0 0 0 0 transparent;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 16px;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li a:focus {
  background: #2c3e50;
  color: #fff;
  box-shadow: inset 0 0 10px #1d267d66;
}

/* Optional: active link styling */
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--active a {
  background: #1d267d;
  color: #fff;
  box-shadow: inset 0 0 12px #474ba3cc;
}

/* My Account content area */
.woocommerce-MyAccount-content {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(29, 38, 125, 0.12);
  border: none;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Headings inside content */
.woocommerce-MyAccount-content h2 {
  color: #2c3e50;
  font-weight: 700;
  border-bottom: 3px solid #2c3e50;
  padding-bottom: 8px;
  margin-bottom: 25px;
  font-size: 24px;
  letter-spacing: 0.5px;
}/* End custom CSS */