/* Knowledge Base Wiki — MkDocs theme overrides */

/* Slightly wider content area for tables and code blocks */
.wy-nav-content {
    max-width: 960px;
}

/* Better table styling */
.rst-content table.docutils {
    border-radius: 4px;
    overflow: hidden;
}

.rst-content table.docutils thead th {
    background-color: #2980b9;
    color: white;
    font-weight: 600;
}

/* Code block improvements */
.rst-content code.literal {
    color: #c0392b;
    background: #fdf6e3;
    border-radius: 3px;
    padding: 1px 4px;
}

/* Image responsiveness */
.rst-content img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12);
}
