/* Rijksoverheid house font — matches the reference site (one-conference.nl).
   Files already live in the test-server uploads. Only the regular weight ships
   (same as the reference); bold is browser-synthesised, as on the reference. */
@font-face {
  font-family: 'RijksoverheidSansText';
  src: url('/wp-content/uploads/2024/04/rijksoverheidsanstext-regular.woff2') format('woff2'),
       url('/wp-content/uploads/2024/04/rijksoverheidsanstext-regular.woff') format('woff'),
       url('/wp-content/uploads/2024/04/rijksoverheidsanstext-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Scope to the programme output so we don't restyle the rest of the Elementor page. */
.schedule-tabs-container, .schedule-tabs-container *,
.schedule-container, .schedule-container *,
.schedule-mobile-container, .schedule-mobile-container *,
.speaker-list, .speaker-list * {
  font-family: 'RijksoverheidSansText', Arial, Helvetica, sans-serif;
}

.bg-orange{
  background-color: #e17000;
}
/* Mobile room headers sit on the orange fill: force black text (6.5:1).
   White (the old .text-white utility) was only 3.22:1 and failed AA. The
   descendant selector wins over any single-class text-* utility. */
.mobile-track,
.mobile-track h3{
  color: #000;
}
.text-blue01{
  color: #01689b;
}

.track .session-speakers a,
.track a.session-title {
  color: #01689b;
  /* text-decoration: underline; */
}

.track .session-speakers a:hover,
.track a.session-title:hover {
  color: #000;
  text-decoration: underline;
}

.track.none {
  color: #fff;  
  width: 100px;
}
.timeslot {
  padding: 45px 0px 45px 10px;
}
.track.orange {
  background-color: #e17000;
  color: #000;
  padding: 10px;
  width: 100%;
}

.track.session {
  background-color: #fff;
  color: #01689b;
  padding: 10px;
}
.track.space.session {

}
.track.session.span-track{

}
.sessions-container a:hover{
  color: #01689b;
}
.schedule-tabs,
.schedule-tabs-mobile{
  border-bottom: 5px solid #e17000;
  margin-top: 24px;      /* guaranteed gap even when filters wrap onto 2+ rows */
}
.schedule-tabs .schedule-tab,
.schedule-tabs-mobile .schedule-tab{
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
  text-transform: uppercase;
  padding: 10px 14px;

  border-radius: 0;
  background-color: #28335D;
  color: #fff;
}

#schedule-tab-2 {
  background-color: #01689b;
}

.schedule-tab.active,
.schedule-tab:hover,
#schedule-tab-2.active{
  background-color: #e17000;
  /* #01689b; */
  color: #000;          /* black on orange = 6.5:1; white was only 3.22:1 (fails AA) */
}
/* 
#schedule-tab-0:before {
  position: absolute;
  content: "";
   width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 0 54px 56px 0px;
   border-color: transparent transparent #28335D transparent;
   transform: rotate(270deg);
   left: -54px;
    top: -1px;
} */
/* #schedule-tab-0:hover:before,
#schedule-tab-0.active:before {
   border-color: transparent transparent #e17000 transparent;
} */

.schedule-container, 
.schedule-mobile-container {
    /* Add transition for opacity and height properties */
    transition: opacity 0.3s ease, height 0.3s ease;
}

.schedule-container.active, 
.schedule-mobile-container.active {
    /* Make the active panel fully visible and restore height */
    opacity: 1;
    height: auto; /* Restore height for active panel */
    z-index: 10;
    position: relative;
}
.text-blue-deep{
  color:#01689b;
}
.schedule-container:not(.active),
.schedule-mobile-container:not(.active) {
    /* Make non-active panels fully transparent and collapse height */
    opacity: 0;
    height: 0;
}
.side_event-row {
  padding: 30px;
  background-color: #01689b;
  color: #fff;
}
body .event-link a {
  background-color: #e17000;
  color: #000;
  padding: 10px;
  margin-top: 10px;
  text-align: center;
}
.event-link a:hover {
  color: #000;
  background-color: #fff;
}
.side_event-row .label{
  width: 200px;
  margin-right: 10px;
}
.side_event-row h3{
  font-size: 24px;
  margin-bottom: 20px;
}
.side_event-row .flex-row{
  margin-bottom: 10px;
}
.publicity{
  display: inline-block;
  background-color: #01689b;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  display: inline-block;
  margin: 10px 0;
}
.x-star-rating_star-marked{
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background:#01689b;
}
.session_complexity_empty{
  border-radius: 100%;
  width: 10px;
  height: 10px;
  border: 2px solid #01689b;
}
.session-track-details{
  max-width: 60%;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #01689b;
}
.session-track-details .item-label{
  flex: 0 0 11rem;
}
.complexity{
  align-items: baseline;
}
.follow-speaker{
  margin-top: auto;
  margin-bottom: 30px;
}
.follow-speaker path{
  fill: #e17000;
}

.schedule-tabs,
.schedule-container:not(.side-event) {
  display: none;
}

.schedule-tabs-mobile{
  display: flex;
}
.schedule-mobile-container {
  display: block;
}

@media screen and (min-width: 768px){
  .schedule-tabs{
    display: flex;
  }

  .schedule-container:not(.side-event) {
    display: block;
  }

  .schedule-tabs-mobile,
  .schedule-mobile-container {
    display: none;
  }
}

