/* Keep the in-flow chapter index inside a narrow direct-page grid. */
@media (max-width: 980px) {
    .iaer-layout--with-rail {
        grid-template-columns: minmax(0, 1fr);
    }

    .iaer-chapter-rail {
        width: 100%;
        min-width: 0;
    }
}
