/* SnowCORE Sortable Table Headers */
th[data-sortable] {
  white-space: nowrap;
}
th[data-sortable]:hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
}
th[data-sortable] .sort-icon {
  font-size: 0.75rem;
  opacity: 0.6;
}
th[data-sortable][aria-sort="ascending"] .sort-icon,
th[data-sortable][aria-sort="descending"] .sort-icon {
  opacity: 1;
}
