.rev-geojson-map{ display:block; }

/* Popup spacing */
.leaflet-popup-content-wrapper{
  padding: 12px 14px !important;
}
.leaflet-popup-content{
  margin: 0 !important;
  min-width: 220px;
}

/* Content */
.rev-popup{
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.rev-popup .rev-title{
  font-weight: 800;
  font-size: 16px;
  line-height: 1.2;
}
.rev-popup .rev-addr{
  font-size: 14px;
  line-height: 1.2;
}

/* Bullet list */
.rev-products{
  margin: 6px 0 0;
  padding-left: 18px;
}
.rev-products li{
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
}
.rev-packs{
  opacity: 0.85;
}

/* If other plugins inject <br> or empty <p> */
.leaflet-popup-content br{ display:none !important; }
.leaflet-popup-content p:empty{ display:none !important; }
