.wy-nav-content {
    max-width: 1200px !important;
    margin: auto;
}

.highlight {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    padding: 1em;
    margin: 1em 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
}

table.docutils th, table.docutils td {
    border: 1px solid #dee2e6;
    padding: 8px 12px;
    text-align: left;
}

table.docutils th {
    background-color: #f8f9fa;
    font-weight: bold;
}

.sig {
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    padding: 8px;
    background: #f8f9fa;
    border-radius: 4px;
    margin: 10px 0;
}

.sig-param {
    font-style: italic;
}

.wy-menu-vertical {
    width: 300px;
}

.wy-nav-side {
    width: 300px;
}

.wy-body-for-nav {
    background: #fcfcfc;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
}

pre {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    padding: 1em;
    overflow-x: auto;
}

code {
    background: #f8f9fa;
    padding: 2px 4px;
    border-radius: 3px;
    font-size: 0.9em;
}