/* =========================================
   Search Reserves Block
   ========================================= */

.search-reserves-block {
    margin-top: 44px;
}


.search-reserves-block .container {
    display: flex;
    align-items: center;
    gap: 23px;
}

.search-reserves-block .facetwp-icon {
    display: none;
}

.block-container .search-reserves-block .fs-label-wrap .fs-label {
    padding: 0;
    background-image: url(../../../assets/images/ui/select.svg);
    background-repeat: no-repeat;
    background-position: right center;
}

.search-reserves-block .fs-label-wrap {
    padding: 0;
    border: 0;
    height: auto;
}

.search-reserves-block .facetwp-facet input.facetwp-search,
.search-reserves-block .facetwp-facet input.facetwp-location {
    padding: 0;
    border: 0;
    height: auto;

}

.search-reserves-block__title {
    margin-bottom: 24px;
    text-align: center;
}

.search-reserves-block__form-wrapper {
    background: white;
    padding: 8px 2px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}

@media(min-width:1250px) {


    .search-reserves-block__form-wrapper {
        min-width: 906px;
    }
}

.search-reserves-block__form {
    display: flex;
    flex-wrap: wrap;

    flex-direction: row;
    align-items: center;
}

.search-reserves-block__form-group {
    flex: 1;
    min-width: 200px;
    display: flex;
    flex-direction: column;

    padding: 0 16px;
    border-right: solid 1px #D9D9D9;
    flex-grow: 1;
    width: calc(33.333% - 20px);
}

.search-reserves-block__form-group label {}

.search-reserves-block__form-submit {
    flex-shrink: 0;
    margin: 0;
    padding: 0 6px 0 8px;
}

.search-reserves-block__form-submit button {}



.search-reserves-block__clear {}

/* FacetWP Overrides */
.search-reserves-block .facetwp-facet {
    margin-bottom: 0;
}

.search-reserves-block .facetwp-type-search,
.search-reserves-block .facetwp-type-dropdown {
    width: 100%;
}

.search-reserves-block select,
.search-reserves-block input[type="text"] {
    width: 100%;
    height: 48px;
    padding: 0 12px;
    border: 1px solid var(--wp--preset--color--light-grey);
    border-radius: 4px;
    background: white;
}

@media (max-width: 767px) {

  
    .page-id-1432 .filters-block .filter-title{ 
        display:none;
    }
    .search-reserves-block .container {
        display:block;
    }
    .search-reserves-block__form-group {
        flex: 0 0 100%;
               padding: 12px 12px;
        border-bottom: solid 1px #D9D9D9;
        border-right: 0;
    }
    .search-reserves-block__form-group:nth-child(3) {
        border-bottom: 0;
    }
    .search-reserves-block__form-submit {
        flex: 1;
    }

    .search-reserves-block__form-submit button {
        width: 100%;
        
        
    }
}