SharpLaunch.PSE.create(‘6ccedbe3f3fc84c8f10e95ebd3e0d6b1’, {
el: ‘#PSE’,
config: {
“status”: [“active”, “escrow”],
“listings_route”: “/:property_slug”,
“navigation_mode”: “iframe”,
}
});
.listings_container{
height: 100%;
}
.listings__map__main{
height: fit-content !important;
}
#PSE {
background: #fff;
}
@media (min-width: 768px) {
.listings__map__main{
height: calc(100vh – 72px) !important;
overflow-y: auto;
}
.listings__map__googlemap {
min-height: unset !important;
}
}
.listings__filters__toggle__button.is-active{
color: #fff !important;
}
.listings__filters__toggle__button:hover{
color: #fff !important;
}
.listings__grid__item__badge {
display: none;
}
#wp–skip-link–target > div > div {
max-width: unset;
}