.hgc-park-map-wrap {
  width: 100%;
}

.hgc-park-map {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
}

.hgc-park-map__popup a {
  text-decoration: underline;
}

/* Remove Leaflet default popup look */
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: transparent;
  box-shadow: none;
}

.hgc-map-popup .leaflet-popup-content-wrapper {
  padding: 0;
  border-radius: 14px;
}

.hgc-map-popup .leaflet-popup-content {
  margin: 0;
  width: 320px !important;
}

/* Card */
.hgc-mapcard {
  background: #fff;
  color: #26361C;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
  border: 1px solid rgba(0, 0, 0, .08);
}

.leaflet-container a {
  color: white !important;
}

.hgc-mapcard__media {
  height: 120px;
  background: #f3f3f3;
}

.hgc-mapcard__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hgc-mapcard__body {
  padding: 14px 14px 12px;
}

.hgc-mapcard__title {
  font-weight: 800;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 6px;
}

.hgc-mapcard__desc {
  font-size: 13px;
  line-height: 1.35;
  opacity: .85;
  margin-bottom: 10px;

  /* keep cards same-ish height */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hgc-mapcard__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 12px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  background: #8DBA22;
  /* your green */
  color: #fff !important;
}

/* Close button tweaks */
.hgc-map-popup .leaflet-popup-close-button {
  top: 6px;
  right: 8px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  color: #111;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 18px;
}