<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.realtime-listings-map .gm-style-iw-d {
    overflow: visible !important;
    max-height: unset !important;
}

.realtime-listings-map .gm-style .gm-style-iw-c {
    padding: 0;
    overflow: visible !important;
    max-height: unset !important;
}

.realtime-listings-map .card-object {
    margin-bottom: 0;
    min-width: 350px;
    border-radius: 6px;
}

.realtime-listings-info-window-close {
    position: absolute;
    right: -13px;
    top: -13px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100%;
    z-index: 999;
    cursor: pointer;
    box-shadow: 0 2px 10px -4px;
    transition: transform .3s;
}
.realtime-listings-info-window-close:hover {
    transform: scale(1.1);
}
.realtime-listings-info-window-close:before, .realtime-listings-info-window-close:after {
    position: absolute;
    left: 14px;
    top: 8px;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #333;
}
.realtime-listings-info-window-close:before {
    transform: rotate(45deg);
}
.realtime-listings-info-window-close:after {
    transform: rotate(-45deg);
}

.realtime-listings-view {
    display:		none;
}

.realtime-listings-no-results {
    display:		none;
}

.view-button {
    text-align:		center;
    margin:			0;
    float:			left;
    cursor:			pointer;
}

.realtime-listings-view:checked + .view-button {
    background:		#fff;
    color:			#2581CE;
}

.listings-sort-fake {
    height:			36px;
    margin:			0;
}

.listings-sort-fake li {
    padding:		0;
    float:			left;
}
</pre></body></html>