.themed-hero-media {
  box-shadow: var(--shadow-md);
}

.themed-offer-grid {
  margin-top: var(--space-32);
}

.themed-list {
  list-style-type: disc;
  padding-left: 1.25rem;
  color: var(--color-text-muted);
}

.themed-list li {
  margin-bottom: var(--space-8);
}

.themed-venue-layout {
  align-items: center;
}

.themed-venue-copy h3,
.themed-visual-copy h3,
.themed-interactive-copy h3 {
  margin-bottom: var(--space-12);
}

.themed-venue-cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-12);
  margin-top: var(--space-24);
}

.themed-venue-media,
.themed-light-media {
  box-shadow: var(--shadow-lg);
}

.themed-schedule-grid {
  gap: var(--space-32);
}

.themed-performer-grid,
.themed-gallery-grid,
.themed-participation-grid {
  margin-top: var(--space-32);
}

.themed-interactive-layout {
  align-items: flex-start;
  gap: var(--space-32);
}

.themed-interactive-sidecard {
  height: 100%;
}

.themed-gallery-card {
  height: 100%;
}

.themed-final-cta-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.themed-final-cta-actions {
  margin-top: var(--space-12);
}

@media (max-width: 900px) {
  .themed-final-cta-card {
    flex-direction: column;
    align-items: flex-start;
  }
}
