body[light-mode=dark],
body,
div.leaflet-pane.leaflet-popup-pane div.leaflet-popup.leaflet-zoom-animated div.leaflet-popup-content-wrapper {
  background: transparent linear-gradient(180deg, #E8E8E8 0%, #FF85E8 56%, #FF85E8 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
}

.leaflet-popup-tip {
  background-color: #FF85E8;
}

body[light-mode=light] {
  background: transparent;
  opacity: 1;
}