html {
  scrollbar-gutter: stable;
}
img {
  overflow: hidden;
}

.footer-link {
  color: var(--bs-nav-link-color);
}

.pre-wrap {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* navbar.cshtml */
.dropdown-menu.show[aria-labelledby="Theme"] {
  display: flex;
  flex-wrap: wrap;
  width: 365px;
}
.dropdown-menu.show[aria-labelledby="Theme"] .dropdown-item {
  width: 120px;
}
