.results-table th {
    padding: 0;
}

.sort-header-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 12px 16px;
    color: var(--muted);
    text-decoration: none;
    white-space: nowrap;
}

.sort-header-link:hover,
.sort-header-link.is-active {
    color: var(--ink);
    background: #e5e7df;
}

.sort-indicator {
    display: inline-grid;
    place-items: center;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    color: var(--green);
    font-size: 0.85rem;
}
