/* Extra styling for the matrix docs (mkdocs-material). */

/* Keep wide tables readable without overflow */
.md-typeset table:not([class]) {
    font-size: 0.85rem;
}

/* Nicer block math spacing */
.md-typeset .MathJax {
    margin: 0.2em 0;
}

/* Emphasize inline code in the landing hero */
.md-typeset code {
    border-radius: 4px;
}

/* Make admonitions a touch softer */
.md-typeset .admonition,
.md-typeset details {
    border-radius: 6px;
}
