
.filter-current .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}
.filter-current .label {
    font-weight: 500;
}
.filter-current .action.remove {
    color: #2563eb;
    font-size: 0.875rem;
    white-space: nowrap;
}
.filter-current .action.remove:hover {
    text-decoration: underline;
}
