#lhFavoritesMap{
  min-height: 72vh;
  width: 100%;
}

/* Popup wrapper */
.leaflet-popup-content-wrapper{
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 16px !important;
}
.leaflet-popup-content{
  margin: 0 !important;
  width: auto !important;
}
.leaflet-popup-tip{
  box-shadow: none !important;
}

/* Popup card sizing */
.nearby-card.nearby-card--popup{
  width: 320px;
  max-width: 82vw;
}
.nearby-card--popup .image-wrap{
  position: relative;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
.nearby-card--popup .nearby-thumb{
  width: 100%;
  height: 190px;
  object-fit: cover;
  display:block;
}
.nearby-card--popup .overlay-info{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  padding:14px;
  background: linear-gradient(to top, rgba(0,0,0,.55), rgba(0,0,0,0));
}
.nearby-card--popup .overlay-title{
  margin:0;
  line-height:1.1;
}
.nearby-card--popup .overlay-title a{
  color:#fff;
  text-decoration:none;
}
.nearby-card--popup .overlay-view{
  text-decoration:none;
  padding:.55rem .85rem;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.65);
  color:#fff;
  background: rgba(0,0,0,.15);
  backdrop-filter: blur(6px);
}
.nearby-card--popup .nearby-info{
  padding: 12px 14px 14px;
  background: #fff;
  border-radius: 0 0 16px 16px;
}
.nearby-card--popup .nstats{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
}
.nearby-card--popup .nstat{
  display:flex;
  gap:10px;
  align-items:center;
  padding:10px 10px;
  border-radius:14px;
  background: rgba(0,0,0,.03);
}
.nearby-card--popup .nstat .label{
  font-size: 12px;
  opacity: .65;
  line-height: 1.1;
}
.nearby-card--popup .nstat .value{
  font-weight: 700;
  line-height: 1.1;
}
.nearby-card--popup .ico svg{
  width: 20px;
  height: 20px;
  fill:none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity:.65;
}