
.single-mt_listing .mt_listing_map_location{
    height: 250px;
}
.urbanpoint-map-popup-content {
    display: none;
}
/* Custom marker styles */
.single-mt_listing .urbanpoint-custom-marker {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    width: 36px;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    height: 36px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    background-color: #000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.search-results .mt_listing_map_location_archive,
.term-style1 .mt_listing_map_location_archive{
    height: 500px;
}

/* Custom marker styles */
.urbanpoint-custom-marker {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    width: 36px;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    height: 36px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    background-color: #000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    -ms-touch-action: none;
    touch-action: none;
    z-index: 0;
}


@media (min-width: 992px) {
    .mt_listings_page.mt_listing_map_location.col-md-5 .mt_listing_map_location_archive {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 41.6% !important;
        z-index: 1;
        -webkit-transition: width .3s ease;
        -moz-transition: width .3s ease;
        transition: width .3s ease;
        height: 100% !important;
    }
}