/* Minimal, follow your card/table/empty-state style conventions */
.track-records-filter {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: .5rem;
}

#track-records-table th,
#track-records-table td {
    text-align: center;
}