/**** Overriding theme defaults ****/

html[data-theme=light] {
    --pst-color-primary: rgb(0, 106, 153);
}

html[data-theme=dark] {
    --pst-color-primary: rgb(0, 132, 186);
}

.bd-content {
  flex-grow: 1;
  max-width: 100%;
}

#smv-version-switcher .dropdown-menu {
  min-width: 8rem;
  font-size: 0.9rem;
}