/* Sort link en cabeceras de tabla — BUG-39 */
.sort-link {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: .25em;
}
.sort-link:hover {
    text-decoration: underline;
}
.sort-arrow {
    font-size: .7em;
    margin-left: .25em;
    opacity: .7;
}
.sort-arrow-inactive {
    opacity: .3;
}
