/* Agorajeux: protect Google Reviews when faceted search reinjects the listing footer */
.ag-listing-reviews-separator {
    clear: both;
    width: 100%;
    margin: 34px 0 0;
    line-height: 0;
}

.ag-listing-reviews-separator svg {
    display: block;
    width: 100%;
    height: 4px;
}

.ag-listing-reviews-separator + .ag-google-reviews-module-slot--listing {
    margin-top: 0 !important;
}

.ag-google-reviews-module-slot #googleReviews:not(.slick-initialized) .containerItems:nth-of-type(n+4) {
    display: none !important;
}

.ag-google-reviews-module-slot #googleReviews:not(.slick-initialized) {
    max-height: 292px !important;
    overflow: hidden !important;
}
