:root {
  --app-max-width: 1400px;
}

.container {
  max-width: var(--app-max-width);
}

.table td {
  vertical-align: middle;
}

.map-wrap {
  height: 70vh;
  min-height: 480px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.1);
}

.badge-soft {
  background: rgba(13,110,253,.12);
  color: #0d6efd;
  border: 1px solid rgba(13,110,253,.15);
}

.badge.text-bg-light.border {
  padding: 0.45rem 0.7rem;
  font-weight: 600;
  color: #212529;
}
/* Scoped fix: only affect the venue view page content */
.venue-page,
.venue-page .card,
.venue-page .card-body,
.venue-page .list-group-item {
  color: var(--bs-body-color) !important;
}

.venue-page .text-muted {
  color: var(--bs-secondary-color) !important;
}
