/* Custom CSS for OCTypes 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;
}

/* Legacy font customizations */
.code {
    font-family: 'Courier New', monospace;
    background-color: #f5f5f5;
    padding: 2px 4px;
    border-radius: 3px;
}

.literal-block {
    font-family: 'Courier New', monospace;
}