.grid-speaker-item:hover h3{
  color: #01689b;
}
.speaker-type{
    position: absolute;
    z-index: 1;
    bottom: 0;
    padding: 4px 10px;
    background-color: #01689b;
    color: #fff;
    border-radius: 0 6px 0 0;
}
.speaker-type.host{
  background-color: #e17000;
  color: #000;          /* black on orange = 6.5:1; inherited white was 3.22:1 (fails AA) */
}

.speaker-row{
  width: 100%;
}
@media screen and (min-width: 650px){
  .speaker-row{
    width: 50%;
  }
}
.space {
  height: 90px;
  padding: 15px 0 0 10px;
}

.elementor ol {
  list-style: decimal;
  margin-left: 16px;
}
.elementor ul {
  list-style: disc;
  margin-left: 16px;
}
.elementor ol li, .elementor ul li {
  margin-bottom: 16px;
}
.elementor p{
  margin-bottom: 16px;
}

body a.grid-speaker-item {
  color: #154273;
}

body a.grid-speaker-item:hover {
  color: #000;
  text-decoration: underline;
}

/* body.elementor-kit-5 a {
  color: var(--orange-text);
} */

.elementor-shortcode a.speaker-row {
  color: var(--orange-text);
}
.elementor-shortcode a.speaker-row:hover {
  text-decoration: underline;
}

.e-con-inner p a{
  text-decoration: underline;
}

.track-location-title{
     font-size: 18px;
    font-weight: 900;
    margin-bottom: 4px; 
}

.track.stage {
    border-radius: 10px;
    width: 170px;
    font-size: 16px;
}

