/* The readthedocs theme's version flyout is meant for actual ReadTheDocs.org
   hosting (real version switching via their injected JS). On GitHub Pages it
   has no functioning JS behind it and just overlaps the sidebar with a
   half-rendered repo-name + next/previous box, so hide it entirely. */
.rst-versions {
    display: none !important;
}

/* The theme hardcodes .wy-nav-content to max-width: 800px regardless of
   viewport size, so wide screens show a dead gray gutter (the translucent
   background of .wy-nav-content-wrap showing through) on the right. Widen
   it instead of leaving it full-bleed, to keep line length readable. */
.wy-nav-content {
    max-width: 1100px;
}
