body {
    font-family: 'Vazirmatn', 'Tahoma', 'Arial', sans-serif;
}

.table-row.hidden-row {
    display: none;
}

.table-row.highlight {
    background-color: #fef9c3 !important;
}

#results-table th[data-sort]:hover {
    background-color: #f1f5f9;
}

#results-table th.sort-asc::after {
    content: ' ▲';
    font-size: 0.65rem;
}

#results-table th.sort-desc::after {
    content: ' ▼';
    font-size: 0.65rem;
}