.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: 4.5rem;
    --text-colors-default: #FFFFFF;
    --text-colors-visited: var(--primaryColor);
    --text-colors-active: #FFFFFF;
}

@media (min-width: 813px) {
    .search-map {
        top: 9rem;
    }
}
