div.highlight pre {
    border: 1px solid #ddd !important;
    box-shadow: none !important;
    background: #f8f8f8 !important;
}

div.highlight pre code {
    border: none !important;
}

.rst-content .highlight pre {
    border: none !important;
    box-shadow: none !important;
}

.rst-content .highlight pre code {
    border: none !important;
}

.rst-content pre,
.rst-content code {
    font-family: "JetBrains Mono", "Fira Code", monospace;
}

/* Code block container */
.rst-content div.highlight pre {
    padding: 0.25em 0.75em !important;
    margin: 0 0 !important;
    font-size: 0.95em;
    line-height: 1.45;
}

/* Inner code element */
.rst-content div.highlight pre code {
    padding: 0;
    margin: 0;
    border: none;
}

/* Inline code */
.rst-content code.literal {
    font-size: 0.9em;
    padding: 0.1em 0.25em;
}

/* === Sidebar === */
.wy-nav-side {
    background: #2D3B49;   /* dark blue-gray */
}

/* Logo background and position */
.wy-side-nav-search {
    background-color: #1f2933;   /* dark navy */
    border-bottom: 1px solid #1f2933;
    padding: 10px;
    /*max-width: 180px;*/
}
