/* ========================================================================
   Team Examples configuration tables

   Used by:
     docs/settings/access/teams/examples.md

   The first column holds the team name (or the field name) and must never
   wrap, so it takes the width of its longest entry. The table keeps a floor on
   its total width so that on narrow screens it scrolls sideways (the theme's
   table wrapper already handles the overflow) instead of squeezing every
   column into a sliver.
   ======================================================================== */
.team-examples-config-table table {
  width: 100%;
  min-width: 56rem;
}

.team-examples-config-table table th,
.team-examples-config-table table td {
  vertical-align: top;
}

.team-examples-config-table table th:nth-child(1),
.team-examples-config-table table td:nth-child(1) {
  white-space: nowrap;
  padding-right: 1.5rem;
}
