@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Overpass:wght@300;400;600;700;800&display=swap");
body.event-page { margin: 0; background: #fff; color: #111; font-family: Overpass, sans-serif; }
body.event-page .banner { display: none; }
body.event-page .site-header {
  background: #1f1f1f;
  color: #fff;
  padding: 10px 16px;
  position: relative;
  z-index: 10000;
}
body.event-page .site-branding {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
}
body.event-page .logo-text {
  color: #fff !important;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 2.4vw, 32px);
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .02em;
  line-height: 1.1;
  flex: 1 1 200px;
  min-width: 0;
}
body.event-page .header-logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
body.event-page .header-logo img {
  display: block;
  height: 48px;
  width: auto;
  max-width: 168px;
  object-fit: contain;
}
body.event-page .protect-star {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  flex: 0 0 auto;
}
body.event-page .poweredby-message {
  color: #bbb;
  font-size: 10px;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
}
body.event-page .sales-phone {
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: .04em;
}
body.event-page .mapHolder {
  width: 100%;
  height: calc(100vh - 75px);
  min-height: 560px;
  margin: 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}
body.event-page .mapHolder .btn,
body.event-page .mapHolder .sea-btn,
body.event-page .mapHolder button,
body.event-page .mapHolder .venue-ticket-list-cta-button,
body.event-page .mapHolder .filters-qty-filter,
body.event-page .mapHolder .filters-qty-filter * {
  box-sizing: border-box !important;
}
body.event-page .mapHolder .mobile-logo,
body.event-page .mapHolder .mobile-logo img,
body.event-page .mapHolder .event-phone {
  display: inline-block;
  vertical-align: middle;
}
body.event-page .mapHolder .mobile-logo img {
  height: 56px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
}
@media (max-width: 991px) {
  body.event-page .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    padding: 0 12px;
    z-index: 10001;
    background: #1f1f1f;
  }
  body.event-page .site-branding {
    flex-wrap: nowrap;
    gap: 8px;
    height: 48px;
    align-items: center;
  }
  body.event-page .logo-text { display: none; }
  body.event-page .poweredby-message { display: none; }
  body.event-page .header-logo img { height: 32px; max-width: 120px; }
  body.event-page .sales-phone { font-size: 12px; }
  body.event-page .mapHolder {
    margin-top: 48px;
    height: calc(100vh - 48px);
    min-height: 480px;
  }
  /* Seatics event bar is position:fixed; keep it glued under our bar */
  body.event-page .event-info-ctn {
    top: 48px !important;
  }
  body.event-page .map-list-ctn,
  body.event-page .map-ctn,
  body.event-page .venue-map-height {
    top: 122px !important;
  }
  body.event-page .event-info-left-col,
  body.event-page .mobile-logo {
    display: none !important;
  }
}

