.md-sidebar--primary .md-nav { display: none; }

/* Hide the default bottom position */
.md-source-file { display: none; }

/* Hide the "Read on GitHub Pages" link when already on Pages */
.gh-pages-link { display: none; }

/* Hide the inline Table of Contents — right sidebar TOC is sufficient on Pages */
.readme-toc { display: none !important; }

/* Hide ASCII diagram on Pages, show SVG instead */
.ascii-glance { display: none !important; }
.svg-glance img { max-width: 100%; height: auto; }

/* Top banner style */
.last-updated-banner {
  font-size: 0.85rem;
  color: var(--md-default-fg-color);
  text-align: right;
  padding: 0.5rem 1rem;
  margin-bottom: 1.5rem;
  background: var(--md-code-bg-color);
  border-radius: 4px;
  border-left: 3px solid var(--md-accent-fg-color);
}
