/* boa-docs CSS overrides — synced from the repo (grav/assets/helios/) by the
   deploy's pull script; loaded via an addCss hook in the Helios theme.
   Keep this file small: targeted fixes only, the theme owns the design. */

/* Comparison-style tables: give the first (label) column room to breathe.
   Auto table layout otherwise squeezes it to word-per-line against long
   prose columns. min() keeps narrow screens from forcing overflow. */
.prose table th:first-child,
.prose table td:first-child {
  min-width: min(12rem, 30vw);
}
