/*
 Theme Name: Hello Elementor Child
 Theme URI: https://elementor.com/hello-theme/
 Description: Child theme for Hello Elementor to allow safe template overrides.
 Author: Belphy Technologies
 Template: hello-elementor
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: hello-elementor-child
/* My Account nav — no bullets, no underline */
.woocommerce-account .woocommerce-MyAccount-navigation ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li{
  margin: .35rem 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation a{
  text-decoration: none !important;
  display: block;
  padding: .2rem 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation a:hover{
  text-decoration: none !important;
}

