.elementor-4342 .elementor-element.elementor-element-6b14b29{--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;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-4342 .elementor-element.elementor-element-b022790{text-align:left;}.elementor-4342 .elementor-element.elementor-element-3608847{--tab-content-spacing:0px;--tabs-alignment:start;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-4342 .elementor-element.elementor-element-b022790{text-align:center;}}@media(min-width:768px){.elementor-4342 .elementor-element.elementor-element-6b14b29{--content-width:1440px;}}/* Start custom CSS for woocommerce-my-account, class: .elementor-element-3608847 *//* === Caja envolvente general === */
#mi-cuenta-estilo {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  padding: 30px;
  box-sizing: border-box;
}

/* === Menú de navegación My Account === */
#mi-cuenta-estilo .woocommerce-MyAccount-navigation ul {
  display: flex;
  justify-content: flex-start; /* horizontal */
  gap: 12px;
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0;
}

#mi-cuenta-estilo .woocommerce-MyAccount-navigation ul li {
  margin: 0;
}

#mi-cuenta-estilo .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 14px 22px;
  border-radius: 6px;
  background: #f5f5f5;
  color: #333;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;

  /* 🔹 Correcciones para que no haya saltos de línea */
  white-space: nowrap;
  min-width: max-content;
}

/* Hover */
#mi-cuenta-estilo .woocommerce-MyAccount-navigation ul li a:hover {
  background: #007c91;
  color: #fff;
}

/* Activo */
#mi-cuenta-estilo .woocommerce-MyAccount-navigation ul li.is-active a {
  background: #006887;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
}

/* === Contenido === */
#mi-cuenta-estilo .woocommerce-MyAccount-content {
  padding: 15px 0;
  color: #333;
  font-size: 15px;
  line-height: 1.6;
}

/* Links dentro del contenido */
#mi-cuenta-estilo .woocommerce-MyAccount-content a {
  color: #007c91;
  font-weight: 500;
  text-decoration: underline;
}
#mi-cuenta-estilo .woocommerce-MyAccount-content a:hover {
  color: #005f6b;
}

/* Responsive: en móvil vertical */
@media (max-width: 768px) {
  #mi-cuenta-estilo .woocommerce-MyAccount-navigation ul {
    flex-direction: column;
  }
  #mi-cuenta-estilo .woocommerce-MyAccount-navigation ul li a {
    text-align: center;
    font-size: 15px;
  }
}/* End custom CSS */