/* Custom CSS to make documentation content stretch full screen width */

.wy-nav-content {
    max-width: none !important;   /* removes the fixed width */
}

/* Additional styling to ensure full width utilization */
.wy-grid-for-nav {
    max-width: none !important;
}

.wy-body-for-nav {
    max-width: none !important;
}

/* Ensure content area takes full available width */
.wy-grid-for-nav .wy-nav-content-wrap {
    margin-left: 300px; /* Adjust based on your left sidebar width */
}

.wy-nav-content {
    padding: 1.618em 3.236em;
    height: 100%;
    max-width: none !important;
    margin: auto;
}

pre {
    font-size: 100% !important;
}