/* Prevent inline code in table cells from wrapping */
td code {
    white-space: nowrap;
}

/* Center mermaid diagrams */
.mermaid {
    text-align: center;
}
