
.single-single-product .mt_listing_map_location{
    height: 250px;
}
.leaflet-popup-content p {
    margin: 0.3em 0!important;
}
.mt_single_category_page.mt_category_map_location {
    position: relative;
    margin-bottom: 50px;
}
.mt_listings_page.mt_listing_map_location .autobid-map-popup-content {
    display: none;
}
.leaflet-container a {
    color: #000;
}
/* Custom marker styles */
.single-single-product .autobid-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);
}
.mt_listings_page.mt_listing_map_location {
    padding-bottom: 25px;
}
.single-product .mt_listing_map_location_archive {
    border-radius: 5px;
}
.search-results .mt_listing_map_location_archive,
.term-style1 .mt_listing_map_location_archive{
    height: 500px;
}

/* Custom marker styles */
.autobid-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;
    }
}