/* Custom CSS for RMNLib documentation */
/* Increase the width of the main content area */

/* Make the main content area wider */
.wy-nav-content {
    max-width: 1200px !important; /* Default is 800px */
}

/* Alternative approach - target the content wrapper */
.wy-nav-content-wrap {
    margin-left: 300px !important; /* Default sidebar width, adjust main content accordingly */
}

/* Ensure the content fills the available space */
.rst-content {
    max-width: none !important;
    width: 100% !important;
}
