.filterWrapper { display: flex; column-gap: 6px; .filterSelector { flex: 1; } .filterButton { display: flex; justify-content: center; align-items: center; width: 91px; height: 34px; color: #fff; background-color: rgba(41, 187, 228, 1); .filterText { white-space: nowrap; margin: 0 8px 0 3px; } } }