.schedule-scroll-x {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.schedule-scroll-x .track-container,
.schedule-scroll-x .sessions-container {
  min-width: max-content;
}

.sessions-row {
  display: inline-flex;
}

.track.session,
.track.space,
.track.orange {
  flex-shrink: 0;
}

.stage {
  width: 150px;
  flex-shrink: 0;
  background: white;
  position: sticky;
  left: 0;
  z-index: 5;

}

.track.session {
  border-radius: 10px;
  padding: 16px;
  margin: 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100px;
}

.track.orange {
  padding: 12px 8px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  background-color: #e17000;
  color: #000;          /* black on orange = 6.5:1; white was only 3.22:1 (fails AA) */
  border-radius: 6px;
  margin: 6px;
}

.track.stage {
  background-color: #01689b;
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding: 20px 16px;
  border-radius: 10px;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.track-location-title {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--orange-text);
  margin-bottom: 4px;
}

.schedule-scroll-wrapper {
  position: relative;
}

/* Base styles for both scrollbars */
.scrollbar-top,
.scrollbar-bottom {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  height: 16px;
}

.scrollbar-top {
  margin-bottom: 10px;
}

.scrollbar-bottom {
  margin-top: 10px;
}

/* Fake inner div to match scrollable width */
.scrollbar-top::before,
.scrollbar-bottom::before {
  content: "";
  display: block;
  width: 3000px; /* arbitrarily large, adjust via JS below */
  height: 1px;
}

/* Custom scrollbar for modern browsers */
.scrollbar-top::-webkit-scrollbar,
.scrollbar-bottom::-webkit-scrollbar,
.schedule-scroll-x::-webkit-scrollbar {
  height: 10px;
}

.scrollbar-top::-webkit-scrollbar-track,
.scrollbar-bottom::-webkit-scrollbar-track,
.schedule-scroll-x::-webkit-scrollbar-track {
  background: #e5f0f9;
  border-radius: 5px;
}

.scrollbar-top::-webkit-scrollbar-thumb,
.scrollbar-bottom::-webkit-scrollbar-thumb,
.schedule-scroll-x::-webkit-scrollbar-thumb {
  background-color: #01689b; /* blue thumb */
  border-radius: 5px;
}

.scrollbar-top::-webkit-scrollbar-thumb:hover,
.scrollbar-bottom::-webkit-scrollbar-thumb:hover,
.schedule-scroll-x::-webkit-scrollbar-thumb:hover {
  background-color: #e17000; /* orange on hover */
}

/* Firefox support */
.scrollbar-top,
.scrollbar-bottom,
.schedule-scroll-x {
  scrollbar-width: thin;
  scrollbar-color: #01689b #e5f0f9;
}

.sessions-container {
  position: relative !important;
  /* min-height: 100px; */
  display: flex;
}

.track.session {
  box-sizing: border-box;
}

.track.space {
  display: none; /* we don’t need spacer cells anymore */
}

:root{
    --slot-w: 170px;            /* min slot width (change in a media query if needed) */
    --row-h:   120px;   /* height of one horizontal lane        */
    --row-gap: 22px;    /* gutter between lanes (matches design)*/
    /* WCAG AA accessible orange for TEXT/icons: #e17000 only reaches 2.38:1 on the
       light-blue (#CCE0F1) schedule background. #9a4900 hits 4.66:1 there and 6.3:1
       on white — passing AA for both normal and large text. Keep #e17000 for orange
       used as a background/accent fill (it pairs with black/white text). */
    --orange-text: #9a4900;
    /* Orange for TEXT on the DARK navy (#28335D) stage column. The dark --orange-text
       (#9a4900) only reaches 1.93:1 on navy and #e17000 only 3.79:1 — both fail. A light
       orange tint hits 6.4:1 on navy while staying recognisably "brand orange". */
    --orange-on-dark: #ffa94d;
}

.stage-header,
.track-stage           { 
  margin-right: 10px;
  width:200px; 
  flex:0 0 200px; 
  background: #28335D;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.stage-header       { 
  background: transparent;
  flex: 0 0 100px;
  width: 100px;
}

.track-stage .zaal{
    color: var(--orange-on-dark);   /* light orange on the navy stage column = 6.4:1 (AA) */
    font-size: 19px;
    font-weight: 900;
}
.track-stage .name{
  color: #fff;
  font-weight: 900;
  /* Long single-word room names (e.g. "Mississippi") must wrap inside the
     ~100px sticky column instead of spilling the trailing letter outside it. */
  overflow-wrap: anywhere;
  line-height: 1.15;
}
.track-stage .floor{
  color: var(--orange-on-dark);   /* light orange on navy = AA (same as .zaal) */
  font-size: 12px;
  font-weight: 700;
  margin-top: 4px;
}

.session .title{
  font-weight: 900;
}

.slot                  { width:var(--slot-w); flex:0 0 var(--slot-w); }
.header-cell           {
    color:var(--orange-text);
    padding: 10px;
    font-size: 19px;
    font-weight: 900;
}
.slot.session               { background:#fff;   border-radius:10px; padding:14px; }
.slot.empty                 { background:transparent; }
.slot.break                 { background:#ffe5c0; }   /* example colour for breaks */

.gap-s                 { gap:6px; }

/* scrolling (top / hidden native / bottom) */
.schedule-scroll-wrapper        { position:relative; }
.schedule-scroll-x              { overflow-x:auto; scrollbar-width:none; }
.schedule-scroll-x::-webkit-scrollbar{ height:0; }

.scrollbar.fake-bar>div         { height:1px; }   /* real width set in JS below */

.scrollbar.fake-bar::-webkit-scrollbar,
.schedule-scroll-x::-webkit-scrollbar          { height:10px; }
.scrollbar.fake-bar::-webkit-scrollbar-track,
.schedule-scroll-x::-webkit-scrollbar-track    { background:#e5f0f9; border-radius:5px; }
.scrollbar.fake-bar::-webkit-scrollbar-thumb,
.schedule-scroll-x::-webkit-scrollbar-thumb    { background:#01689b; border-radius:5px; }
.scrollbar.fake-bar::-webkit-scrollbar-thumb:hover,
.schedule-scroll-x::-webkit-scrollbar-thumb:hover{ background:#e17000; }

.scrollbar.fake-bar, .schedule-scroll-x        { scrollbar-color:#01689b #e5f0f9; }
.slot.skip{ visibility:hidden; width:var(--slot-w); flex:0 0 var(--slot-w); }

.scrollbar.fake-bar {
    overflow-x: auto;
    height: 14px;
    margin-top: 31px;
    width: calc(100% - 200px);
    margin-left: 200px;
}

.schedule-header{
  margin-left: -6px;
}

.slot.session.shared {
  background-color: #fbeed8;
  color: #000;
  font-weight: bold;
  justify-content: center;
  text-align: center;
}


.session.break.break--ghost{
    background:#fff;                /* white like the screenshot */
    color:var(--orange-text);                  /* orange text */
    border:2px solid var(--orange-text);       /* thin orange outline */
    border-radius:10px;
}
.session.break.break--ghost .title{
    font-size:12px;
    font-weight:bold;
    text-align:center;
}

/* every ZAAL row (= one track) */
.sessions-row{
    align-items:stretch;                 /* make children fill the lane  */
}

/* vertical gap between lanes */
.sessions-row + .sessions-row{
    margin-top:var(--row-gap);
}

/* generic slot keeps full height and centres its content */
.slot{
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

/* normal session box */
.slot.session{
    border-radius:12px;
    padding:16px;
    box-shadow:0 0 0 2px #CCE0F1 inset; /* thin white outline like mock-up */
}

/* replicated “ghost” break cell (only border, no fill) */
.slot.session.break--ghost{
    background:#fff;
    color:var(--orange-text);
    border:2px solid var(--orange-text);
    box-shadow:none;
}


/* invisible filler keeps width/height but shows nothing */
.slot.skip{
    visibility:hidden;
}

/* ZAAL column box gets same lane height */
.track-stage{
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.slot.session.break,
.slot.session.break--ghost{
    display:flex;
    flex-direction:column;
    justify-content:center;
    text-align:center;
}

/* A ─ replace fixed height with min-height */
.sessions-row{
    min-height:var(--row-h);   /* row can grow but never be smaller   */
    align-items:stretch;
}

/* B ─ let container grow naturally */
.sessions-container{
    position:relative !important;  /* or static – whichever you need  */
    /* height:100px;   <-- remove this line                           */
}

.sessions-container {
  display: flex;
  position: relative !important;
}

.sessions-container.gap-s {
  gap: var(--gap-s, 6px);
}

/* Remove gap only between adjacent empty cells */
.sessions-container .slot.empty + .slot.empty {
  margin-left: -6px; /* negates the gap-s */
}
.slot.empty:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.slot.empty:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.slot.session.break,
.slot.session.break--ghost {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  box-shadow: none;
}

/* Base style: empty = transparent with top/bottom border only */
.slot.empty {
  background: transparent;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: none;
  border-right: none;
  border-radius: 0;
  box-shadow: none;
}

/* First in group of empty = add left border + round */
.slot.empty:not(.skip):not(.break--ghost):first-child,
.slot.empty:not(.skip):not(.break--ghost):not(.slot.empty + .slot.empty) {
  border-left: 2px solid #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* Last in group of empty = add right border + round */
.slot.empty:not(.skip):not(.break--ghost):last-child,
.slot.empty:not(.skip):not(.break--ghost):has(+ .slot:not(.empty)),
.slot.empty:not(.skip):not(.break--ghost):not(:has(+ .slot.empty)) {
  border-right: 2px solid #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* Ghost break cell = full white border, no background */
.slot.session.break--ghost {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 10px;
  color: var(--orange-text);
  box-shadow: none;
}

/* Normal session = white background, soft inset outline */
.slot.session:not(.break):not(.break--ghost) {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 0 2px #CCE0F1 inset;
}

/* new wrapper around scrollable track cells, per-row */
.schedule-scroll-x-row {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1 1 auto;
}

/* fix sticky track-stage per row */
.track-stage {
  position: sticky;
  left: 0;
  z-index: 10;
  background: #28335D;
  color: #fff;
  border-radius: 10px;
  /* 8px (not 10px): the column is a fixed 100px, leaving 80px of content at
     10px padding. The longest room name "Mississippi" is 79px on one line —
     fitting by a single pixel, so sub-pixel rounding wrapped the trailing "i"
     onto its own line. 8px gives 84px of content (~5px slack) so it stays on
     one line. (.name still has overflow-wrap:anywhere as a safety net.) */
  padding: 8px;
  width: 100px;
  flex: 0 0 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.schedule-tabs-container svg#artifact {
    position: absolute;
    top: 116px;
    left: -166px;
    background: #CCE0F1;
}

/* .filter-button{
    position: absolute;
    top: -16px;
    left: 100px;
    height: 40px;
} */

.schedule-tabs-container{
  position: relative;
  z-index: 100;
}
/* Container */
.filter-bar {
  display: flex;
  gap: 10px;
}

/* Button */
.filter-button {
  background: #fff;
  color: var(--orange-text);
  border: 2px solid var(--orange-text);
  border-radius: 24px;
  padding: 8px 16px;
  font-weight: bold;
  cursor: pointer;
}


.filter-group button:hover,
.filter-group button:focus {
    background: #e17000;
    color: #000;          /* black on orange = 6.5:1; orange-on-orange was invisible */
}

.filter-group button.clear-btn:hover,
.filter-group button.clear-btn:focus
{
background: transparent;
color: var(--orange-text);
}
/* Dropdown */
.filter-group {
  position: relative;
}

.dropdown {
  position: absolute;
  top: 110%;
  left: 0;
  width: 300px;
  background: white;
  border: 1px solid #ccc;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  padding: 16px;
  display: none;
  z-index: 10;
}

.dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dropdown ul li {
  margin-bottom: 10px;
}

.dropdown label {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 8px;
}

/* Custom checkbox */
.dropdown input[type="checkbox"] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #01689b;
  border-radius: 3px;
  background: white;
  cursor: pointer;
}

.dropdown input[type="checkbox"]:checked {
  border-color: #e17000;
  background-color: #e17000;
}

/* Actions */
.dropdown-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}

.clear-btn {
  background: none;
  border: none;
  color: var(--orange-text);
  font-weight: bold;
  cursor: pointer;
}

.apply-btn {
  background: #fff;
  border: 2px solid var(--orange-text);
  color: var(--orange-text);
  font-weight: bold;
  border-radius: 16px;
  padding: 4px 12px;
  cursor: pointer;
}

.apply-btn:hover,
.clear-btn:hover {
  text-decoration: underline;
}

/* ---- "Keep": per-session shortlist circle + Keep dropdown ---- */

/* anchor for the absolutely-positioned circle (desktop + mobile cards) */
.slot.session,
.track-session { position: relative; }

/* scoped to .slot.session / .track-session (0,2,0) so it beats the theme
   reset's [type="button"] rule, which otherwise forces width/padding/radius */
.slot.session .keep-toggle,
.track-session .keep-toggle {
  position: absolute;
  top: 8px;
  inset-inline-end: 8px;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: 2px solid var(--orange-text);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.slot.session .keep-toggle::after,
.track-session .keep-toggle::after {
  content: "";
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}
/* selected state — scoped to match the geometry rule's specificity so the
   orange fill + checkmark actually win (a bare .is-kept loses to .slot.session .keep-toggle) */
.slot.session .keep-toggle.is-kept,
.track-session .keep-toggle.is-kept {
  background: #e17000;
  border-color: #e17000;
}
.slot.session .keep-toggle.is-kept::after,
.track-session .keep-toggle.is-kept::after { content: "\2713"; } /* ✓ */
.keep-toggle:hover        { box-shadow: 0 0 0 3px rgba(225,112,0,.25); }
.keep-toggle:focus-visible{ outline: 2px solid #01689b; outline-offset: 2px; }

/* keep the time row clear of the circle so they never overlap */
.slot.session > .time,
.track-session .session-timeslot { padding-inline-end: 30px; }

.keep-hint {
  font-size: 13px;
  line-height: 1.4;
  margin: 0 0 12px;
  color: #333;
}

/* Keep dropdown actions mirror the other filters' Apply / Clear */
.keep-apply-btn {
  background: #fff;
  border: 2px solid var(--orange-text);
  color: var(--orange-text);
  font-weight: bold;
  border-radius: 16px;
  padding: 4px 12px;
  cursor: pointer;
}
.keep-clear-btn {
  background: none;
  border: none;
  color: var(--orange-text);
  font-weight: bold;
  cursor: pointer;
}
.keep-apply-btn:hover,
.keep-clear-btn:hover { text-decoration: underline; }
/* Clear must stay text-only even when focused — the dropdown auto-focuses it,
   and the generic `.filter-group button:focus` would otherwise paint it orange.
   Mirrors the existing `.filter-group button.clear-btn:hover/:focus` override. */
.filter-group button.keep-clear-btn:hover,
.filter-group button.keep-clear-btn:focus {
  background: transparent;
  color: var(--orange-text);
}

.schedule-scroll-x.dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.schedule-scroll-x {
  cursor: grab;
  cursor: -webkit-grab;
}

  .session.dim        { opacity:.2; transition:opacity .15s ease; cursor:pointer; }
  .filter-button.active{ background:#e17000;  color:#000; }  /* black on orange = 6.5:1 (AA); white was 3.22:1 */
.hidden      { display:none!important; }
.hidden-col  .slot.header-cell,
.hidden-col  .slot            { display:none!important; }

.elementor-shortcode{
  position: relative;
  z-index: 1;
}

#filter-reset-popup{
  z-index: 101;
}
.popup-clear-filters{
    max-width: 200px;
    top: 50%;
    position: fixed;
    left: 50%;
    margin-left: -100px;
}

.sessions-container .slot a:not(.session-title) {
  text-decoration: underline;
}

@media screen and (max-width: 768px){
  #artifact {
    display: none;
  }
  .schedule-filter-bar{
    margin-bottom: 40px;
    padding-left: 10px;
  }
  .track-session{
    border: 1px solid;
    margin: 10px;
    border-radius: 3px;
  }
  .track-session.session{
    background-color: #ffe5c0;
  }
}

.schedule-container.active{
  box-shadow: inset -10px 0 10px -10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;

}

/* Crisis Management - Lintblauw */
.track-session.crisis-management,
.slot.session.crisis-management {
    background-color: #154273 !important;
    color: #ffffff !important;
}

.track-session.crisis-management a,
.slot.session.crisis-management a {
    color: #ffffff !important;
}

/* Critical Infrastructure (was Securing the Chain) */
.track-session.securing-the-chain,
.slot.session.securing-the-chain {
    background-color: #B10034 !important;
    color: #ffffff !important;
}
.track-session.securing-the-chain a,
.slot.session.securing-the-chain a {
    color: #ffffff !important;
}

/* Menselijke Factor - Paars */
.track-session.human-factor,
.slot.session.human-factor {
    background-color: #01689b !important;
    color: #ffffff !important;
}
.track-session.human-factor a,
.slot.session.human-factor a {
    color: #ffffff !important;
}

/* Kracht van Samenwerkingen - Dark Forest Green */
.track-session.power-of-partnerships,
.slot.session.power-of-partnerships {
    background-color: #0072ba !important;  /* white text = 5.1:1 (AA); #007bc7 was 4.51 — razor-thin */
    color: #ffffff !important;
}
.track-session.power-of-partnerships a,
.slot.session.power-of-partnerships a {
    color: #ffffff !important;
}

/* Future of Cyber - forest teal (WCAG AA) */
.track-session.future-of-cybersecurity,
.slot.session.future-of-cybersecurity {
    background-color: #007F5C !important;
    color: #ffffff !important;
}
.track-session.future-of-cybersecurity a,
.slot.session.future-of-cybersecurity a {
    color: #ffffff !important;
}

/* Core of Tech - indigo (WCAG AA) */
.track-session.core-of-tech,
.slot.session.core-of-tech {
    background-color: #4B0082 !important;
    color: #ffffff !important;
}
.track-session.core-of-tech a,
.slot.session.core-of-tech a {
    color: #ffffff !important;
}

/* Wet- en Regelgeving - Hemelblauw */
.track-session.law-policy,
.slot.session.law-policy {
    background-color: #1b4332 !important;
    color: #ffffff !important;
}
.track-session.law-policy a,
.slot.session.law-policy a {
    color: #ffffff !important;
}

/* Geopolitics - ochre (WCAG AA) */
.track-session.geopolitics,
.slot.session.geopolitics {
    background-color: #806000 !important;  /* white text = 5.85:1 (AA); #94710A was 4.54 — razor-thin */
    color: #ffffff !important;
}
.track-session.geopolitics a,
.slot.session.geopolitics a {
    color: #ffffff !important;
}

/* Publiek-Private Samenwerkingen - Donkerblauw */
.track-session.public-private-partnerships,
.slot.session.public-private-partnerships {
    background-color: #2e7d32 !important;
    color: #ffffff !important;
}
.track-session.public-private-partnerships a,
.slot.session.public-private-partnerships a {
    color: #ffffff !important;
}

.theme-color-indicator {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 8px;
  flex-shrink: 0;
}

/* Match theme indicator to session block color */
.theme-color-indicator.crisis-management {
  background-color: #154273;
}
.theme-color-indicator.securing-the-chain {
  background-color: #B10034;
}
.theme-color-indicator.human-factor {
  background-color: #01689b;
}
.theme-color-indicator.power-of-partnerships {
  background-color: #0072ba;
}
.theme-color-indicator.future-of-cybersecurity {
  background-color: #007F5C;
}
.theme-color-indicator.core-of-tech {
  background-color: #4B0082;
}
.theme-color-indicator.law-policy {
  background-color: #1b4332;
}
.theme-color-indicator.geopolitics {
  background-color: #806000;
}
.theme-color-indicator.public-private-partnerships {
  background-color: #2e7d32;
}

/* ── 2026 theme slugs ───────────────────────────────────────────────────────
   The taxonomy was renamed (new term slugs), which orphaned the colours that
   were keyed on the old slugs. Each new theme inherits its predecessor's
   (WCAG-AA, white-text) colour. Card background + links + dropdown dot. */
/* Future of Cyber  ← Future of Cybersecurity (forest teal) */
.track-session.future-of-cyber,
.slot.session.future-of-cyber { background-color: #007F5C !important; color: #ffffff !important; }
.track-session.future-of-cyber a,
.slot.session.future-of-cyber a { color: #ffffff !important; }
.theme-color-indicator.future-of-cyber { background-color: #007F5C; }

/* Cyber Governance  ← Law & Policy (dark green) */
.track-session.cyber-governance,
.slot.session.cyber-governance { background-color: #1b4332 !important; color: #ffffff !important; }
.track-session.cyber-governance a,
.slot.session.cyber-governance a { color: #ffffff !important; }
.theme-color-indicator.cyber-governance { background-color: #1b4332; }

/* Critical Systems and Chain Security  ← Securing the Chain (crimson) */
.track-session.critical-systems-and-chain-security,
.slot.session.critical-systems-and-chain-security { background-color: #B10034 !important; color: #ffffff !important; }
.track-session.critical-systems-and-chain-security a,
.slot.session.critical-systems-and-chain-security a { color: #ffffff !important; }
.theme-color-indicator.critical-systems-and-chain-security { background-color: #B10034; }

/* Human Impact  ← Human Factor (Rijksoverheid blue) */
.track-session.human-impact,
.slot.session.human-impact { background-color: #01689b !important; color: #ffffff !important; }
.track-session.human-impact a,
.slot.session.human-impact a { color: #ffffff !important; }
.theme-color-indicator.human-impact { background-color: #01689b; }

.slot.empty.middle{
  width: 4px !important;
  flex: 1;
}

.schedule-header {
  --scroll-x-offset: 0px;
  --fixed-top: 70px;
  --fixed-trigger-offset: 20px; /* starts fixing when header is 20px from top */
}

.schedule-header.fixed {
  position: fixed;
  top: var(--fixed-top, 88px);
  z-index: 20;
  background: #CCE0F1;
  will-change: transform;
}

.slot.session[aria-label="Session Networking Lunch from 12:35 to 13:00"]:not(.break):not(.break--ghost){
  background: #ffe5c0;
}


/* Fake bar track & thumb – matches the middle bar */
.scrollbar.fake-bar {
  height: 14px;                     /* visible track height          */
  background: #e5f0f9;        /* same light track colour you use elsewhere    */
  border-radius: 3px;              /* light-blue track               */
}
.scrollbar.fake-bar::-webkit-scrollbar      { height: 12px; }
.scrollbar.fake-bar::-webkit-scrollbar-thumb{ background:#01689b; border-radius:5px; }
/* Firefox */
.scrollbar.fake-bar{ scrollbar-color:#01689b #e5f0f9; }

#clear-filters-btn{
  border: 0;
}
#clear-filters-btn:hover{
  background-color: #01689b;
  color: #fff;
  border: 0;
}

.mobile-sort-buttons{                       /* flex wrapper (already in markup) */
  display:flex; gap:10px; margin:4px 8px 12px;
}

.sort-btn{                                  /* both buttons share this look   */
  padding:.35rem .9rem;
  border:2px solid #01689b;
  border-radius:20px;
  font-weight:700; font-size:15px;
  color:#01689b; background:#fff;
  transition:.15s;
}
.sort-btn:hover,
.sort-btn.active{                           /* active / hover state           */
  background:#01689b; color:#fff;
}

/* ──────────────────────────────────────────
 *  2 ▸ “time view” overrides (mobile only)
 *     .time-view is toggled in JS
 * ───────────────────────────────────────── */
.time-view .mobile-track{ display:none; }   /* hide orange room-headers       */
.time-view .track-sessions{ margin-top:0; } /* tighten gap                    */
.time-list {
  z-index: 10;
}
.time-view .track-label{                   
  background-color: #fff;
  padding: 4px 10px;
  border-radius: 2px;
  display: inline-block;
  margin-top: 3px;
}

/* default = hidden inside “by room” mode   */
.track-label{
  display:none;
  font-size:11px; font-weight:700;
  color:var(--orange-text); text-transform:uppercase;
  letter-spacing:.02em; margin-bottom:2px;
}

@media (max-width: 768px) {
  .filter-bar{
    flex-direction: column;
    gap: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  .filter-bar{
    margin-bottom: 40px;
  }
  .schedule-tabs-container svg#artifact{
    display: none;
  }
  
}

.vetgedrukt {
  font-weight: 700;
}

.elementor ul.speaker-list {
  list-style: none;
  margin-left: 0;
}

button.contrast-toggle{
  border: 0;
  color: #fff;
  margin-top: -10px;
  margin-left: 10px;
}
[type="button"].contrast-toggle:focus, 
[type="button"].contrast-toggle:hover, 
[type="submit"].contrast-toggle:focus, 
[type="submit"].contrast-toggle:hover, 
button.contrast-toggle:focus, 
button.contrast-toggle:hover {
  background-color: transparent;
}

.contrast-toggle:focus {
  outline: 2px solid #000; /* or a color that contrasts well */
  outline-offset: 2px;
}


.contrast header a,
.contrast header a:hover,
.contrast header a:focus,
.contrast .track .session-speakers a,
.contrast .track a.session-title,
.contrast .elementor-shortcode a.speaker-row,
.contrast .elementor-shortcode a.speaker-row:hover,
body.contrast a.grid-speaker-item,
body.contrast a.grid-speaker-item:hover,
.contrast .schedule-tab.active, 
.contrast .schedule-tab:hover, 
.contrast #schedule-tab-2.active,
.contrast .header-cell,
.contrast button.contrast-toggle,
.contrast h1.elementor-heading-title,
.contrast h2.elementor-heading-title,
.contrast #clear-filters-btn,
.contrast #clear-filters-btn:focus,
.contrast #clear-filters-btn:hover{
  color: #000 !important;
}

.contrast .elementor-13 .elementor-element.elementor-element-83c87ed:not(.elementor-motion-effects-element-type-background), 
.contrast .elementor-13 .elementor-element.elementor-element-83c87ed > .elementor-motion-effects-container > .elementor-motion-effects-layer,
.contrast .elementor-13 .elementor-element.elementor-element-83c87ed:not(.elementor-motion-effects-element-type-background) *, 
.contrast .elementor-13 .elementor-element.elementor-element-83c87ed > .elementor-motion-effects-container > .elementor-motion-effects-layer * {
  background-color: #fff !important;
  color: #000 !important;
}


.contrast .track-stage .zaal{
  color: #fff !important;
}

.contrast .elementor-7 .elementor-element.elementor-element-f88ff2b .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active::before, 
.contrast .elementor-7 .elementor-element.elementor-element-f88ff2b .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active::after,
.contrast .elementor-7 .elementor-element.elementor-element-f88ff2b .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item::before, 
.contrast .elementor-7 .elementor-element.elementor-element-f88ff2b .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item::after{
  background-color: #000 !important;
}
.contrast .elementor-7 .elementor-element.elementor-element-f88ff2b .elementor-nav-menu--main .elementor-item:hover, 
.contrast .elementor-7 .elementor-element.elementor-element-f88ff2b .elementor-nav-menu--main .elementor-item.elementor-item-active, 
.contrast .elementor-7 .elementor-element.elementor-element-f88ff2b .elementor-nav-menu--main .elementor-item.highlighted, 
.contrast .elementor-7 .elementor-element.elementor-element-f88ff2b .elementor-nav-menu--main .elementor-item:focus,
.contrast .elementor-7 .elementor-element.elementor-element-f88ff2b .elementor-nav-menu--main .elementor-item{
  color: #000 !important;
  fill: #000 !important;
}

/* 1) Let the filter row wrap and allow children to shrink */
.schedule-filter-bar .filter-bar{
  display:flex;
  gap:10px;
  flex-wrap: wrap;       /* NEW: may go onto multiple lines */
}
.schedule-filter-bar .filter-group{
  min-width:0;
  flex: 0 1 auto;        /* pills shrink to content; wrap when the row is full */
}

/* 2) Pills sized to their label on desktop/tablet (mobile override below) */
.schedule-filter-bar .filter-button{
  white-space: nowrap;
  inline-size: auto;
}

/* 3) Constrain dropdowns so they never create horizontal overflow */
.schedule-filter-bar .dropdown{
  /* remove hard width and clamp to viewport */
  width:auto;                           /* override old width:300px */
  max-width: min(28rem, calc(100vw - 2rem));
  inset-inline-start: 0;                /* anchor to the left by default */
  inset-inline-end: auto;
  overflow-wrap:anywhere;               /* long terms won’t overflow */
}

/* Optional: keep the rightmost dropdown inside the viewport on mid widths */
.schedule-filter-bar .filter-group:last-child .dropdown{
  inset-inline-start: auto;
  inset-inline-end: 0;                  /* align to the right edge if needed */
}

/* 4) Small screens: stack filters vertically, remove any chance of overflow */
@media (max-width: 768px){
  .schedule-filter-bar{ padding-inline:10px; }
  .schedule-filter-bar .filter-bar{
    flex-direction: column;             /* your rule – keep it */
  }
  .schedule-filter-bar .filter-group{
    flex: 1 1 auto;                     /* full width per row */
  }
  .schedule-filter-bar .filter-button{
    inline-size: 100%;                  /* full-width touch targets */
    white-space: normal;                /* allow label wrap on very narrow */
  }
  .schedule-filter-bar .dropdown{
    position: static;                   /* NEW: dropdowns flow in the doc; no overflow */
    box-shadow: none;
    border: 1px solid #ccc;
    margin-top: 8px;
    max-width: 100%;
  }
}

/* 5) Defensive: prevent any horizontal scroll from this section */
.schedule-tabs-container,
.schedule-filter-bar{
  max-width: 100%;
  overflow-x: clip;  /* or hidden if you prefer; clip avoids scrollbox creation */
}

/* Large screens: make dropdowns content-sized with sensible bounds */
@media (min-width: 1024px){
  .schedule-filter-bar .filter-button{
    inline-size: auto;          /* undo 100% width on large screens */
    white-space: nowrap;        /* tidy button label */
  }
  .schedule-filter-bar .filter-group{
    flex: 0 1 auto;             /* keep buttons compact */
  }

  .schedule-filter-bar .dropdown{
    position: absolute;         /* keep it floating under the button */
    width: auto;                /* shrink to content */
    min-width: 16rem;           /* not too small */
    max-width: 22rem;           /* not too wide */
    /* alternatively, use clamp for fine control:
       inline-size: clamp(16rem, 22vw, 22rem); */
    padding: 14px 16px;
    white-space: normal;        /* allow wrapping inside the panel */
    overflow-wrap: anywhere;    /* long terms won't overflow */
  }

  /* Keep the panel inside the viewport if it's the rightmost filter */
  .schedule-filter-bar .filter-group:last-child .dropdown{
    inset-inline-start: auto;
    inset-inline-end: 0;
  }

  /* If lists can be long, cap height so the panel doesn’t feel huge */
  .schedule-filter-bar .dropdown ul{
    max-height: 40vh;
    overflow: auto;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* prevent line breaks */
  border: 0;
}

/* ────────────────────────────────────────────────────────────────────────
   Compiled Tailwind utilities
   The schedule/speaker views used to load the Tailwind Play CDN
   (<script src="https://cdn.tailwindcss.com">) purely for these utility
   classes. That CDN is a runtime third-party compiler with full DOM access
   on every page view — un-pinnable, un-SRI-able supply-chain risk — and it
   also injects a global Preflight reset that flashed stray lines/boxes on
   reload. The exact utilities the markup uses are compiled here instead, so
   the views drop the CDN <script> entirely. Values mirror Tailwind v3
   defaults (1rem = 4 spacing units; sm=640px, md=768px breakpoints).
   `.hidden` and `.sr-only` are defined above; `.text-blue-deep`,
   `.text-blue01` and `.bg-orange` live earlier in this file.
   ──────────────────────────────────────────────────────────────────────── */

/* display & position */
.flex { display: flex; }
.grid { display: grid; }
.block { display: block; }
.inline-block { display: inline-block; }
.fixed { position: fixed; }
.relative { position: relative; }

/* flex / grid */
.flex-col { flex-direction: column; }
.flex-row { flex-direction: row; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-end { justify-content: flex-end; }
.gap-2 { gap: 0.5rem; }
.gap-4 { gap: 1rem; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }

/* box position */
.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.z-50 { z-index: 50; }

/* spacing — margin */
.m-0 { margin: 0; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-10 { margin-top: 2.5rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.ml-auto { margin-left: auto; }
.mr-1 { margin-right: 0.25rem; }
.mr-2 { margin-right: 0.5rem; }
.mr-10 { margin-right: 2.5rem; }
.space-y-4 > * + * { margin-top: 1rem; }

/* spacing — padding */
.p-0 { padding: 0; }
.p-2 { padding: 0.5rem; }
.p-4 { padding: 1rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }

/* sizing */
.w-full { width: 100%; }
.w-1\/2 { width: 50%; }
.h-64 { height: 16rem; }

/* background */
.bg-white { background-color: #fff; }
.bg-black\/50 { background-color: rgba(0, 0, 0, 0.5); }
.bg-orange-600 { background-color: #ea580c; }

/* border & radius */
.border-0 { border-width: 0; }
.rounded-md { border-radius: 0.375rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-3xl { border-radius: 1.5rem; }
.rounded-tl { border-top-left-radius: 0.25rem; }
.rounded-tr { border-top-right-radius: 0.25rem; }
.rounded-tl-lg { border-top-left-radius: 0.5rem; }
.rounded-tr-lg { border-top-right-radius: 0.5rem; }
.rounded-bl-lg { border-bottom-left-radius: 0.5rem; }
.rounded-br-lg { border-bottom-right-radius: 0.5rem; }

/* effects */
.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
              0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

/* typography */
.text-center { text-align: center; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-white { color: #fff; }
.text-black { color: #000; }
.text-gray-500 { color: #6b7280; }
.text-orange-600 { color: #ea580c; }
.font-bold { font-weight: 700; }
.italic { font-style: italic; }
.no-underline { text-decoration: none; }
.list-none { list-style: none; }
.overflow-hidden { overflow: hidden; }
.object-cover { object-fit: cover; }

/* Heading reset — Tailwind Preflight used to normalise h1–h6 to
   `font-size: inherit; font-weight: inherit; margin: 0` page-wide. Removing
   the CDN took that with it, so the grid's <h3>/<h4> session-title wrappers
   (and the mobile track <h3>) fell back to the browser's oversized, bold
   heading defaults. Re-apply that reset, but scoped to the programme
   containers only (mirrors the font-family scope above) so we don't restyle
   the rest of the Elementor page or reintroduce a global flash. The visible
   bold lives on the inner `.session-title.font-bold`, so inheriting weight
   here is intentional. */
.schedule-tabs-container :is(h1, h2, h3, h4, h5, h6),
.schedule-container :is(h1, h2, h3, h4, h5, h6),
.schedule-mobile-container :is(h1, h2, h3, h4, h5, h6) {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* responsive variants */
@media (min-width: 640px) {
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 768px) {
  .md\:hidden { display: none; }
  .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
