.woocommerce-MyAccount-navigation-link a {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .ahfb-svg-iconset {
    display: inline-flex;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }
  
  .custom-flaticon-icon {
    width: 20px;
    height: 20px;
    fill: currentColor;
  }
  
  .woocommerce-MyAccount-navigation-link.is-active a,
  .woocommerce-MyAccount-navigation-link a:hover {
    color: #00a651; /* your green */
  }
  