/* The cross-site API reference embeds Redoc, which is a full-width,
   three-pane application. Let only that page (the one containing a <redoc>
   element) use the full available width instead of the centered, narrow
   article column the rest of the documentation uses. */
.md-grid:has(redoc) {
  max-width: initial;
}
