.vp-container {
  margin-inline: auto;
  max-width: var(--vpt-theme-container-width);
  width: 90%;
}

.header__navigation--logo a {
  display: block;
  padding: 0 !important;
}

.header__navigation--logo a img {
  width: 71%;
  max-height: 40px;
  min-width: 40px;
}

.render-links {
  flex-wrap: nowrap;
}

.render-links--link {
  margin: auto 0;
}

.render-links--link a {
  font-size: 1rem;
  font-weight: normal;
}

.render-links--link a:active,
.render-links--link a:focus,
.render-links--link a:hover {
  text-decoration: underline;
}

.header .top-bar {
  align-items: center;
  background-color: var(--_background) !important;
  display: flex;
  gap: 1rem;
  height: 4rem;
}

.outdated-version-banner {
  background: #ffe08a;
  color: #333;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 2px solid #e0b84c;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 9999;
}

.outdated-version-banner a {
  color: #0052cc;
  text-decoration: underline;
}
