/* Search location cascade fields - desktop */
.wd-find-select .inner-group > .form-search-location {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
}

.wd-find-select .inner-group > .form-search-category {
    flex: 1 1 0;
    min-width: 140px;
    width: auto;
}

/* Stack City / Location / Category full-width on tablet & mobile */
@media only screen and (max-width: 991px) {
    .wd-find-select .inner-group > .form-search-location,
    .wd-find-select .inner-group > .form-search-category {
        flex: 1 1 100% !important;
        min-width: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .wd-find-select .inner-group > .box-filter {
        width: 100%;
    }
}
