/* Safari SVG Collapse Fix */
.mermaid svg {
  width: 100% !important;
  height: auto !important; /* Erhält das Seitenverhältnis */
  min-height: 1px;         /* Verhindert 0px-Kollaps */
  display: block;          /* Verhindert Inline-Layout-Probleme */
}
