.tcl-account-artist-menu__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
}
.tcl-account-artist-menu__menu-item {
  width: calc(33.3333333333% - 6.6666666667px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tcl-account-artist-menu__menu-item a {
  font-family: "Quicksand";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  background: #0b4037;
  color: #ffffff;
  border-radius: 6px 6px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.tcl-account-artist-menu__menu-item a:hover {
  opacity: 1;
}
.tcl-account-artist-menu__menu-item a.active {
  height: 80px;
  margin-top: -10px;
  margin-bottom: -10px;
  background-color: #ffffff;
  color: #001d18;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04), 0px 2px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04), 0px 2px 15px rgba(0, 0, 0, 0.1);
  position: relative;
}
.tcl-account-artist-menu__menu-item a.active::after {
  content: "";
  width: 100%;
  height: 25px;
  position: absolute;
  background-color: #ffffff;
  left: 0;
  top: 100%;
}