/* Ensure active top-level sections are visually highlighted in the sidebar. */
.md-nav__item--active > .md-nav__link,
.md-nav__item--active > label.md-nav__link {
  color: var(--md-accent-fg-color);
  font-weight: 600;
}
