/* Remove the empty logo control as well as the symbol; keep the site title. */
.md-header__button.md-logo,
.md-nav__button.md-logo {
  display: none;
}

/* Keep neutral Mermaid diagrams readable in both palettes and scroll wide graphs locally. */
.md-typeset .psum-mermaid {
  overflow-x: auto;
  background: white;
  padding: .6rem;
}
.md-typeset .psum-mermaid svg { display: block; margin: auto; }
@media (max-width: 600px) {
  .md-typeset .psum-mermaid svg { min-width: 36rem; }
}
