/* Keep tier and status labels readable as single-line pills. */
.sku-table th:nth-child(7),
.sku-table td:nth-child(7),
.sku-table th:nth-child(10),
.sku-table td:nth-child(10) {
  min-width: 84px;
}

.sku-table th:nth-child(11),
.sku-table td:nth-child(11) {
  min-width: 148px;
}

.sku-table .badge {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  line-height: 1;
}
