/* Wider content area — push from default 61rem to 80rem */
.md-grid {
  max-width: 90rem;
}

/* Left nav sidebar — wider to fit longer names without wrapping */
@media screen and (min-width: 76.25em) {
  .md-sidebar--primary {
    width: 14rem;
  }
  .md-sidebar--primary .md-sidebar__scrollwrap {
    width: 14rem;
  }
}

/* Right TOC sidebar — narrower and pushed to side */
@media screen and (min-width: 76.25em) {
  .md-sidebar--secondary {
    width: 11rem;
  }
  .md-sidebar--secondary .md-sidebar__scrollwrap {
    width: 11rem;
  }
}

/* TOC text smaller so it fits the narrower sidebar */
.md-sidebar--secondary .md-nav__link {
  font-size: 0.65rem;
}
