pre.mermaid {
  background: transparent;
  border: none;
  text-align: center;
  padding: 1em 0;
  overflow-x: auto;
}

pre.mermaid svg {
  max-width: 100%;
  height: auto;
}

pre.mermaid[data-processed="true"] {
  background: transparent;
}

pre.mermaid .error-icon,
pre.mermaid .error-text {
  color: #cc0000;
}

@media print {
  pre.mermaid {
    page-break-inside: avoid;
  }

  pre.mermaid svg {
    max-width: 100% !important;
  }
}
