.group_location {}

.group_location .wp-block-cover.has-background-dim{
    background-color: currentColor;
    width: fit-content;
    left: 0.8em;
}
.group_location .wp-block-columns{
    width: min-content;
}
.group_location .wp-block-column ul{
    width: 13em;
	font-size: 100%;
}

.group_location .mapsmarker{
    margin: -50px 0 -10px 0
}
.group_location .mapsmarker .lmm-panel{
    display:none;
}
.group_location .mapsmarker .leaflet-control-layers{
    display:none;
}
.group_location .map {
    margin: -50px 0 -10px 0
}
.group_location .ol-popup{
    opacity: 0;
}

