#map {
    height: 80vh;
}
.marker-cluster div {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Inter', sans-serif;
}
.marker-cluster-small div {
    background-color: #000000;
}

.leaflet-marker-icon .price-marker {
    background-color: #ececec;
    padding: 9px 8px;
    border-radius: 20px;
    color: #878787;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    width: 110px;
    box-shadow: -1px 8px 24px -2px rgba(0, 0, 0, 0.51);
    -webkit-box-shadow: -1px 8px 24px -2px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: -1px 8px 24px -2px rgba(0, 0, 0, 0.51);
}

.leaflet-popup-content {
    width: 370px !important;
    margin: 5px;
}
.map.single-property-card {
    margin-bottom: 0;
}

.leaflet-popup-tip-container {
    display: none;
}
.leaflet-container a.leaflet-popup-close-button {
    display: none;
}
.price-marker.featured {
    padding: inherit;
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #e86229;
}
.price-marker.featured img {
    width: 25px;
}
@media (max-width: 767px) {
    .leaflet-popup-content {
        width: 300px !important;
    }
    .single-property-card .property-content-wrap .property-price .price {
        font-size: 20px !important;
    }
    .map.single-property-card .property-content-wrap .property-content p.property-des {
        margin: 6px 0 !important;
    }
    #map .leaflet-popup-content {
        width: 350px !important;
    }
}
