/**
 * Mermaid Diagrams extension for phpBB.
 * @author Alfredo Ramos <alfredo.ramos@proton.me>
 * @copyright 2019 Alfredo Ramos
 * @license GPL-2.0-only
 */
.mermaid:not([data-processed='true']) {
	white-space: pre;
}

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

.mermaid-status .icon {
	font-size: 1em;
}
