/* Let the primary left sidebar use more horizontal space */
.bd-sidebar-primary {
  flex-basis: 22rem;
  max-width: 22rem;
}

/* Let nested nav links occupy the full sidebar width */
.bd-sidebar-primary .bd-links,
.bd-sidebar-primary nav,
.bd-sidebar-primary ul,
.bd-sidebar-primary li,
.bd-sidebar-primary a {
  max-width: none;
}

/* Keep section titles on one line, no ellipsis */
.bd-sidebar-primary a {
  white-space: nowrap;
}
