.elementor-12 .elementor-element.elementor-element-70057b01{--display:flex;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-7f4b1de3 *//* Container styling */
.woocommerce-MyAccount-navigation {
  background-color: #f4f6f9;
  padding: 25px 20px;
  border-radius: 10px;
  width: 100%;
  max-width: 250px;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 12px;
}

.woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 12px 16px;
  background: #fff;
  color: #0c293d;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid #e2e6ee;
}

.woocommerce-MyAccount-navigation li a:hover,
.woocommerce-MyAccount-navigation li.is-active a {
  background-color: #0c293d;
  color: #fff;
  border-color: #0c293d;
}

/* Dashboard content styling */
.woocommerce-MyAccount-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.05);
  margin-left: 30px;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.woocommerce-MyAccount-content a {
  color: #0c293d;
  font-weight: 500;
  text-decoration: underline;
}

.woocommerce-MyAccount-content a:hover {
  color: #1677c1;
  text-decoration: none;
}/* End custom CSS */