/* This file intentionally left blank. */
/* Make sidebar module names use regular font and larger size */
.toctree-l2 code.xref,
.toctree-l3 code.xref,
.toctree-l4 code.xref {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 14px;
    background: none;
    border: none;
    padding: 0;
}

/* Optional: adjust the overall sidebar font size */
.wy-menu-vertical a code {
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    /* Slightly bolder */
    background: none;
    border: none;
    padding: 0;
}

.wy-menu-vertical li.toctree-l2 a,
.wy-menu-vertical li.toctree-l3 a,
.wy-menu-vertical li.toctree-l4 a {
    font-size: 90%;
}