.filter-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.filter-fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
}

.btn-filter {
    background: #eef1f6;
    border: none;
    color: #3b4254;
    font-weight: 500;
    padding: 0.55rem 1.75rem;
    border-radius: 10px;
}

.btn-filter:hover {
    filter: brightness(0.95);
}