svg[id^="mermaid"] { 
    max-height: 1000px; width: 3000px;
}
svg[id^="mermaid"] .nodeLabel {
    font-size: 22px !important;
    line-height: 1 !important;
}

svg[id^="mermaid"] .edgeLabel {
    font-size: 18px !important;
    line-height: 1 !important;
}

.cluster rect {
    fill: #eee !important;
    stroke: #fff !important;
    stroke-width: 1px !important;
}
#Transport.cluster rect {
    fill: #fff !important;
    stroke: #fff !important;
    stroke-width: 1px !important;
}

.cluster-label {
    font-weight: bold;
    padding-bottom: 50px;
}
