.team-filters{
display:flex;
gap:10px;
margin-bottom:20px;
flex-wrap:wrap;
}

.team-filter{
padding:8px 12px;
border:1px solid #ddd;
border-radius:4px;
}

.team-member-item{
padding:20px;
border:1px solid #eee;
margin-bottom:10px;
}