.location-map-wrapper {  width: 100%; height: 100%;}
.hidden-image{
  display: none;
}
#map{
  min-height: 100%; 
}
.wp-block-my-plugin-location-map{
  height: 100%;
}

.marker {
  /* background-image: url('https://docs.mapbox.com/demos/custom-markers-gl-js/mapbox-icon.png'); */
  background-size: cover;
  width: 50px;
  height: fit-content;
  border-radius: 50%;
  cursor: pointer;
}