.nk-tb-col > .sort-link {
  text-decoration: none;
  color: inherit;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.nk-tb-col > .sort-link:hover {
  color: #6576ff;
  text-decoration: none;
}

.nk-tb-col > .sort-link.active {
  color: #6576ff;
  font-weight: 500;
}

.nk-tb-col > .sort-link .icon {
  font-size: 12px;
}