/* User Provided Stylesheet */

/* Targets the div container generated by MyST */
.flowchart svg {
    background-color: white !important;
    padding: 10px;
    border-radius: 4px;
}

/* Targets the actual SVG produced by Mermaid */
.mermaid flowchart {
    background-color: white !important;
}

.specialized-border {
    background-color: white !important;
}
