.rootid-leaflet-map {
    width:100%;
    height:600px;
    
}

.rootid-leaflet-map[data-map-height="tall"] {
    height:750px;
}

.region-label {
    font-weight: bold;
    color: #333;
    text-align: center;
    pointer-events: none;
    white-space: nowrap;
}

.map-popup-image {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    display: block;
    margin-bottom: 8px;
}

.map-popup-link {
    display: inline-block;
    margin-top: 8px;
}

 