<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.search-map {
    position: fixed;
    display: block;
    bottom: 0;
    width: 100%;
}

.search-map__listing-summary-control {
    position: fixed;
    bottom: 1rem;
    left: calc(50% - 18rem * .5);
    width: 18rem;
    z-index: 3;
}

.search-map .loading-indicator {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    z-index: 10;
}

@media (max-height: 700px) and (orientation: landscape) {
    .search-map__listing-summary-control {
        left: calc(50% - 32rem * 0.5);
        width: 32rem;
    }
}

@media (min-width: 813px) {
    .search-map__listing-summary-control {
        bottom: 1rem;
    }
}

.search-map {
    top: 5rem;
    --text-colors-default: #FFFFFF;
    --text-colors-visited: var(--primaryColor);
    --text-colors-active: var(--primaryColor);
}

@media (min-width: 813px) {
    .search-map {
        top: 8rem ;
    }
}
</pre></body></html>