/* ---- Mermaid-Diagramm Fallback (ohne JS) ---- */
.mermaid-wrapper {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 1rem;
}
.mermaid-wrapper pre.mermaid {
  font-family: var(--font-mono);
  font-size: 0.82rem;
  background: none;
  border: none;
  padding: 0;
  white-space: pre;
  color: var(--text-muted);
}
/* Wenn mermaid.min.js geladen ist, wird .mermaid zu SVG */
.mermaid svg {
  max-width: 100%;
  height: auto;
}
