
.mfp-map {
    height: calc(100vh - 210px);
    min-height: 620px;
    width: 100%;
    background: #e9ecef;
}

.offcanvas {
    width: 380px;
}

@media (max-width: 768px) {
    .mfp-map {
        height: calc(100vh - 170px);
        min-height: 520px;
    }

    .offcanvas {
        width: 92vw;
    }
}

.leaflet-popup-content-wrapper {
    border-radius: 12px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
}

.leaflet-popup-content {
    margin: 0;
    width: 300px !important;
}

.mfp-map-popup {
    padding: 14px;
    font-size: 14px;
    line-height: 1.35;
}

.mfp-map-popup-title {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.25;
    margin-bottom: 8px;
    color: #212529;
}

.mfp-map-popup-location {
    color: #6c757d;
    margin-bottom: 10px;
}

.mfp-map-popup-meta {
    border-top: 1px solid #e9ecef;
    padding-top: 8px;
    margin-top: 8px;
}

.mfp-map-popup-meta div {
    margin-bottom: 4px;
}

.mfp-map-popup .btn {
    width: 100%;
    margin-top: 10px;
}
#mapResults {
    scroll-margin-top: 90px;
}