:root {
  --bg:#001a40;
  --surface:#0a2a56;
  --elev:#123a6a;
  --fg:#ffffff;
  --muted:#c5c9ce;
  --line:#1e3a68;
  --accent:#BF0A30;
  --accent-fg:#ffffff;
  --warn:#E7F6F7;
  --navy:#002868;
  --sky:#00AAFF;
}
html { box-sizing:border-box; }
*,*::before,*::after { box-sizing:inherit; }
html,body { margin:0; background:var(--bg); color:var(--fg); font-family:"Overpass","IBM Plex Sans","Segoe UI",system-ui,sans-serif; }
a { color:inherit; }
.banner { background:var(--navy); color:#E7F6F7; text-align:center; padding:8px 16px; font-size:12px; border-bottom:3px solid var(--accent); }
.banner a { color:#fff; text-decoration:underline; }
header { background:var(--navy); border-bottom:3px solid var(--accent); }
footer { border-top:3px solid var(--accent); color:#c5c9ce; font-size:12px; line-height:1.5; background:#05101c; }
.wrap { max-width:1120px; margin:0 auto; padding:20px 16px; }
.nav { display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap; }
.brand { font-weight:600; font-size:18px; text-decoration:none; display:flex; align-items:center; gap:10px; }
.brand img { height:36px; width:auto; }
.brand span { font-size:11px; letter-spacing:.18em; text-transform:uppercase; color:#9ec7ff; }
nav a { text-decoration:none; color:#fff; padding:8px 12px; border-radius:999px; font-size:14px; font-weight:600; }
nav a:hover, nav a.active { background:var(--accent); color:#fff; }
h1 { font-family:"Bebas Neue",Impact,"Oswald",sans-serif; font-size:clamp(32px,5vw,56px); font-weight:400; letter-spacing:.04em; text-transform:uppercase; margin:12px 0; line-height:.92; }
h2 { font-size:22px; margin:36px 0 12px; }
.kicker { font-size:12px; font-weight:700; letter-spacing:.2em; text-transform:uppercase; color:var(--sky); }
.lead,.prose { color:var(--muted); max-width:760px; line-height:1.65; }
.prose a { color:var(--sky); }
.hero {
  position:relative; min-height:420px; display:flex; align-items:center;
  background:#002868 url("https://www.303tickets.com/uploads/303bgvn.png") center/cover no-repeat;
}
.hero::before { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(0,40,104,.35),rgba(7,17,31,.88)); }
.hero .wrap { position:relative; z-index:1; padding:48px 16px 40px; }
.hero h1, .hero .lead, .hero .disclaimer, .hero-tag { color:#fff; }
.hero h1, .hero-tag {
  font-family: "Bebas Neue", Impact, "Oswald", sans-serif !important;
  font-weight: 400 !important;
  font-size: clamp(22px, 3.4vw, 40px);
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin: 8px 0 14px;
  white-space: nowrap;
  text-shadow: 0 2px 0 rgba(0,0,0,.35), 0 10px 28px rgba(0,0,0,.45);
}
@media (max-width: 700px) {
  .hero h1, .hero-tag { font-size: clamp(16px, 4.6vw, 22px); letter-spacing: .03em; }
}

.hero h1 span, .hero-tag span { color: var(--accent); }
.hero-tag { display: block; }

.hero .disclaimer { font-size:13px; margin:0 0 8px; opacity:.9; }
.row { display:flex; flex-wrap:wrap; gap:10px; margin:16px 0; }
.btn { display:inline-flex; align-items:center; height:42px; padding:0 16px; border-radius:999px; font-weight:600; font-size:14px; text-decoration:none; border:1px solid var(--line); background:var(--elev); color:var(--fg); cursor:pointer; }
.btn-primary { background:var(--accent); color:#fff; border-color:var(--accent); }
.grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(210px,1fr)); gap:12px; }
.grid a, .card {
  background:var(--surface); border:1px solid var(--line); border-radius:16px; padding:16px; text-decoration:none; display:block;
}
.grid a:hover { border-color:var(--accent); }
.grid strong { display:block; margin-bottom:6px; }
.grid span { color:var(--muted); font-size:13px; }
.table { width:100%; border-collapse:collapse; }
.table td { padding:12px 10px; border-bottom:1px solid var(--line); vertical-align:top; }
.table .d { color:var(--muted); font-size:13px; white-space:nowrap; width:130px; }
.table .v { color:var(--muted); font-size:13px; }
.map-frame { width:100%; height:820px; border:0; display:block; background:#fff; }
.faq dt { font-weight:600; margin-top:14px; }
.faq dd { margin:6px 0 0; color:var(--muted); }
.search { display:flex; gap:8px; margin-top:16px; flex-wrap:wrap; max-width:720px; }
.search input, .nav-search input {
  flex:1; min-width:180px; height:48px; border-radius:8px; border:0;
  background:#fff; color:#0f172a; padding:0 16px; font:inherit;
}
.search button, .search .btn-primary { height:48px; border-radius:8px; text-transform:uppercase; letter-spacing:.06em; }
.nav-search { display:flex; gap:8px; align-items:center; }
.chips { display:flex; flex-wrap:wrap; gap:8px; margin:16px 0; }
.chip { height:36px; padding:0 14px; border-radius:999px; border:1px solid var(--line); background:var(--elev); color:var(--muted); text-decoration:none; font-size:12px; font-weight:600; display:inline-flex; align-items:center; }
.chip.on { background:var(--accent); color:#fff; border-color:var(--accent); }

#tn_results_container {
  margin-top: 20px;
  background: #fff;
  color: #1a1a1a;
  border-radius: 16px;
  padding: 8px 4px 16px;
  overflow: auto;
  max-height: 78vh;
}
#tn_results_container,
#tn_results_container table,
#tn_results_container td,
#tn_results_container p,
#tn_results_container span {
  color: #1a1a1a !important;
  background: transparent;
}
#tn_results_container table { width: 100%; border-collapse: collapse; }
#tn_results_container .tnpl_row { border-bottom: 1px solid #e6e8ec; }
#tn_results_container .tnpl_td_date,
#tn_results_container .tnpl_td_event,
#tn_results_container .tnpl_td_btn { padding: 12px 10px; vertical-align: middle; }
#tn_results_container .tnpl_event { color: #0e1116 !important; font-weight: 600 !important; margin: 0 0 4px; }
#tn_results_container .tnpl_date,
#tn_results_container .tnpl_month,
#tn_results_container .tnpl_day_num,
#tn_results_container .tnpl_date_year { color: #0e1116 !important; }
#tn_results_container .tnpl_venue,
#tn_results_container .tnpl_location,
#tn_results_container .tnpl_time,
#tn_results_container .tnpl_day,
#tn_results_container .tnpl_venue_location { color: #4b5563 !important; }
#tn_results_container .tnpl_btn {
  display: inline-flex !important;
  align-items: center;
  background: #BF0A30 !important;
  color: #fff !important;
  border-radius: 999px !important;
  text-decoration: none !important;
  padding: 8px 14px !important;
  font-weight: 600 !important;
}
#tn_results_container .tnpl_btn span { color: #fff !important; }
#tn_results_container .tnpl_btn img { display: none; }
#tn_results_container .tnpl_footer,
#tn_results_container .tnpl_footer_link { color: #4b5563 !important; }

.suggest-wrap { position: relative; flex: 1; min-width: 180px; }
.suggest-wrap input { width: 100%; }
.suggest-box {
  position: absolute; left: 0; right: 0; top: calc(100% + 6px); z-index: 50;
  background: #fff; color: #111; border-radius: 12px; overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,.35); border: 1px solid #e6e8ec;
  max-height: 360px; overflow-y: auto;
}
.suggest-item {
  display: flex; justify-content: space-between; gap: 12px; align-items: baseline;
  width: 100%; text-align: left; border: 0; background: #fff; color: #111;
  padding: 10px 14px; font: inherit; cursor: pointer;
}
.suggest-item strong { font-weight: 600; color: #0e1116; }
.suggest-item span { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: #6b7280; }
.suggest-item:hover, .suggest-item.on { background: #e8f4ff; }

.home-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(180px,1fr)); gap:12px; margin: 8px 0 28px; }
.home-grid--3 { grid-template-columns:repeat(auto-fill,minmax(240px,1fr)); }
.home-tile { background:var(--surface); border:1px solid var(--line); border-radius:16px; overflow:hidden; text-decoration:none; display:flex; flex-direction:column; }
.home-tile:hover { border-color:var(--accent); }
.home-tile-img { display:block; height:140px; background-size:cover; background-position:center; background-color:#0f1c33; }
.home-tile-cap { display:flex; justify-content:space-between; gap:8px; align-items:center; padding:10px 12px; }
.home-tile-name { font-weight:600; font-size:14px; }
.home-tile-go { font-size:11px; letter-spacing:.12em; text-transform:uppercase; color:var(--accent); }
.home-how { display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:16px; margin: 12px 0 28px; }
.home-how div { background:var(--surface); border:1px solid var(--line); border-radius:16px; padding:16px; }
.home-how p { color:var(--muted); margin:8px 0 0; line-height:1.5; }
.prose a { color:var(--sky); }

.artist-hero { display:grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: center; padding-top: 28px; }
@media (max-width: 800px) { .artist-hero { grid-template-columns: 1fr; } }
.artist-photo { min-height: 340px; border-radius: 18px; background-size: cover; background-position: center 18%; border: 1px solid var(--line); }
.artist-inline { margin: 28px 0; }
.artist-inline img { width: 100%; max-height: 420px; object-fit: cover; object-position: center 20%; border-radius: 16px; display: block; }
.artist-inline figcaption { color: var(--muted); font-size: 13px; margin-top: 8px; }
.stay22-wrap { background: #fff; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); margin: 8px 0 32px; }
#stay22-widget { display: block; width: 100%; border: 0; min-height: 460px; background: #fff; }

.pick-grid, .recent-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(200px,1fr)); gap:12px; margin: 8px 0 28px; }
.pick-card, .recent-card { background:var(--surface); border:1px solid var(--line); border-radius:16px; overflow:hidden; text-decoration:none; display:flex; flex-direction:column; }
.pick-card:hover, .recent-card:hover { border-color:var(--accent); }
.pick-img, .recent-img {
  display:block;
  height:176px;
  background-color:#0f1c33;
  background-position: center 28%;
  background-size: cover;
  background-repeat: no-repeat;
  position:relative;
}
.pick-img.is-face, .recent-img.is-face {
  background-position: center 12%;
}
.seat-badge {
  position:absolute; left:10px; bottom:10px; background:var(--accent); color:#fff;
  font-size:11px; font-weight:700; letter-spacing:.08em; text-transform:uppercase;
  padding:5px 9px; border-radius:999px;
}
.pick-meta, .recent-meta { padding:10px 12px 14px; display:flex; flex-direction:column; gap:4px; }
.pick-name { font-size:14px; }
.pick-sub, .recent-meta em { color:var(--muted); font-size:12px; font-style:normal; }
.geo-chip { height:36px; padding:0 14px; border-radius:999px; border:1px solid var(--line); background:var(--elev); color:var(--muted); font:inherit; font-size:12px; font-weight:600; cursor:pointer; }
.geo-chip.on { background:var(--accent); color:#fff; border-color:var(--accent); }

body.home .banner { display: none; }
body.home header {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 20;
  background: transparent;
  border-bottom: 0;
}
body.home .brand img { height: 48px; width: auto; max-width: 260px; }
body.home nav a {
  color: #fff;
  text-shadow: 0 1px 10px rgba(0,0,0,.55);
}
body.home nav a:hover, body.home nav a.active { background: var(--accent); text-shadow: none; }
body.home .hero {
  min-height: 460px;
  padding-top: 108px;
  background: #002868 url("https://www.303tickets.com/uploads/303bgvn.png") center/cover no-repeat;
}
.home-tile { position: relative; }
.home-tile-img { height: 200px; }
.home-tile-overlay {
  position: absolute; inset: auto 12px 48px 12px;
  display: none;
  text-align: center;
}
.home-tile:hover .home-tile-overlay { display: block; }
.home-tile-overlay span {
  display: inline-block;
  background: #fff; color: #111;
  font-size: 11px; font-weight: 800; letter-spacing: .12em;
  padding: 8px 14px; border-radius: 4px;
}
.home-lead { color: rgba(255,255,255,.88); max-width: 720px; margin: 0 0 16px; line-height: 1.55; }
.home-copy { max-width: 800px; color: var(--muted); line-height: 1.65; }
.home-copy a { color: #fff; text-decoration: underline; }
.home-seo-h1 {
  position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0);
}
body.home .wrap.nav { padding-top: 22px; padding-bottom: 10px; }

.home-break,
.home-band,
.home-bottom {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: max(16px, calc((100vw - 1120px) / 2));
  padding-right: max(16px, calc((100vw - 1120px) / 2));
  box-sizing: border-box;
}
.home-break {
  min-height: 168px;
  margin-top: 52px;
  margin-bottom: 18px;
  padding-top: 64px;
  padding-bottom: 28px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.home-break:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,26,64,.82), rgba(0,26,64,.28));
}
.home-break h2,
.home-break p { position: relative; z-index: 1; color: #fff; max-width: 740px; }
.home-break h2 { margin: 0 0 8px; font-size: clamp(22px, 3vw, 30px); letter-spacing: -.02em; text-transform: none; font-family: Overpass, sans-serif; }
.home-break p { margin: 0; color: rgba(255,255,255,.92); font-size: 15px; }
.home-break a { color: #fff; text-decoration: underline; }
.home-band {
  background: #e7eef8;
  margin-top: 44px;
  margin-bottom: 8px;
  padding-top: 20px;
  padding-bottom: 36px;
}
.home-band h2 { color: #002868; }
.home-band .home-tile { background: #fff; border-color: #cfd8e6; }
.home-band .home-tile-name, .home-band .home-tile-go { color: #002868; }
.home-bottom {
  background: #e7eef8;
  margin-top: 52px;
  padding-top: 36px;
  padding-bottom: 48px;
}
.home-bottom h2 { color: #002868; margin: 28px 0 12px; text-transform: none; font-family: Overpass, sans-serif; }
.home-bottom .home-copy, .home-bottom .home-copy p { color: #374151; max-width: 800px; }
.home-bottom .home-copy a { color: #0b57d0; }
.home-bottom .home-how div { background: #fff; border: 1px solid #d5deea; }
.home-bottom .home-how strong { color: #002868; }
.home-bottom .home-how p { color: #374151; }
@media (max-width: 767px) {
  .home-break { min-height: 140px; padding-top: 40px; }
}

.top-search { padding-top: 12px; padding-bottom: 4px; }
.top-search .search { margin-top: 0; max-width: 720px; }
.top-search input { background: #fff; color: #0f172a; }
header .nav-search { margin-left: auto; }

body.venue-page { background: #eef1f6; color: #0f172a; }
body.venue-page footer { background: #001a40; color: #c5c9ce; }
.venue-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  padding: 48px 0 80px;
}
.venue-layout, .venue-side, .venue-main, .venue-map, .stay22-wrap { min-width: 0; }
.venue-side { flex: 0 0 360px; width: 360px; max-width: 100%; }
.venue-main { flex: 1 1 480px; min-width: 0; max-width: 720px; }
@media (max-width: 900px) {
  .venue-side, .venue-main { flex-basis: 100%; width: 100%; }
}
.venue-side-img {
  display: block;
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center;
  background-color: #0a2a56;
}
.venue-side-desc {
  background: #e7f6f7;
  color: #374151;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  padding: 28px 28px 32px;
}
.venue-side-desc p { margin: 0 0 12px; }
.venue-side-desc strong { color: #002868; }
.venue-map {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-top: 100%;
  height: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 30px rgba(0,0,0,.12);
}
.venue-map iframe {
  position: absolute;
  left: 0; top: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  border: 0 !important;
}
.venue-address {
  background: #fff;
  padding: 24px 28px 32px;
  color: #1e293b;
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
}
.venue-address h4 {
  margin: 0 0 10px;
  letter-spacing: .14em;
  font-size: 12px;
  color: #002868;
  font-weight: 700;
}
.venue-address p { margin: 0; line-height: 1.5; color: #374151; }
.venue-main h1 {
  text-transform: none;
  font-family: Overpass, sans-serif;
  font-size: clamp(28px, 3.2vw, 40px);
  margin: 0 0 22px;
  color: #002868;
  letter-spacing: -.02em;
}
.venue-main .h4 {
  font-size: 13px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #fff;
  background: #002868;
  margin: 0;
  padding: 14px 18px;
}
.venue-main .prose, .venue-main .prose p { color: #374151; }
.venue-main .prose h2, .venue-main > h2 {
  color: #002868;
  text-transform: none;
  font-family: Overpass, sans-serif;
}
.event-list { margin: 0 0 32px; background: #fff; padding: 4px 18px 8px; }
.event-list-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 2px solid #e5e7eb;
  text-decoration: none;
  color: #0f172a;
}
.event-list-item:last-child { border-bottom: 0; }
.event-list-item:hover { background: #f8fafc; }
.event-item-date {
  width: 74px;
  min-width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #BF0A30;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
}
.event-item-date span { display: block; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; }
.event-item-date strong { display: block; font-size: 26px; font-weight: 800; margin-top: 2px; }
.event-item-desc { flex: 1; min-width: 0; }
.event-item-desc h6 { margin: 0 0 6px; font-size: 17px; font-weight: 600; color: #002868; }
.event-item-desc p { margin: 0; color: #6b7280; font-size: 13px; }
.event-item-buy {
  background: #BF0A30;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  padding: 10px 14px;
  border-radius: 4px;
  white-space: nowrap;
}
.stay22-wrap { background: #fff; overflow: hidden; max-width: 100%; }
.stay22-wrap iframe { width: 100% !important; max-width: 100%; display: block; }
@media (max-width: 640px) {
  .event-item-buy { display: none; }
  .event-item-date { width: 62px; min-width: 62px; height: 62px; }
  .event-item-date strong { font-size: 22px; }
}

html:has(body.performer-page), body.performer-page { background: #eef1f6; color: #0f172a; }
body.performer-page footer { background: #001a40; color: #c5c9ce; }
.performer-grid {
  display: flex;
  align-items: flex-start;
  max-width: 1280px;
  margin: 0 auto;
  min-width: 0;
}
.performer-left {
  flex: 1 1 56%;
  min-width: 0;
  padding: 48px 28px 80px;
}
.performer-left h1 {
  text-transform: none;
  font-family: Overpass, sans-serif;
  font-size: clamp(28px, 3.2vw, 42px);
  color: #002868;
  letter-spacing: -.02em;
  margin: 0 0 18px;
}
.performer-topdescription { color: #374151; font-size: 15px; line-height: 1.6; margin: 0 0 22px; max-width: 640px; }
.performer-topdescription strong { color: #002868; }
.performer-copy h2 { color: #002868; text-transform: none; font-family: Overpass, sans-serif; font-size: 22px; }
.performer-copy, .performer-copy p { color: #374151; }
.performer-copy a { color: #0b57d0; }
.date-links { padding-left: 18px; }
.date-links a { color: #0b57d0; }
.performer-right {
  flex: 0 0 36%;
  width: 36%;
  min-height: 80vh;
  height: 100vh;
  position: sticky;
  top: 0;
  background-size: cover;
  background-position: center 18%;
  background-color: #0a2a56;
}
.guarantee {
  background: #002868;
  color: #fff;
  padding: 28px 28px 32px;
  margin-top: 36px;
}
.guarantee h2 { color: #fff; text-transform: none; font-family: Overpass, sans-serif; margin: 0 0 12px; }
.guarantee ul { margin: 0; padding-left: 18px; color: #e7eef8; }
.guarantee li { margin: 0 0 8px; }
@media (max-width: 900px) {
  .performer-grid { flex-direction: column; }
  .performer-right {
    display: block;
    position: relative;
    width: 100%;
    height: 220px;
    min-height: 220px;
    flex: none;
    order: -1;
  }
  .performer-left { width: 100%; padding: 20px 16px 60px; }
}

html:has(body.category-page), body.category-page { background: #eef1f6; color: #0f172a; }
body.category-page footer { background: #001a40; color: #c5c9ce; }
.category-main { padding: 40px 16px 80px; }
.category-main h1 {
  text-transform: none;
  font-family: Overpass, sans-serif;
  font-size: clamp(28px, 3.2vw, 42px);
  color: #002868;
  letter-spacing: -.02em;
  margin: 0 0 12px;
}
.category-lead { color: #374151; max-width: 720px; margin: 0 0 18px; font-size: 16px; line-height: 1.55; }
.category-main .chips { margin: 0 0 22px; }
.category-main .chip { background: #fff; color: #002868; border-color: #cfd8e6; }
.category-main .chip:hover { background: #BF0A30; color: #fff; border-color: #BF0A30; }
.category-main .home-grid { margin-bottom: 28px; }
.category-main .home-tile { background: #fff; border-color: #d5deea; }
.category-main .home-tile-name, .category-main .home-tile-go { color: #002868; }
.category-main .h4 {
  font-size: 13px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #fff;
  background: #002868;
  margin: 0;
  padding: 14px 18px;
}
.category-main .event-list { margin-top: 0; }

html:has(body.event-page), body.event-page { background: #eef1f6; color: #0f172a; }
body.event-page footer { background: #001a40; color: #c5c9ce; }
.event-head {
  position: relative !important;
  background: #002868 !important;
  color: #fff !important;
  border-bottom: 3px solid #BF0A30 !important;
  padding: 8px 0 !important;
}
.event-head .nav { min-height: 52px; }
.event-head .brand img { height: 37px; width: auto; }
.event-head-right { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.event-tag { font-weight: 700; font-size: 15px; color: #fff; }
.event-call { color: #fff !important; font-weight: 800; letter-spacing: .04em; white-space: nowrap; }
.event-search { background: #002868; padding: 10px 16px 14px; }
.event-search .search { margin: 0 auto; max-width: 720px; }
.event-search input { background: #fff; color: #0f172a; }
body.event-page .mapHolder iframe.map-frame, .map-frame { display:block; width:100%; height:100%; min-height:640px; border:0; background:#fff; }

body.event-page.home header { position: absolute; background: transparent; border-bottom: none; }
body.event-page .event-hero { min-height: 280px; padding-top: 100px; padding-bottom: 36px; }
body.event-page .event-hero h1 { font-size: clamp(32px, 5vw, 52px); }
body.event-page .mapHolder { height: calc(100vh - 90px); min-height: 620px; }
/* Venue grid: desktop 2-col, mobile name-image-desc-events-map */
.venue-layout {
  display: grid !important;
  grid-template-columns: 360px minmax(0, 1fr);
  grid-template-areas:
    "img right"
    "desc right"
    "map right"
    "addr right";
  gap: 20px 40px;
  align-items: start;
  padding: 40px 16px 80px;
}
.venue-title { grid-area: title; margin: 0; color: #002868; font-family: Overpass, sans-serif; text-transform: none; font-size: clamp(28px, 3vw, 40px); line-height: 1.15; }
.venue-side-img { grid-area: img; width: 100% !important; height: 220px; }
.venue-side-desc { grid-area: desc; }
.venue-main { grid-area: main; max-width: none; width: 100%; flex: none; }
.venue-map { grid-area: map; width: 100%; }
.venue-address { grid-area: addr; }
.venue-side { display: contents; }
@media (max-width: 900px) {
  .venue-layout {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "title"
      "img"
      "desc"
      "main"
      "map"
      "addr" !important;
    gap: 14px;
    padding: 20px 16px 64px;
  }
  .venue-side-img { height: 200px; }
  .venue-title { font-size: 26px; }
  .venue-main .h4 { margin-top: 8px; }
}
.venue-right { grid-area: right; min-width: 0; }
.venue-right .venue-title { display: block; margin: 0 0 4px; }
.venue-right .venue-main { padding-top: 0; margin-top: 0; }
.venue-right .venue-main .h4 { margin-top: 0 !important; }
@media (max-width: 900px) { .venue-right { display: contents; } .venue-title { margin-bottom: 4px; } }


/* Live-equivalent Seatics box only. Do not style #sea-mp / #tn-maps. */
.mapHolder { height: calc(100vh - 75px) !important; margin: 0 !important; }
body.event-page, body.event-page .mapHolder { background:#fff !important; }
body.event-page .hero { display:none !important; }
body.event-page header { position:relative !important; background:#002868 !important; }

/* Venue left stack: image/desc/map/address flush, less left padding */
.wrap.venue-layout {
  padding: 20px 12px 64px !important;
  gap: 0 28px !important;
}
.venue-side-img {
  height: 210px !important;
  margin: 0 !important;
}
.venue-side-desc {
  padding: 12px 14px 14px !important;
  margin: 0 !important;
}
.venue-map {
  margin: 0 !important;
  padding-top: 62% !important;
  box-shadow: none !important;
}
.venue-address {
  padding: 12px 14px 16px !important;
  margin: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 900px) {
  .wrap.venue-layout { padding: 12px 12px 48px !important; gap: 0 !important; }
}
/* Venue left column as one stack so rows do not stretch with the schedule */
.wrap.venue-layout {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  gap: 28px !important;
  padding: 16px 12px 64px !important;
  grid-template-columns: none !important;
  grid-template-areas: none !important;
}
.venue-left {
  flex: 0 0 320px;
  width: 320px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.venue-right {
  flex: 1 1 auto;
  min-width: 0;
  grid-area: auto !important;
}
.venue-side-img,
.venue-side-desc,
.venue-map,
.venue-address {
  grid-area: auto !important;
  width: 100% !important;
  margin: 0 !important;
}
.venue-side-img { height: 200px !important; }
.venue-side-desc { padding: 10px 12px !important; }
.venue-map { padding-top: 0 !important; height: 200px !important; position: relative; }
.venue-map iframe { height: 100% !important; }
.venue-address { padding: 10px 12px !important; }
@media (max-width: 900px) {
  .wrap.venue-layout { flex-wrap: wrap !important; padding: 12px !important; gap: 0 !important; }
  .venue-left, .venue-right { flex: 1 1 100%; width: 100%; }
  .venue-right { display: block !important; }
}
/* Vivid-style performer thumb on event rows */
.event-item-art {
  width: 68px;
  height: 68px;
  min-width: 68px;
  border-radius: 8px;
  overflow: hidden;
  background: #0a2a56;
  display: block;
}
.event-item-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.event-list-item { gap: 12px; }
@media (max-width: 600px) {
  .event-item-art { width: 52px; height: 52px; min-width: 52px; }
  .event-item-date { width: 56px; min-width: 56px; height: 56px; }
  .event-item-date strong { font-size: 20px; }
}
/* Even 4-across homepage tiles */
.home-grid,
.pick-grid,
.recent-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  justify-content: center;
}
.home-grid-sports {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 12px !important;
  grid-template-columns: none !important;
}
.home-grid-sports .home-tile {
  flex: 0 1 200px;
  width: 200px;
  max-width: 220px;
}
@media (max-width: 900px) {
  .home-grid,
  .pick-grid,
  .recent-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .home-grid-sports .home-tile { flex: 0 1 calc(50% - 12px); width: calc(50% - 12px); max-width: none; }
}
@media (max-width: 520px) {
  .home-grid,
  .pick-grid,
  .recent-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
/* Homepage brand mark — large */
body.home .brand img {
  height: 96px !important;
  width: auto !important;
  max-width: 560px !important;
  filter: drop-shadow(0 2px 10px rgba(0,0,0,.45));
}
body.home header .nav { align-items: center; padding-top: 18px; }
@media (max-width: 700px) {
  body.home .brand img { height: 64px !important; max-width: 78vw !important; }
}
/* Live-matching site footer */
footer.site-footer {
  background: #05101c;
  color: #c5c9ce;
  padding: 40px 16px 24px;
  border-top: 3px solid #BF0A30;
  font-size: 13px;
  line-height: 1.55;
}
.footer-top {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 1fr);
  gap: 36px;
  align-items: start;
}
.footer-legal h4 { margin: 0 0 10px; color: #fff; font-size: 16px; }
.footer-legal p { margin: 0 0 12px; color: #c5c9ce; }
.footer-legal a, .footer-bottom a { color: #9ec7ff; }
.footer-cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.footer-cols h6 {
  margin: 0 0 10px;
  color: #fff;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 12px;
}
.footer-cols ul { list-style: none; margin: 0; padding: 0; }
.footer-cols li { margin: 0 0 8px; }
.footer-cols a { color: #fff; text-decoration: none; font-weight: 600; }
.footer-cols a:hover { color: #BF0A30; }
.footer-bottom {
  max-width: 1120px;
  margin: 28px auto 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  color: #9aa3ad;
}
.footer-cards { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.footer-cards img { height: 28px; width: auto; background: #fff; border-radius: 4px; padding: 2px 4px; }
@media (max-width: 800px) {
  .footer-top { grid-template-columns: 1fr; }
  .footer-cols { grid-template-columns: 1fr 1fr 1fr; }
}
@media (max-width: 520px) {
  .footer-cols { grid-template-columns: 1fr; }
}
/* Colorado hover map */
.co-map-sec { padding: 12px 0 36px; }
.co-map-wrap { position: relative; max-width: 920px; margin: 0 auto 16px; }
.co-map { width: 100%; height: auto; display: block; filter: drop-shadow(0 12px 30px rgba(0,0,0,.25)); }
.co-pop {
  position: absolute; left: 50%; top: 18px; transform: translateX(-50%);
  background: #fff; color: #0f172a; border-radius: 12px; padding: 12px 16px;
  min-width: 240px; box-shadow: 0 12px 40px rgba(0,0,0,.2); z-index: 5;
  display: flex; flex-direction: column; gap: 4px;
}
.co-pop[hidden] { display: none; }
.co-pop strong { color: #002868; font-size: 16px; }
.co-pop span { color: #BF0A30; font-weight: 700; font-size: 13px; }
.co-pop em { font-style: normal; color: #475569; font-size: 13px; }
.co-pop a { color: #002868; font-weight: 700; }
.co-chips { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.co-map-pic { position: relative; max-width: 920px; margin: 0 auto 12px; }
.co-map-pic img { width: 100%; height: auto; display: block; border-radius: 8px; box-shadow: 0 12px 40px rgba(0,0,0,.2); }
.co-pin {
  position: absolute; width: 16px; height: 16px; margin: 0;
  background: #BF0A30; border: 3px solid #fff; border-radius: 50%;
  transform: translate(-50%,-50%); box-shadow: 0 2px 8px rgba(0,0,0,.35);
  text-decoration: none;
}
.co-pin b {
  position: absolute; left: 18px; top: -6px; white-space: nowrap;
  color: #002868; font-size: 12px; font-weight: 800;
  text-shadow: 0 1px 0 #fff, 0 0 6px #fff;
}
.co-pin:hover { transform: translate(-50%,-50%) scale(1.25); z-index: 3; }
.prose h2 { color: #002868; font-size: 22px; margin: 22px 0 8px; }
.prose h3 { color: #002868; font-size: 16px; margin: 14px 0 6px; }
.prose p { color: #334155; line-height: 1.6; margin: 0 0 12px; }
.date-links { margin: 0 0 16px; padding-left: 18px; }
.date-links a { color: #002868; font-weight: 600; }
/* event list pagination — 20 per page */
.event-pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  padding: 14px 18px 22px;
  background: #fff;
  margin: -24px 0 28px;
  border-top: 2px solid #e5e7eb;
}
.event-pager-meta {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #64748b;
}
.event-pager-btns { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.event-pager button {
  background: #002868;
  color: #fff;
  border: 0;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .04em;
  cursor: pointer;
  border-radius: 2px;
}
.event-pager button.is-on,
.event-pager button:hover:not(:disabled) { background: #BF0A30; }
.event-pager button:disabled { opacity: .35; cursor: default; }
.event-pager .ep-gap { color: #94a3b8; padding: 0 4px; font-weight: 700; }
.event-pager { flex-wrap: nowrap; }
.event-pager + .event-pager { display: none !important; }
@media (max-width: 700px) {
  .event-pager { flex-wrap: wrap; flex-direction: row; }
  .event-pager-btns { justify-content: flex-start; }
}

/* city guide pages — not the transparent home header */
body.city-guide header {
  position: relative !important;
  top: auto !important;
  background: #002868 !important;
  border-bottom: 3px solid #BF0A30 !important;
  z-index: 5;
}
body.city-guide .brand img {
  height: 52px !important;
  width: auto !important;
  max-width: 280px !important;
  filter: none !important;
}
body.city-guide header .nav { padding-top: 8px !important; padding-bottom: 8px !important; }
body.city-guide nav a { color: #fff; text-shadow: none; }
body.city-guide .city-main { padding-top: 12px; }
body.city-guide h1.venue-title {
  color: #0f172a;
  margin: 8px 0 12px;
  font-size: 36px;
  line-height: 1.15;
}
body.city-guide .kicker { color: #BF0A30; margin: 0 0 6px; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; font-size: 12px; }
@media (max-width: 700px) {
  body.city-guide .brand img { height: 40px !important; max-width: 70vw !important; }
  body.city-guide h1.venue-title { font-size: 28px; }
}

/* listing thumbs off — images live on venue / performer / event pages only */
.event-item-art { display: none !important; width: 0 !important; min-width: 0 !important; height: 0 !important; margin: 0 !important; padding: 0 !important; overflow: hidden; }

/* performer pages: never use the transparent home overlay */
body.performer-page header,
body.home.performer-page header {
  position: relative !important;
  top: auto !important;
  background: #002868 !important;
  border-bottom: 3px solid #BF0A30 !important;
  z-index: 5;
}
body.performer-page .brand img,
body.home.performer-page .brand img {
  height: 52px !important;
  width: auto !important;
  max-width: 280px !important;
  filter: none !important;
}
body.performer-page .hero,
body.home.performer-page .hero { display: none !important; }
body.performer-page .banner,
body.home.performer-page .banner { display: none !important; }
body.performer-page nav a { color: #fff; text-shadow: none; }
body.performer-page .performer-left { padding-top: 20px; }
body.performer-page .top-search { padding: 12px 16px 0; }
body.performer-page .artist-hero h1 { color: #002868; font-size: clamp(28px, 3.2vw, 42px); margin: 0 0 12px; }
body.performer-page .artist-hero .lead,
body.performer-page .artist-hero .kicker { color: #334155; }
@media (max-width: 700px) {
  body.performer-page .brand img { height: 40px !important; max-width: 70vw !important; }
}

/* pager must beat display:flex on event rows */
.event-list-item.is-paged-off,
.event-list-item[hidden] {
  display: none !important;
}

body.category-page header,
body.home.category-page header {
  position: relative !important;
  top: auto !important;
  background: #002868 !important;
  border-bottom: 3px solid #BF0A30 !important;
  z-index: 5;
}
body.category-page .brand img,
body.home.category-page .brand img {
  height: 52px !important;
  width: auto !important;
  max-width: 280px !important;
  filter: none !important;
}
body.category-page .hero,
body.home.category-page .hero { display: none !important; }
body.category-page nav a { color: #fff; text-shadow: none; }
body.category-page .top-search { padding: 12px 16px 0; }
body.category-page .category-main { padding-top: 16px; }


@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");

.edm-band { margin: 8px auto 36px; max-width: 1120px; }
.edm-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 240px));
  justify-content: center;
  justify-items: stretch;
  gap: 14px;
}
.poster-tile {
  position: relative;
  display: block;
  height: 300px;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  isolation: isolate;
}
.poster-img {
  position: absolute;
  inset: 0;
  background-color: #0b1220;
  background-size: cover;
  background-position: center 38%;
  background-repeat: no-repeat;
  transform: scale(1.04);
  transition: transform .35s ease;
}
.poster-tile.is-face .poster-img { background-position: center 12%; }
.poster-tile:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.88) 0%, rgba(0,0,0,.35) 42%, rgba(0,0,0,.08) 70%);
  z-index: 1;
}
.poster-copy {
  position: absolute;
  left: 16px;
  right: 14px;
  bottom: 16px;
  z-index: 2;
  color: #fff;
}
.poster-copy strong {
  display: block;
  font-family: "Bebas Neue", Impact, "Oswald", sans-serif;
  font-weight: 400;
  font-size: clamp(28px, 2.4vw, 42px);
  line-height: .9;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0,0,0,.55);
}
.poster-copy em {
  display: block;
  margin-top: 8px;
  font-family: "Bebas Neue", Impact, "Oswald", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fff;
  opacity: .92;
}
.poster-tile:hover .poster-img { transform: scale(1.1); }
@media (max-width: 900px) {
  .edm-grid { grid-template-columns: repeat(2, minmax(160px, 240px)); justify-content: center; }
  .poster-tile { height: 240px; }
}
@media (max-width: 520px) {
  .edm-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .poster-tile { height: 210px; }
  .poster-copy strong { font-size: 24px; }
  .poster-copy em { font-size: 13px; }
}

h1, .venue-title, .performer-left h1, .artist-hero h1 {
  font-family: "Bebas Neue", Impact, "Oswald", sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: .92;
}


/* ===== launch mobile pass ===== */
html, body { overflow-x: hidden; max-width: 100%; }
img, iframe, video { max-width: 100%; }
iframe { width: 100%; }

body.home.venue-page header,
body.venue-page header {
  position: relative !important;
  top: auto !important;
  background: #002868 !important;
  border-bottom: 3px solid #BF0A30 !important;
  z-index: 5;
}
body.home.venue-page .hero { display: none !important; }
body.home.venue-page .brand img,
body.venue-page .brand img {
  height: 52px !important;
  width: auto !important;
  max-width: 280px !important;
  filter: none !important;
}
body.home.venue-page nav a { text-shadow: none; }

@media (max-width: 700px) {
  .wrap { padding-left: 12px; padding-right: 12px; }
  .nav { gap: 8px; }
  nav { width: 100%; }
  nav a { padding: 6px 9px; font-size: 12px; }
  .search { width: 100%; }
  .search input, .nav-search input { min-width: 0; width: 100%; flex: 1 1 100%; }
  .search button, .search .btn-primary { width: 100%; }
  body.home .hero { min-height: 340px; padding-top: 92px; padding-bottom: 28px; }
  .hero h1, .hero-tag {
    font-size: clamp(14px, 4.4vw, 20px);
    white-space: nowrap;
    max-width: 100%;
  }
  .artist-photo { min-height: 220px; }
  .artist-hero { gap: 16px; padding-top: 12px; }
  .home-break { min-height: 120px; padding-top: 36px; padding-bottom: 20px; }
  .home-break h2 { font-size: 22px; }
  .poster-tile { height: 200px; }
  .event-list-item { padding: 10px 8px; }
  .pick-img { height: 140px; }
  body.home.venue-page .brand img,
  body.venue-page .brand img { height: 40px !important; max-width: 70vw !important; }
}
@media (max-width: 420px) {
  .hero h1, .hero-tag { font-size: 13px; letter-spacing: .02em; }
}

@media (max-width: 900px) {
  .venue-left,
  .venue-right { display: contents !important; }
  .venue-layout {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "hero"
      "desc"
      "main"
      "map"
      "addr" !important;
  }
  .venue-side-img,
  .venue-title {
    grid-area: hero !important;
  }
  .venue-side-img {
    position: relative;
    height: 280px !important;
    min-height: 280px;
    border-radius: 4px;
    overflow: hidden;
    z-index: 0;
  }
  .venue-side-img:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.88) 0%, rgba(0,0,0,.38) 44%, rgba(0,0,0,.08) 72%);
    z-index: 1;
    pointer-events: none;
  }
  .venue-title {
    position: relative;
    align-self: end;
    justify-self: stretch;
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
    color: #fff !important;
    font-family: "Bebas Neue", Impact, "Oswald", sans-serif !important;
    font-weight: 400 !important;
    font-size: clamp(32px, 8vw, 52px) !important;
    line-height: .9 !important;
    letter-spacing: .04em;
    text-transform: uppercase !important;
    padding: 0 16px 18px !important;
    margin: 0 !important;
    text-shadow: 0 2px 14px rgba(0,0,0,.55);
    pointer-events: none;
  }
}

.venue-img-name { display: none; }
@media (max-width: 900px) {
  .venue-side-img {
    position: relative !important;
    height: 280px !important;
    overflow: hidden;
  }
  .venue-side-img:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.88) 0%, rgba(0,0,0,.38) 44%, rgba(0,0,0,.08) 72%);
    z-index: 1;
    pointer-events: none;
  }
  .venue-img-name {
    display: block !important;
    position: absolute;
    left: 16px;
    right: 14px;
    bottom: 16px;
    z-index: 2;
    margin: 0;
    color: #fff;
    font-family: "Bebas Neue", Impact, "Oswald", sans-serif;
    font-weight: 400;
    font-size: clamp(32px, 8vw, 52px);
    line-height: .9;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-shadow: 0 2px 14px rgba(0,0,0,.55);
    pointer-events: none;
  }
  h1.venue-title { display: none !important; }


/* 303 home/search overrides 2026-09-01 */
@media (max-width: 700px) {
  .hero .wrap { display: flex; flex-direction: column; }
  .hero h1, .hero-tag { order: 1; }
  .hero .disclaimer { order: 2; }
  .hero .search { order: 3; }
  .hero h1, .hero-tag {
    font-size: clamp(18px, 6.1vw, 32px) !important;
    white-space: nowrap !important;
    letter-spacing: .02em !important;
    line-height: 1 !important;
    margin: 0 0 8px !important;
  }
  .hero .disclaimer { margin: 0 0 14px !important; white-space: normal !important; max-width: 34em; line-height: 1.35 !important; font-size: 13px !important; }
  body.home .hero { min-height: 400px; padding-bottom: 32px; }
}
.search { position: relative !important; flex-wrap: nowrap !important; gap: 0 !important; }
.search .suggest-wrap { flex: 1 1 auto; width: 100%; }
.search input, .search input.searchAjax {
  width: 100% !important; padding-right: 52px !important; box-sizing: border-box;
}
.search > button[type="submit"], .search > .search-go {
  position: absolute !important; right: 4px; top: 50%; transform: translateY(-50%);
  width: 44px !important; min-width: 44px !important; height: 44px !important;
  padding: 0 !important; margin: 0 !important; border: 0 !important;
  border-radius: 8px !important; background: transparent !important;
  box-shadow: none !important; font-size: 0 !important; letter-spacing: 0 !important;
  color: #002868; z-index: 4; cursor: pointer;
}
.search > button[type="submit"]::before, .search > .search-go::before {
  content: ""; display: block; width: 22px; height: 22px; margin: 0 auto;
  background: #002868;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='7' fill='none' stroke='black' stroke-width='2.4'/%3E%3Cpath d='M20 20l-3.5-3.5' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='7' fill='none' stroke='black' stroke-width='2.4'/%3E%3Cpath d='M20 20l-3.5-3.5' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
}
#geo-picks .kicker, #geo-picks > .home-lead { display: none !important; }
#geo-picks { padding-top: 8px !important; margin-top: 0 !important; }
#geo-picks h2 { margin-top: 4px !important; margin-bottom: 10px; }


.search .suggest-box { z-index: 80 !important; }
.search .suggest-box[hidden] { display: none !important; }
.search .suggest-item { position: static !important; transform: none !important; width: 100% !important; height: auto !important; min-width: 0 !important; font-size: 14px !important; letter-spacing: normal !important; background: #fff !important; color: #111 !important; border-radius: 0 !important; padding: 10px 14px !important; display: flex !important; }
.search .suggest-item::before { content: none !important; display: none !important; }

/* venue name overlay restore */
@media (max-width: 900px) {
  .venue-img-name {
    display: block !important;
    position: absolute !important;
    left: 16px; right: 14px; bottom: 16px;
    z-index: 2;
    margin: 0;
    color: #fff;
    font-family: "Bebas Neue", Impact, Oswald, sans-serif;
    font-weight: 400;
    font-size: clamp(32px, 8vw, 52px);
    line-height: .9;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-shadow: 0 2px 14px rgba(0,0,0,.55);
    pointer-events: none;
  }
  h1.venue-title { display: none !important; }
}
