





#listing-results-view#listing-results-view ul.mrp-listing-results {
    grid-template-columns: repeat(auto-fill, minmax(var(--listing-size, 17rem), 1fr));
}

/* keep the horizontal scroll clipped (Safari fix) */
body { overflow-x: hidden; }

/* show each section's content immediately, in place
   (removes the 132px invisible entrance-animation gap) */
.block-column.fx { transform: none !important; opacity: 1 !important; transition: none !important; }

/* tighten the gap above the search bar */
.block-layout.layout-001 .block-bottom-space { height: 24px !important; }
.listings-refresh .block-top-space { height: 24px !important; }

/* tighten the gap below the listings, before the neighbourhood guide */
.listings-refresh .block-bottom-space { height: 0 !important; }
.listings-refresh ~ .block-layout .block-top-space { height: 24px !important; }