/* Slightly wider content column — the RSSI tables need the room. */
.md-grid {
  max-width: 68rem;
}

/* Wide tables (the RSSI field reference, the dBm bands) scroll rather than
   forcing the page to scroll horizontally on narrow viewports. */
.md-typeset__table {
  width: 100%;
}
.md-typeset table:not([class]) {
  display: table;
  width: 100%;
}

/* Download lists: tighten spacing, keep long version strings from wrapping mid-number. */
.md-typeset .admonition li,
.md-typeset details li {
  margin-bottom: 0.2rem;
}
.md-typeset details li code {
  white-space: nowrap;
}

/* Landing-page cards. */
.md-typeset .grid.cards > ul > li {
  border-radius: 0.4rem;
}
