.venue-intro .section__header {
  text-align: left;
}

.venue-photo-card {
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow-medium);
}

.venue-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.venue-lounge-card,
.venue-bar-card,
.venue-cta-card {
  height: 100%;
}

.venue-gallery-main {
  max-width: 880px;
  margin: 0 auto;
}

.venue-gallery-figure {
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow-medium);
  background-color: var(--color-surface);
}

.venue-gallery-figure img {
  width: 100%;
  height: auto;
  display: block;
}

.venue-gallery-figure figcaption {
  padding: var(--space-16) var(--space-20);
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.venue-access .info-list {
  margin-top: var(--space-16);
}

@media (max-width: 767px) {
  .venue-cta-card .flex {
    flex-direction: column;
    align-items: stretch;
  }
}
