<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#map-popover h2 {
    font-size: 1rem;
    font-weight: bold;
}

#map-popover img {
    width: 150px;
    height: auto;
    border-radius: 0.25rem;
}

#map-popover.with-slider .swiper-slide {
    padding-left: 3rem;
    padding-right: 3rem;
}

#map-popover.swiper .swiper-pagination {
    position: relative;
}

#map-popover.swiper .swiper-pagination .swiper-pagination-bullet {
    background: #2F5A76;
}

#map-popover .swiper-button-next:after, #map-popover .swiper-button-prev:after {
    color: #2F5A76;
    font-size: 2rem;
}

.destination-map header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.destination-map header input {
    width: 290px;
    padding: 0.5rem 1rem 0.5rem 2.5rem;
    font-size: 1rem;
    color: black;
}

.destination-map .relative {
    position: relative;
}

.destination-map header svg {
    position: absolute;
    left: 0.5rem;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.destination-area.btn {
    border-radius: 9999px;
    border: solid 1px #D7D9DA;
    color: black;
    font-weight: 400;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    transition: all 0.2s;
    flex-shrink: 0;
}

.destination-area.btn + .destination-area.btn {
    margin-left: 0.5rem;
}

.destination-area.btn:hover, .destination-area.btn.active {
    background-color: #EAEEF1;
    color: #2F5A76;
    border-color: #2F5A76;
}

.marker {
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 9999px;
}

.property {
    background-size: contain;
}

.multimarker {
    background-image: linear-gradient(180deg, #3C5F79, #529CB8);
    border-radius: 9999px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: bold;
}
</pre></body></html>