/* Hide Sphinx & Furo footer credits/copyright */
.bottom-of-page .left-details { display: none !important; }
.bottom-of-page { justify-content: flex-end; }

/* Sidebar: compatible Amorphic version line (small text below title) */
.sidebar-compatible-version {
  font-size: 0.7em;
  opacity: 0.85;
  margin-top: 0.25em;
  display: block;
}

/* Sidebar: alpha release notice (small text below compatible version) */
.sidebar-alpha-notice {
  font-size: 0.7em;
  opacity: 0.85;
  margin-top: 0.25em;
  display: block;
  color: #d9534f;
}
