/* Full width layout ONLY for literature.rst page */
/* This targets the section with id="literature" */
section#literature {
    max-width: 100% !important;
}

/* Override RTD theme max-width only when literature section exists */
body:has(section#literature) .wy-nav-content {
    max-width: 100% !important;
}

/* Fallback for browsers that don't support :has() */
.document .section#literature {
    max-width: 100% !important;
}

/* Ensure the parent container is also full width when on literature page */
.rst-content .section#literature ~ * {
    max-width: 100% !important;
}
