/* Rebuild repairs -- see README.md. Nothing here is from the original site. */

/* The venue map replaces a saved Google Maps iframe, which cannot replay. */
.map-facade {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 6px;
  min-height: 450px;
  padding: 40px;
  background: linear-gradient(135deg, #041a57 0%, #0b2f8f 100%);
  color: #fff;
  text-decoration: none;
  border: 0;
}
.map-facade:hover { color: #fff; }
.map-facade-pin { font-size: 34px; opacity: .85; }
.map-facade-name { font-size: 24px; font-weight: 700; line-height: 1.3; }
.map-facade-addr { font-size: 16px; opacity: .8; }
.map-facade-cta {
  margin-top: 14px;
  padding: 10px 22px;
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.map-facade:hover .map-facade-cta { background: #fff; color: #041a57; }

/* Anchor targets clear the sticky header when linked to directly. */
[id] { scroll-margin-top: 110px; }
