.sort-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: inherit;
    text-decoration: none;
}

.sort-link span {
    color: #a7b5c1;
    font-size: 12px;
    line-height: 1;
}

.sort-link:hover,
.sort-link.active {
    color: var(--blue-dark);
}

.sort-link.active span {
    color: var(--blue);
}
