/*. src/routes/map/map.css */
/***********************************************************************/
/******************************** Map *******************************/
.map {
  position: fixed;
        bottom: 0px;
  inset: 0;
  z-index: 0;
}

/************ Popup ***************************/
/* Outer popup container */
.leaflet-popup-content-wrapper {
  /*width: max-content !important;*/
  min-width: 220px; /* optional */
  padding: 0 !important;
}

.leaflet-popup-close-button {
  padding-right: 4px;
}

/* Remove the tip/arrow */
.leaflet-popup-tip {
  display: none;
}
