<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.map-listing-summary-control {
    display: none;
}

.map-listing-summary-control.map-listing-summary-control--active {
    display: block;
    position: relative;
}

.map-listing-summary-control--active .map-listing-summary-control__pagination {
    display: none;
}

.map-listing-summary-control--active .map-listing-summary-control__close-button {
    z-index: 2;
    position: absolute;
    right: 0;
    width: 2rem;
    height: 0;
    overflow: hidden;
    padding: 2rem 0 0 0;
    background-color: #FFF;
    background-image: url("/frontend/assets/Shared/Component/MapListingSummaryControl/Images/Close-c1dbc7f8a4.svg");
    background-size: .75rem;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    appearance: none;
    cursor: pointer;
}

.map-listing-summary-control--active .map-listing-summary-control__error {
    font-size: 1rem;
    line-height: 1.5;
    padding: 2rem;
    background-color: #FFF;
    text-align: center;
}

.map-listing-summary-control--cluster .map-listing-summary-control__container {
    padding-bottom: 3.5rem;
    background-color: #FFF;
}

.map-listing-summary-control--cluster .map-listing-summary-control__pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2.5rem;
    z-index: 2;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
    display: flex;
    background-color: var(--primaryColor);
    width: calc(100% - 16px);
    bottom: .5rem;
}

.map-listing-summary-control--cluster .button.map-listing-summary-control__pagination-button {
    display: block;
    margin: 0 .0625rem;
    border: 0;
    height: 0;
    padding: 2.5rem 0 0;
    overflow: hidden;
    background-color: transparent;
    color: #FFF;
    min-width: auto;
    width: 2.5rem;
    background-size: 1rem;
    background-repeat: no-repeat;
    background-position: center;
}

.map-listing-summary-control--cluster .map-listing-summary-control__pagination-count {
    color: #FFF;
    line-height: 2.5rem;
    flex: 1;
    text-align: center;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.map-listing-summary-control--cluster .map-listing-summary-control__pagination-button.map-listing-summary-control__pagination-button--previous {
    background-image: url("/frontend/assets/Shared/Component/MapListingSummaryControl/Images/ArrowPrevious-b458758768.svg");
}

.map-listing-summary-control--cluster .map-listing-summary-control__pagination-button.map-listing-summary-control__pagination-button--next {
    background-image: url("/frontend/assets/Shared/Component/MapListingSummaryControl/Images/ArrowNext-20431d8404.svg");
}

.map-listing-summary-control--cluster .map-listing-summary-control__pagination-button.map-listing-summary-control__pagination-button--disabled {
    cursor: default;
    opacity: .5;
}
</pre></body></html>