.event-extra {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 32px;
  align-items: start;
  padding: 36px 24px 56px;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  color: #111;
}
.event-extra h1, .event-extra h2 {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin: 18px 0 8px;
}
.event-extra h1 { font-size: clamp(28px, 4vw, 42px); line-height: 1.05; margin-top: 0; }
.event-extra .kicker { letter-spacing: .14em; font-size: 12px; font-weight: 700; text-transform: uppercase; margin: 0 0 8px; }
.event-extra .lead, .event-extra p { color: #364351; max-width: 640px; line-height: 1.55; }
.event-extra a { color: #111; text-decoration: underline; }
.event-extra-photo { border-radius: 18px; overflow: hidden; background: #111; min-height: 220px; }
.event-extra-photo img { display: block; width: 100%; height: 100%; min-height: 280px; object-fit: cover; object-position: center 20%; }
@media (max-width: 800px) {
  .event-extra { grid-template-columns: 1fr; padding: 20px 16px 40px; }
  .event-extra-photo img { min-height: 220px; }
}

body.event-page .event-crumbs { font-size: 14px; color: #555; margin: 0 0 16px; }
body.event-page .event-crumbs a { color: #111; }
body.event-page .event-photo-cap { margin: 8px 0 0; font-size: 13px; }

.bt-empty-overlay {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  background: rgba(0, 0, 0, .48);
}
.bt-empty-inv {
  background: #111;
  color: #fff;
  padding: 26px 26px 28px;
  margin: 0;
  max-width: 560px;
  width: 100%;
  position: relative;
  box-shadow: 0 18px 50px rgba(0,0,0,.4);
}
.bt-empty-close {
  position: absolute;
  top: 8px;
  right: 10px;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  padding: 6px 8px;
}
.bt-empty-inv .bt-empty-kicker {
  margin: 0 0 6px;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #cfcfcf;
  font-weight: 700;
}
.bt-empty-inv h2 {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: clamp(22px, 3vw, 32px);
  margin: 0 0 8px;
  color: #fff;
  padding-right: 28px;
}
.bt-empty-inv p { margin: 0 0 14px; color: #e8e8e8; max-width: 640px; line-height: 1.5; }
.bt-empty-actions { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 !important; }
.bt-empty-btn {
  display: inline-block;
  background: #fff;
  color: #111 !important;
  text-decoration: none !important;
  font-weight: 800;
  font-size: 13px;
  padding: 10px 14px;
  border-radius: 2px;
}
.bt-empty-btn.alt { background: transparent; color: #fff !important; border: 1px solid #fff; }
@media (max-width: 800px) {
  .bt-empty-inv { padding: 22px 18px 24px; }
}

/* Seatics qty + BUY — global .btn pills from styles.css were flattening these */
body.event-page .mapHolder .venue-ticket-list-cta-button,
body.event-page .mapHolder button.venue-ticket-list-cta-button,
body.event-page .mapHolder .btn.btn-primary.venue-ticket-list-cta-button,
body.event-page #sea-mp .venue-ticket-list-cta-button,
body.event-page #sea-mp .btn.btn-primary.venue-ticket-list-cta-button {
  background: #000 !important;
  border: 1px solid #000 !important;
  color: #fff !important;
  font-family: Oswald, sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 0 !important;
  padding: 4px 10px !important;
  min-width: 44px !important;
  height: 28px !important;
  line-height: 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}
body.event-page .mapHolder .filters-qty-filter .sea-btn,
body.event-page .mapHolder .filters-qty-filter label,
body.event-page .mapHolder .filters-qty-filter button,
body.event-page .mapHolder .filters-qty-filter .btn,
body.event-page #sea-mp .filters-qty-filter .sea-btn,
body.event-page #sea-mp .filters-qty-filter button {
  box-sizing: border-box !important;
  border-radius: 0 !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  padding: 0 !important;
  margin: 0 3px 0 0 !important;
  line-height: 32px !important;
  background: #fff !important;
  color: #111 !important;
  border: 1px solid #d2d2d2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}
body.event-page .mapHolder .filters-qty-filter .sea-btn.active,
body.event-page .mapHolder .filters-qty-filter .sea-btn.sea-active,
body.event-page #sea-mp .filters-qty-filter .sea-btn.active {
  background: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
}
body.event-page .sea-quantity-modal .btn,
body.event-page .sea-quantity-modal .btn-primary {
  border-radius: 2px !important;
  height: auto !important;
}
body.event-page .sea-quantity-modal-get,
body.event-page .sea-quantity-modal .sea-quantity-modal-get.btn,
body.event-page .sea-quantity-modal .btn.btn-primary.sea-quantity-modal-get {
  background: #000 !important;
  border: 1px solid #000 !important;
  color: #fff !important;
  font-family: Oswald, sans-serif !important;
  text-transform: uppercase;
  letter-spacing: .04em;
  border-radius: 2px !important;
  height: auto !important;
  padding: 10px 16px !important;
  width: 80% !important;
  display: block !important;
  margin: 20px auto 15px !important;
}
body.event-page .sea-quantity-modal-options .sea-btn,
body.event-page .sea-quantity-modal-options .btn {
  box-sizing: border-box !important;
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  border-radius: 52px !important;
  padding: 0 !important;
  background: #fff !important;
  border: 1px solid #d2d2d2 !important;
  color: #000 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 600 !important;
}
body.event-page .sea-quantity-modal-options .sea-btn.active,
body.event-page .sea-quantity-modal-options .sea-btn.sea-active {
  background: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
}
