/* This stylesheet should be replaced with CSS Variable-compatible bundling. */
html { --scrollY: 0px; --mapOffsetY: 0px; }
.mapContainer { top: var(--mapOffsetY) !important; }
.StickyAdvertisementParent { top: calc(var(--mapOffsetY) + 112px) !important; }
.dvMenuTop:not(.nav-up) + div .div-search-deals { top: calc(var(--mapOffsetY) - 43px) !important; }
@media screen and (max-width: 420px) { .div-search-realtor.divfixer { top: calc(var(--mapOffsetY) - 43px); } .nav-up + div .div-search-realtor.divfixer { top: 0; }