.venue-media {
  min-height: 100%;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 950;
  letter-spacing: .12em;
  background: linear-gradient(145deg, #0b6d58, #11a17d);
}
.venue-media.golf { background: linear-gradient(145deg, #275e32, #70a542); }
.venue-media.barber { background: linear-gradient(145deg, #24364a, #44708c); }
.venue-media.attraction { background: linear-gradient(145deg, #145b8c, #31a4c8); }
.venue-media span { padding: 14px; text-align: center; }
.badge.verified { background: #e7f4ff; color: #17639c; }
.listing-status.official { background: #e8f7f1; color: #087b61; }
.venue-hero { display: grid; grid-template-columns: minmax(190px, 32%) 1fr; }
.venue-symbol {
  min-height: 280px;
  display: grid;
  place-items: center;
  padding: 20px;
  color: #fff;
  background: linear-gradient(145deg, #075e4c, #11a17d);
  font-size: clamp(28px, 5vw, 54px);
  font-weight: 950;
  letter-spacing: .12em;
  text-align: center;
}
.map-link,.claim-link {
  display: inline-block;
  margin-top: 10px;
  color: #087b61;
  font-weight: 900;
  text-decoration: none;
}
@media (max-width: 680px) {
  .venue-hero { grid-template-columns: 1fr; }
  .venue-symbol { min-height: 150px; }
}
