/* Tighten table cells for the long tool/skill/command tables. */
.md-typeset table:not([class]) th,
.md-typeset table:not([class]) td {
  padding: 0.5em 0.8em;
  font-size: 0.82rem;
}

/* Give the in-page TOC more room on wide screens so deep nesting stays readable. */
@media screen and (min-width: 76.25em) {
  .md-sidebar--secondary {
    width: 14rem;
  }
}

/* Subtle tint on every section's first H3 to break the long single page into visual chapters. */
.md-typeset h2 + h3 {
  margin-top: 1.2em;
}
