/* Level 1 items */
.md-nav__item--nested > .md-nav__link {
  font-weight: 700;
}

/* Level 2 items */
.md-nav__item--nested > .md-nav__list > .md-nav__item > .md-nav__link {
  font-weight: normal;
}

.md-nav__item--active > .md-nav__link {
  color: #1a237e !important;
  font-weight: 700;
}

.md-nav__item--active > .md-nav__link--active {
  color: #1a237e !important;
  font-weight: 700;
}

/* Style expand/collapse indicators */
.md-nav__item--nested > .md-nav__link::before {
  color: #1a237e;
} 