/* sphinxcontrib-mermaid SVGs default to a large fixed height;
   let the diagram use its natural size, capped to the viewport. */
.mermaid {
  text-align: center;
}
.mermaid svg {
  height: auto !important;
  max-height: 80vh;
  max-width: 100%;
}
