/* Tailwind is now used for layout + styling (via CDN). */

/* Optional: show sort direction without needing extra markup changes */
th[data-sort-direction="asc"] span::after {
    content: " ↑";
}
th[data-sort-direction="desc"] span::after {
    content: " ↓";
}
