.auto-wheel-zone-filter {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}
.auto-wheel-zone-filter > div {
    width: 100%;
}
.auto-wheel-zone-filter select {
    width: 100%;
}
.auto-wheel-zone-filter button {
    width: 100%;
    height: 50px
}