.rst-versions {
  display: none !important;
}

/* Vault photo behind the default blue sidebar header */
.wy-side-nav-search {
  background-image:
    linear-gradient(rgba(41, 128, 185, 0.6), rgba(41, 128, 185, 0.6)),
    url("../images/header.jpg");
  background-size: cover;
  background-position: center;
}

/* Inject "Version: latest" under the site title in the sidebar */
.wy-side-nav-search > a::after {
  content: "Version: latest";
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
  opacity: 0.85;
  margin-top: 0.5rem;
}

.wy-nav-content {
  max-width: 1000px;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.partner-logos {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1rem 1.25rem;
  background: #ffffff;
  border: 1px solid #e5e5ea;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  align-items: center;
  justify-content: center;
}

.partner-logos a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.partner-logos img {
  max-height: 48px;
  width: auto;
  display: block;
}

/* Per-logo tuning — each source PNG has different internal padding,
   so uniform max-height makes the marks look uneven. */
.partner-logos .logo-ukri { max-height: 56px; }
.partner-logos .logo-uol  { max-height: 52px; }
.partner-logos .logo-vec  { max-height: 40px; }
