
/*
 * FacetWP integration
 */

.rentals-filter-wrapper {
    font-family: "Montserrat", "Roboto", sans-serif;
}

.rentals-filter-wrapper .facetwp-date {
    width: 100%;
    border: 1px solid #e1e0e1;
    border-radius: 0;
}

.rentals-filter-wrapper .facetwp-facet.is-loading {
    cursor: wait;
}

.rentals-filter-wrapper .fs-wrap,
.rentals-filter-wrapper .fs-label-wrap,
.rentals-filter-wrapper .fs-dropdown {
    width: 100%;
}

.rentals-filter-wrapper .fs-label-wrap .fs-label {
    padding: 11px 22px 11px 8px;
}

.rentals-filter-wrapper .fs-wrap.multiple .fs-option.selected .fs-checkbox i {
    --fallback-color-secondary: #0197F6;
    background-color: #0197F6;
    background-color: var(--e-global-color-secondary, var(--fallback-color-secondary));
}