.punx-venue-map-wrap {
  margin: 2rem 0;
}

.punx-venue-map-title {
  margin: 0 0 0.75rem;
}

.punx-venue-map {
  width: 100%;
  height: 380px;
  min-height: 320px;
  background: #050505;
  border: 1px solid #7a0000;
  box-shadow: 0 0 24px rgba(180, 0, 0, 0.25);
  overflow: hidden;
}

.punx-map-marker {
  position: relative;
  width: 24px;
  height: 24px;
  background: #e00000;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(255, 0, 0, 0.9);
  cursor: pointer;
}

.punx-map-marker::after {
  content: "";
  position: absolute;
  inset: 5px;
  background: #050505;
  border-radius: 50%;
}

.maplibregl-popup-content {
  background: #080808;
  color: #ffffff;
  border: 1px solid #b00000;
  border-radius: 0;
  font-family: inherit;
  box-shadow: 0 0 20px rgba(180, 0, 0, 0.35);
}

.maplibregl-popup-tip {
  border-top-color: #b00000;
}

.punx-map-popup strong {
  color: #ff3030;
}

.punx-venue-map-unavailable {
  opacity: 0.75;
  font-size: 0.95rem;
}

@media (max-width: 700px) {
  .punx-venue-map {
    height: 300px;
    min-height: 280px;
  }
}
