/* HydraForge Documentation Theme */

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.wy-nav-content {
    max-width: 1100px !important;
}

code, pre {
    font-size: 13px;
    border-radius: 4px;
}

pre {
    background: #f7f7f7;
    border: 1px solid #ddd;
}

h1, h2, h3 {
    color: #002b55;
}

.wy-side-nav-search {
    background: #001f3f !important;
}

.wy-menu-vertical a:hover {
    background: #e5f1ff !important;
}

.bd-article-container {
    max-width: 100%;
}

/* Left sidebar (main navigation) */
.bd-sidebar-primary {
    width: 16rem;        /* default is ~18–20rem */
    min-width: 16rem;
}

/* Right sidebar (On this page) */
.bd-sidebar-secondary {
    width: 14rem;        /* default is ~16–18rem */
    min-width: 14rem;
}

.bd-content {
    max-width: none;
}