.md-typeset .mermaid {
  box-sizing: border-box;
  overflow-x: auto;
  margin: 1.5rem 0;
  padding: 1.25rem;
  border: 1px solid color-mix(in srgb, currentColor 18%, transparent);
  border-radius: 0.6rem;
}

.md-typeset .mermaid svg {
  display: block;
  width: 100% !important;
  min-width: 40rem;
  max-width: 54rem !important;
  height: auto;
  margin: 0 auto;
}
