.elementor-86 .elementor-element.elementor-element-89c673b{--display:flex;--padding-top:0px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for wd_wishlist, class: .elementor-element-b602c62 *//* FORÇAGE MENU MON COMPTE + LISTE DE COURSES (WOODMART) */
.wd-my-account-sidebar .woocommerce-MyAccount-navigation ul li a{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background-color: rgb(143, 195, 108) !important;
  color: #ffffff !important;

  font-family: "SatisfactoryBase", sans-serif !important;
  font-weight: 200 !important;
  font-size: 25px !important;
  line-height: 1.2 !important;

  text-transform: uppercase !important;
  letter-spacing: 1px !important;

  padding: 12px !important;
  border: none !important;
  border-radius: 20px !important;

  text-decoration: none !important;
  box-shadow: none !important;
  transition: background-color 0.3s ease !important;
}

/* ÉTAT ACTIF */
.wd-my-account-sidebar
.woocommerce-MyAccount-navigation
ul li.is-active > a{
  background-color: rgb(220, 173, 72) !important;
}

/* HOVER */
.wd-my-account-sidebar
.woocommerce-MyAccount-navigation
ul li a:hover{
  background-color: rgb(124, 82, 40) !important;
}

/* ESPACEMENT ENTRE LES BOUTONS DU MENU MON COMPTE */
.wd-my-account-sidebar
.woocommerce-MyAccount-navigation
ul li{
  margin-bottom: 15px !important;
}

/* optionnel : dernier bouton sans marge */
.wd-my-account-sidebar
.woocommerce-MyAccount-navigation
ul li:last-child{
  margin-bottom: 0 !important;
}/* End custom CSS */