  /* Override web/core/modules/system/css/components/tablesort.module.css file. */

table span.tablesort.tablesort--asc {
    background-image: url("/modules/custom/fulbright_search/img/twistie-down.svg") !important;
}

table span.tablesort.tablesort--desc {
    background-image: url("/modules/custom/fulbright_search/img/twistie-up.svg") !important;
}

table th a {
    display: flex;
    gap: 0.4rem;
}
