.elementor-12 .elementor-element.elementor-element-561d3ea{--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;}.elementor-12 .elementor-element.elementor-element-c8c58da{--tabs-alignment:center;}.elementor-12 .elementor-element.elementor-element-797c9b2{--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;}/* Start custom CSS for woocommerce-my-account, class: .elementor-element-c8c58da *//* Force scroll behavior for entire document */
html, body {
  height: auto !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}

/* Elementor section fix */
.elementor-section {
  overflow: visible !important;
  transform: none !important; /* Prevent scroll wheel break */
}

/* WooCommerce My Account container fix */
.woocommerce-account .woocommerce {
  overflow: visible !important;
  height: auto !important;
}

/* My Account content box styling */
.woocommerce-MyAccount-content {
  background: #ffffff;
  border-left: 6px solid #00a859;
  padding: 25px;
  max-width: 800px;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}/* End custom CSS */