/* Classic theme already paints the active button; do not paint a second indicator. */
@media (max-width: 767px), (pointer: coarse) {
  html[data-theme-preset="classic"] .bottomNav .navPill {
    display: none !important;
  }
}
