.table-sort-button {
  color: inherit;
  font: inherit;
  font-weight: 600;
  text-align: inherit;
  white-space: nowrap;
}

.table-sort-button::after {
  content: " ↕";
  color: var(--bs-secondary-color);
  font-size: 0.8em;
}

th[aria-sort="ascending"] .table-sort-button::after {
  content: " ↑";
}

th[aria-sort="descending"] .table-sort-button::after {
  content: " ↓";
}

#bulk-categorize-form th:nth-child(2),
#bulk-categorize-form td:nth-child(2) {
  min-width: 7rem;
  white-space: nowrap;
}
