.cp-global-map {
    width: 100%;
    min-height: 420px;
    background: #f3eee8;
}

.cp-global-map .leaflet-tile-pane {
    filter:
        saturate(0.55)
        contrast(0.92)
        brightness(1.06);
}

.cp-map-popup {
    min-width: 190px;
    max-width: 240px;
}

.cp-map-popup__image {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
    margin: 0 0 10px;
}

.cp-map-popup__title {
    display: block;
    font-family: var(--cp-font-heading);
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 6px;
}

.cp-map-popup__type,
.cp-map-popup__price,
.cp-map-popup__features {
    display: block;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 4px;
}

.cp-map-popup__link {
    display: inline-block;
    margin-top: 8px;
    color: var(--cppink);
    font-weight: 700;
    text-decoration: none;
}

.cp-map-popup__link:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .cp-global-map {
        height: 460px !important;
    }
}