.elementor-14 .elementor-element.elementor-element-6077635{--display:flex;}/* Start custom CSS for wc-elements, class: .elementor-element-1fb627b *//* Sidebar menu styling */
.woocommerce-MyAccount-navigation {
  width: 25%;
  float: left;
  border-right: 1px solid #eee;
  padding-right: 30px;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 15px;
}

.woocommerce-MyAccount-navigation li a {
  color: #444;
  text-decoration: none;
  font-weight: 500;
  display: block;
  padding: 8px 12px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation li a:hover,
.woocommerce-MyAccount-navigation li.is-active a {
  background-color: #f0f0f0;
  color: #000;
}

/* Main content styling */
.woocommerce-MyAccount-content {
  width: 70%;
  float: right;
  padding-left: 30px;
}

/* Clearfix */
.woocommerce-account::after {
  content: "";
  display: table;
  clear: both;
}

/* Notification box (e.g., item added to cart) */
.woocommerce-message {
  border-left: 5px solid #77a464;
  background: #f9f9f9;
  padding: 15px 20px;
  border-radius: 6px;
  margin-bottom: 20px;
}

/* Buttons */
.woocommerce a.button {
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  border: none;
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.woocommerce a.button:hover {
  background-color: #388e3c;
}/* End custom CSS */