.md-nav--primary > .md-nav__title {
  display: none;
}

.md-nav--primary > .md-nav__list > .md-nav__item--section > .md-nav__link {
  display: none;
}

.md-nav__item--nested > .md-nav__link,
.md-nav__item--section > label.md-nav__link {
  font-weight: 700 !important;
}

.md-content h1 {
  margin-bottom: 0.4em;
}

.md-header {
  background-color: #1E355E;
}

.md-search__input {
  background-color: #f5f5f5 !important;
  color: #000;
}

.md-search__input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.md-search__icon {
  color: rgba(0, 0, 0, 0.5) !important;
}

.md-sidebar--primary .md-sidebar__inner {
  background-color: #f5f5f5;
  border-right: 1px solid #e0e0e0;
  padding-top: 1rem;
}

[data-md-color-scheme="slate"] .md-sidebar--primary .md-sidebar__inner {
  background-color: #1e1e1e;
  border-right: 1px solid #333;
}
