/* NOTE: This is a hack to hide the "cluster count" section of the esri legend. */
/* This might cause issues with other legends! */
.esri-legend__layer > :nth-child(2) {
  visibility: hidden;
  display: none;
}

/*
This section forces apexcharts menu to use black text.
This is required because otherwise the apexchart menus don't completely
adhere to our light/dark theming. The text changes color, but the
background doesn't.
*/
.apexcharts-menu-item {
  color: black;
}
