.venue-details {
  text-align: center;
}

.venue-name {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.venue-address {
  color: var(--color-text-muted);
  margin-bottom: 1rem;
}

.venue-message {
  font-style: italic;
  color: var(--color-text-muted);
  margin-bottom: 1rem;
}
