/* Widen the main grid — Material defaults to 61rem, leaving large empty
   gutters once toc.integrate folds the right TOC into the left sidebar. */
.md-grid {
  max-width: 1440px;
}

/* Generated v3 task pages have 6-column input tables. Keep identifier
   tokens (Name column inline code) on a single line so the column sizes
   to its content and Description gets the remaining width. */
.md-typeset table:not([class]) td code {
  white-space: nowrap;
}

/* Let table cells wrap their prose normally and align to the top so
   multi-line Description rows read cleanly next to short Name cells. */
.md-typeset table:not([class]) td {
  vertical-align: top;
}
