.elementor-1186 .elementor-element.elementor-element-3c9bdddc{--display:flex;--padding-top:22px;--padding-bottom:22px;--padding-left:22px;--padding-right:22px;}@media(min-width:768px){.elementor-1186 .elementor-element.elementor-element-3c9bdddc{--content-width:1052px;}}/* Start custom CSS for container, class: .elementor-element-3c9bdddc *//* Make WooCommerce account tables scrollable on mobile */
.woocommerce .shop_table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
  border-collapse: collapse;
}

.woocommerce .shop_table thead,
.woocommerce .shop_table tbody,
.woocommerce .shop_table tfoot {
  display: table; 
  width: 100%;
  table-layout: fixed; /* keeps columns aligned */
}/* End custom CSS */