.elementor-153 .elementor-element.elementor-element-645568c1{--display:flex;--padding-top:60px;--padding-bottom:60px;--padding-left:12px;--padding-right:12px;}/* Start custom CSS for container, class: .elementor-element-645568c1 *//* >>> Layout Mi Cuenta: 2 columnas en escritorio, 1 columna en móvil <<< */

/* MÓVIL: columna */
.woocommerce-account .woocommerce{
  display:flex !important;
  flex-direction: column !important;
  gap:20px !important;
}

/* ESCRITORIO: fila (menú izq. + contenido dcha.) */
@media (min-width: 992px){
  .woocommerce-account .woocommerce{
    display:flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap:24px !important;
    flex-wrap: nowrap !important;
  }
  .woocommerce-MyAccount-navigation{
    flex: 0 0 260px !important;
    max-width: 260px !important;
    align-self: flex-start !important;
    position: sticky;
    top: 20px;
  }
  .woocommerce-MyAccount-content{
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }
}

/* Direcciones en columna y tarjetas */
.woocommerce-Addresses{
  display:flex; flex-direction:column; gap:16px;
}
.woocommerce-Addresses .woocommerce-Address{
  width:100%; border:1px solid #e5e7eb; border-radius:10px; padding:16px; background:#fff;
}

/* Navegación: borde y estilo */
.woocommerce-MyAccount-navigation ul{
  list-style:none; margin:0; padding:0;
  display:flex; flex-direction:column; gap:0;
  border:1px solid #e5e7eb; border-radius:10px;
  overflow:hidden; /* para que el borde abrace todo el contenido */
}
.woocommerce-MyAccount-navigation li{ margin:0; }
.woocommerce-MyAccount-navigation li:empty{ display:none !important; }
.woocommerce-MyAccount-navigation a{
  display:flex; align-items:center; padding:10px 12px; line-height:1.3;
  color:#111827; text-decoration:none;
}
.woocommerce-MyAccount-navigation a:hover{ background:#f8fafc; }
.woocommerce-MyAccount-navigation .is-active a{
  background:#d10049 !important; color:#fff !important; font-weight:700;
}/* End custom CSS */