/* The source logo is intentionally tall. Keep it legible without letting it
   consume the full Read the Docs navigation column. */
.wy-side-nav-search > a img.logo,
.wy-side-nav-search .wy-dropdown > a img.logo {
  width: auto;
  height: 11rem;
  max-width: 100%;
  margin: 0.5rem auto 0.75rem;
}

/* MyST does not preserve the README image's HTML height attribute. Without a
   docs-only rule, the overview page renders this asset at its full 974px. */
.wy-nav-content img[alt="Vertebrae logo"] {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 300px;
}
