/* Ransack sort links — inherit table header styling */
a.sort_link {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

a.sort_link:hover {
  color: var(--ptag-blue);
}

a.sort_link .sort_arrow {
  font-size: 0.65rem;
  margin-left: 0.25rem;
}
