/* ============================================================
   events_details_v1.css — overrides for events_details_v1.php only
   ============================================================ */

/* ── Sticky tab nav (replicates d1-ev-nav behaviour) ── */
.d1-layout .hall_tabs > ul.nav-tabs.new-tab-con {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid var(--d1-border, #E5E7EB);
  box-shadow: 0 1px 6px rgba(0,0,0,.06);
  margin: 0 !important;
  padding: 0 44px !important;
  flex-wrap: nowrap;
  align-items: center;
}

.d1-layout .hall_tabs > ul.nav-tabs.new-tab-con > ul#myTab {
  max-width: 945px !important;
  padding: 0 32px !important;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  flex: 1;
}

.d1-layout .hall_tabs > ul.nav-tabs.new-tab-con > ul#myTab.spon-en {
   max-width: 690px !important;
}


.d1-layout .hall_tabs > ul.nav-tabs.new-tab-con > li.ml-auto {
  padding-right: 32px;
  flex-shrink: 0;
}

/* ── Font overrides – must be last to beat Figtree !important ── */
.fa-classic, .fa-regular, .far { font-family: "Font Awesome 6 Free" !important; font-weight: 400 !important; }
.fa-solid, .fas { font-family: "Font Awesome 6 Free" !important; font-weight: 900 !important; }
.fa-brands, .fab { font-family: "Font Awesome 6 Brands" !important; font-weight: 400 !important; }
.la, .las { font-family: "Line Awesome Free" !important; font-weight: 900 !important; }
.lab { font-family: "Line Awesome Brands" !important; font-weight: 400 !important; }
