.bfpm-map-padding {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
}

.bfpm-map {
    width: 90%;
    margin: 0 auto;
    aspect-ratio: var(--bfpm-ratio, 4 / 5);
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #e9ecef;
}

.bfpm-map .leaflet-popup-content-wrapper {
    padding: 0;
    overflow: hidden;
    border-radius: 8px;
}

.bfpm-map .leaflet-popup-content {
    margin: 0;
    width: 240px !important;
    box-sizing: border-box;
}

.bfpm-popup-card {
    display: block;
    color: #1d2327 !important;
    text-decoration: none !important;
    background: #fff;
}

.bfpm-popup-image {
    display: block;
    width: 100%;
    height: 145px;
    object-fit: cover;
    margin: 0;
    padding: 0;
}

.bfpm-popup-title {
    display: block;
    padding: 11px 13px 13px;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
}

.bfpm-popup-card:hover .bfpm-popup-title,
.bfpm-popup-card:focus .bfpm-popup-title {
    text-decoration: underline;
}

@media (max-width: 600px) {
    .bfpm-popup-image {
        height: 125px;
    }
}
