<style>
/* Hide the specific "Meet the Team" tab link */
a[href^="#/"][href*="meet"][href*="team"] {
  display: none !important;
}

/* If the link sits inside a list item, hide the whole item to remove spacing */
li:has(> a[href^="#/"][href*="meet"][href*="team"]) {
  display: none !important;
}

/* If it sits inside a tab-nav wrapper, hide the wrapper */
*:has(> a[href^="#/"][href*="meet"][href*="team"]) {
  /* Comment this out if it hides more than intended */
  /* display: none !important; */
}
</style>
