/* Constrain Redoc's full-page layout so it sits cleanly inside Material's
   article wrapper rather than escaping the right-hand TOC column. */
#redoc-container {
    margin: -1rem -1rem 0 -1rem;
}
#redoc-container .menu-content {
    /* Hide Redoc's own sidebar — Material's left nav already gives the
       reader a way to jump between top-level docs. */
    display: none;
}
#redoc-container .api-content {
    margin-left: 0 !important;
}
