/* ==========================================================================
   Styles for the Available Actions page (docs/operations/runs/deep-dive/actions.md).
   One file mirroring the page's path, so this table can be adjusted without
   touching any other page's styles. Applies only to the table wrapped in
   <div class="run-actions-table" markdown>.
   ========================================================================== */

/* Fixed column widths; when the viewport is too narrow for them, the theme's
   own table wrapper provides the sideways scroll. */
.md-typeset .run-actions-table table {
  width: 62rem;
  table-layout: fixed;
}

/* The Action column mirrors the row buttons: icon above the label, centered,
   held to a fixed width so the description gets the room. */
.md-typeset .run-actions-table th:first-child,
.md-typeset .run-actions-table td:first-child {
  width: 7rem;
  text-align: center;
  vertical-align: middle;
}

.md-typeset .run-actions-table th:nth-child(2),
.md-typeset .run-actions-table td:nth-child(2) {
  width: 12rem;
}

.md-typeset .run-actions-table th:nth-child(3),
.md-typeset .run-actions-table td:nth-child(3) {
  width: 14rem;
}

.md-typeset .run-actions-table th:nth-child(4),
.md-typeset .run-actions-table td:nth-child(4) {
  width: 29rem;
}

.md-typeset .run-actions-table td {
  vertical-align: middle;
}

/* Icons carry the theme's `.lg` size and their own per-action color; here only
   the gap before the label underneath. */
.md-typeset .run-actions-table td:first-child .twemoji {
  margin-bottom: 0.15rem;
}
