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

.mermaid .label,
.mermaid .nodeLabel,
.mermaid text,
.mermaid foreignObject div,
.mermaid foreignObject span {
    font-size: 11px !important;
}

.mermaid rect,
.mermaid polygon {
    stroke-width: 1px;
}