.elementor-1841 .elementor-element.elementor-element-f8a07fb{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;}.elementor-1841 .elementor-element.elementor-element-c8aebc4 .elementor-heading-title{color:var( --e-global-color-481e38a );}.elementor-1841 .elementor-element.elementor-element-0fa7a2c{--spacer-size:50px;}.elementor-1841 .elementor-element.elementor-element-552d180{--spacer-size:50px;}/* Start custom CSS for html, class: .elementor-element-b31b6f7 *//* ============================================================
   VERTILAB WEDSTRIJD LANDINGSPAGINA — CUSTOM CSS FIX (WordPress)
   ============================================================
   HOE TE GEBRUIKEN:
   1. Wrap ALLE HTML van deze pagina in één extra div:
        <div class="vl-wedstrijd">
          ... (alle bestaande HTML hier, ongewijzigd) ...
        </div>
   2. Plak dit CSS-bestand in WordPress Customizer > Extra CSS
      (of in een <style> blok bovenaan je custom HTML-blok).
   ============================================================ */

.vl-wedstrijd,
.vl-wedstrijd *,
.vl-wedstrijd *::before,
.vl-wedstrijd *::after {
  box-sizing: border-box !important;
}

.vl-wedstrijd {
  --navy:      #1e3040;
  --navy-mid:  #243545;
  --green-h:   #7a9e4e;
  --green-btn: #6b8c3e;
  --green-dk:  #2d4a1e;
  --olive:     #8fa45a;
  --white:     #ffffff;
  --card-bg:   #263d52;
  --card-border: rgba(255,255,255,.08);
  --text-light: rgba(255,255,255,.82);
  --bg-page:   #f4f6f2;
  --bg-white:  #ffffff;
  --bg-light:  #eef2ea;
  --text-body: #1e3040;
  --text-mid:  #3d5240;
  --text-soft: #6b7c6d;
  --border:    rgba(30,48,64,.12);
  --shadow:    0 4px 20px rgba(30,48,64,.08);
  --r:         10px;

  font-family: 'DM Sans', sans-serif !important;
  background: var(--bg-page);
  color: var(--text-body);
  line-height: 1.65 !important;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

/* ---- Reset thema-invloeden ---- */
.vl-wedstrijd h1,
.vl-wedstrijd h2,
.vl-wedstrijd h3,
.vl-wedstrijd h4 {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.1 !important;
  font-weight: 400;
}
.vl-wedstrijd p { margin: 0 !important; }
.vl-wedstrijd a {
  text-decoration: none !important;
  border-bottom: none !important;
  background: none !important;
}
.vl-wedstrijd img { max-width: 100%; display: block; }
.vl-wedstrijd ul, .vl-wedstrijd ol {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.vl-wedstrijd button {
  font-family: inherit;
  border: none;
  background: none;
}

/* ---- NAV ---- */
.vl-wedstrijd .site-nav {
  background: var(--bg-white);
  border-bottom: 1px solid var(--border);
  padding: 0 56px !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between !important;
  height: 70px !important;
  position: sticky;
  top: 0;
  z-index: 200;
  box-shadow: 0 2px 10px rgba(30,48,64,.06);
}
.vl-wedstrijd .nav-logo img { height: 38px !important; }
.vl-wedstrijd .nav-menu {
  display: flex !important;
  gap: 28px;
}
.vl-wedstrijd .nav-menu a {
  color: var(--text-mid) !important;
  font-size: .86rem;
  font-weight: 500;
  transition: color .2s;
}
.vl-wedstrijd .nav-menu a:hover { color: var(--green-btn) !important; }
.vl-wedstrijd .nav-cta {
  background: var(--green-btn) !important;
  color: var(--white) !important;
  padding: 10px 24px !important;
  border-radius: 6px;
  font-size: .86rem;
  font-weight: 600;
  transition: background .2s;
}
.vl-wedstrijd .nav-cta:hover { background: var(--green-dk) !important; }

/* ---- HERO ---- */
.vl-wedstrijd .hero {
  background: var(--navy);
  position: relative;
  overflow: hidden;
  min-height: 520px !important;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
}
.vl-wedstrijd .hero-cityscape {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top;
}
.vl-wedstrijd .hero-content {
  position: relative;
  z-index: 2;
  padding: 60px 56px 0 !important;
  background: linear-gradient(to bottom,transparent 0%,rgba(30,48,64,.15) 30%,rgba(30,48,64,.6) 60%,var(--navy) 100%);
}
.vl-wedstrijd .hero-label {
  display: inline-block !important;
  color: var(--green-h) !important;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 16px !important;
}
.vl-wedstrijd .hero h1 {
  font-family: 'DM Serif Display', serif !important;
  font-size: clamp(3rem,6vw,5.5rem) !important;
  line-height: 1.0 !important;
  color: var(--olive) !important;
}
.vl-wedstrijd .hero h1 .line2 { color: var(--white) !important; display: block !important; }
.vl-wedstrijd .hero-sub {
  color: var(--text-light) !important;
  font-size: .97rem;
  max-width: 680px;
  line-height: 1.75 !important;
  margin: 22px 0 36px !important;
}
.vl-wedstrijd .hero-stats {
  display: grid !important;
  grid-template-columns: repeat(3,1fr) !important;
  gap: 12px;
  margin-bottom: 0;
}
.vl-wedstrijd .stat-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--r);
  padding: 18px 22px !important;
  color: var(--white) !important;
  font-size: 1rem;
  font-weight: 500;
}
.vl-wedstrijd .hero-actions {
  background: var(--navy-mid);
  padding: 22px 56px !important;
  display: flex !important;
  justify-content: flex-end;
  gap: 14px;
  position: relative;
  z-index: 2;
}
.vl-wedstrijd .btn-outline-light {
  background: transparent;
  color: var(--text-light) !important;
  border: 1px solid rgba(255,255,255,.25);
  padding: 11px 28px !important;
  border-radius: 6px;
  font-size: .88rem;
  font-weight: 500;
  transition: border-color .2s, color .2s;
}
.vl-wedstrijd .btn-outline-light:hover { border-color: rgba(255,255,255,.6); color: var(--white) !important; }
.vl-wedstrijd .btn-hero-cta {
  background: var(--green-btn) !important;
  color: var(--white) !important;
  padding: 11px 28px !important;
  border-radius: 6px;
  font-size: .88rem;
  font-weight: 600;
  transition: background .2s;
}
.vl-wedstrijd .btn-hero-cta:hover { background: var(--green-dk) !important; }

/* ---- LAYOUT ---- */
.vl-wedstrijd .section { padding: 80px 0 !important; }
.vl-wedstrijd .wrap {
  max-width: 1080px !important;
  margin: 0 auto !important;
  padding: 0 56px !important;
}
.vl-wedstrijd .center { text-align: center; }
.vl-wedstrijd .eyebrow {
  display: block !important;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--green-btn) !important;
  margin-bottom: 10px !important;
}
.vl-wedstrijd h2.sec-title {
  font-family: 'DM Serif Display', serif !important;
  font-size: clamp(1.8rem,3vw,2.5rem) !important;
  color: var(--text-body) !important;
  line-height: 1.15 !important;
  margin-bottom: 14px !important;
}
.vl-wedstrijd .sec-sub {
  font-size: .97rem;
  color: var(--text-soft) !important;
  max-width: 540px;
  line-height: 1.8 !important;
  margin-bottom: 48px !important;
}
.vl-wedstrijd .center .sec-sub { margin-left: auto !important; margin-right: auto !important; }
.vl-wedstrijd .band-white { background: var(--bg-white); }
.vl-wedstrijd .band-light { background: var(--bg-light); }
.vl-wedstrijd .band-navy { background: var(--navy); }

/* ---- INTRO ---- */
.vl-wedstrijd .intro-2col {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 64px;
  align-items: center;
}
.vl-wedstrijd .intro-2col p {
  font-size: 1rem;
  color: var(--text-mid) !important;
  line-height: 1.85 !important;
  margin-bottom: 18px !important;
}
.vl-wedstrijd .check-list {
  display: flex !important;
  flex-direction: column;
  gap: 11px;
  margin-top: 4px !important;
}
.vl-wedstrijd .check-list li {
  display: flex !important;
  align-items: flex-start;
  gap: 11px;
  font-size: .95rem;
  color: var(--text-mid) !important;
}
.vl-wedstrijd .check-list li::before {
  content: '✓';
  background: var(--green-btn);
  color: var(--white);
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .65rem;
  font-weight: 800;
  margin-top: 2px;
  flex-shrink: 0;
}

/* ---- CATEGORIE-KAARTEN ---- */
.vl-wedstrijd .cats-grid {
  display: grid !important;
  grid-template-columns: repeat(3,1fr) !important;
  gap: 18px;
}
.vl-wedstrijd .cat-card {
  background: var(--bg-white);
  border-radius: var(--r);
  border: 1px solid var(--border);
  padding: 34px 26px !important;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
  transition: transform .25s, box-shadow .25s;
}
.vl-wedstrijd .cat-card:hover { transform: translateY(-5px); box-shadow: 0 14px 36px rgba(30,48,64,.12); }
.vl-wedstrijd .cat-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--green-btn);
}
.vl-wedstrijd .cat-ghost {
  position: absolute; top: 12px; right: 18px;
  font-family: 'DM Serif Display', serif !important;
  font-size: 5.5rem; color: var(--bg-light); line-height: 1;
  pointer-events: none; user-select: none;
}
.vl-wedstrijd .cat-pill {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  background: var(--bg-light);
  padding: 5px 12px 5px 5px !important;
  border-radius: 50px;
  margin-bottom: 16px !important;
}
.vl-wedstrijd .cat-num {
  background: var(--green-btn);
  color: var(--white) !important;
  width: 26px; height: 26px;
  border-radius: 50%;
  font-family: 'DM Serif Display', serif !important;
  font-size: .95rem;
  display: flex; align-items: center; justify-content: center;
}
.vl-wedstrijd .cat-pill span {
  font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--text-soft) !important;
}
.vl-wedstrijd .cat-card h3 {
  font-family: 'DM Serif Display', serif !important;
  font-size: 1.35rem;
  color: var(--text-body) !important;
  margin-bottom: 16px !important;
  line-height: 1.25 !important;
}
.vl-wedstrijd .cat-card ul {
  display: flex !important;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px !important;
}
.vl-wedstrijd .cat-card ul li {
  font-size: .87rem;
  color: var(--text-soft) !important;
  padding-left: 14px !important;
  position: relative;
  line-height: 1.5 !important;
}
.vl-wedstrijd .cat-card ul li::before {
  content: '—'; position: absolute; left: 0; color: #b0bdb2; font-size: .75rem; top: 1px;
}
.vl-wedstrijd .cat-price {
  font-family: 'DM Serif Display', serif !important;
  font-size: 1.5rem;
  color: var(--text-body) !important;
}
.vl-wedstrijd .cat-price small {
  font-family: 'DM Sans', sans-serif !important;
  font-size: .75rem;
  color: var(--text-soft) !important;
  margin-left: 4px !important;
}
.vl-wedstrijd .incl-box {
  background: var(--navy);
  border-radius: var(--r);
  padding: 36px 44px !important;
  margin-top: 18px !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px 40px;
}
.vl-wedstrijd .incl-box h4 {
  font-family: 'DM Serif Display', serif !important;
  font-size: 1.15rem;
  color: var(--white) !important;
  grid-column: 1/-1;
  margin-bottom: 6px !important;
}
.vl-wedstrijd .incl-item {
  display: flex !important;
  align-items: center;
  gap: 9px;
  color: rgba(255,255,255,.75) !important;
  font-size: .88rem;
}
.vl-wedstrijd .incl-item::before {
  content: '✓'; background: var(--green-btn); color: var(--white);
  width: 18px; height: 18px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .6rem; font-weight: 800; flex-shrink: 0;
}

/* ---- STAPPEN ---- */
.vl-wedstrijd .steps-row {
  display: grid !important;
  grid-template-columns: repeat(4,1fr) !important;
  gap: 0;
  position: relative;
}
.vl-wedstrijd .steps-row::before {
  content: ''; position: absolute; top: 26px; left: 12%; right: 12%; height: 1px; background: rgba(30,48,64,.15);
}
.vl-wedstrijd .step { text-align: center; padding: 0 14px !important; }
.vl-wedstrijd .step-dot {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--bg-white);
  border: 2px solid var(--green-btn);
  color: var(--green-btn) !important;
  font-family: 'DM Serif Display', serif !important;
  font-size: 1.25rem;
  display: flex !important; align-items: center; justify-content: center;
  margin: 0 auto 18px !important;
  position: relative; z-index: 1;
  transition: background .2s, color .2s;
}
.vl-wedstrijd .step:hover .step-dot { background: var(--green-btn); color: var(--white) !important; }
.vl-wedstrijd .step h4 {
  font-weight: 600; font-size: .95rem; color: var(--text-body) !important; margin-bottom: 7px !important;
}
.vl-wedstrijd .step p { font-size: .83rem; color: var(--text-soft) !important; line-height: 1.65 !important; }
.vl-wedstrijd .step-badge {
  display: inline-block !important;
  margin-top: 9px !important;
  padding: 3px 11px !important;
  background: rgba(107,140,62,.12);
  color: var(--green-btn) !important;
  border-radius: 50px;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* ---- JURY ---- */
.vl-wedstrijd .jury-criteria-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 14px;
  margin-bottom: 32px !important;
}
.vl-wedstrijd .jury-crit {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 20px 22px !important;
  box-shadow: var(--shadow);
}
.vl-wedstrijd .jury-crit-top {
  display: flex !important;
  align-items: center;
  gap: 10px;
  margin-bottom: 7px !important;
}
.vl-wedstrijd .jury-pts {
  background: var(--green-btn);
  color: var(--white) !important;
  font-size: .72rem;
  font-weight: 700;
  padding: 3px 9px !important;
  border-radius: 50px;
  white-space: nowrap;
}
.vl-wedstrijd .jury-crit-name { font-weight: 600; font-size: .95rem; color: var(--text-body) !important; }
.vl-wedstrijd .jury-crit p { font-size: .84rem; color: var(--text-soft) !important; line-height: 1.55 !important; }
.vl-wedstrijd .jury-block { margin-bottom: 32px !important; }
.vl-wedstrijd .jury-block-label {
  font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--green-btn) !important; margin-bottom: 14px !important;
}
.vl-wedstrijd .score-verdeling {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: var(--navy);
  border-radius: var(--r);
  padding: 32px 40px !important;
  margin-bottom: 32px !important;
}
.vl-wedstrijd .score-block { text-align: center; }
.vl-wedstrijd .score-pct {
  font-family: 'DM Serif Display', serif !important;
  font-size: 3.2rem;
  line-height: 1 !important;
}
.vl-wedstrijd .score-jury .score-pct { color: var(--olive) !important; }
.vl-wedstrijd .score-pub .score-pct { color: rgba(255,255,255,.6) !important; }
.vl-wedstrijd .score-lbl {
  font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-top: 4px !important;
}
.vl-wedstrijd .score-jury .score-lbl { color: rgba(255,255,255,.5) !important; }
.vl-wedstrijd .score-pub .score-lbl { color: rgba(255,255,255,.4) !important; }
.vl-wedstrijd .score-plus {
  font-family: 'DM Serif Display', serif !important;
  font-size: 2rem; color: rgba(255,255,255,.25) !important;
}
.vl-wedstrijd .jury-members-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 14px;
}
.vl-wedstrijd .jury-member {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 18px 20px !important;
  box-shadow: var(--shadow);
}
.vl-wedstrijd .jury-member-title { font-weight: 600; font-size: .93rem; color: var(--text-body) !important; margin-bottom: 4px !important; }
.vl-wedstrijd .jury-member-sub { font-size: .82rem; color: var(--text-soft) !important; }

/* ---- WEBINARS ---- */
.vl-wedstrijd .webinars-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 18px;
}
.vl-wedstrijd .w-card {
  background: var(--bg-white);
  border-radius: var(--r);
  border: 1px solid var(--border);
  padding: 30px 26px !important;
  box-shadow: var(--shadow);
  transition: transform .2s, box-shadow .2s;
}
.vl-wedstrijd .w-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(30,48,64,.1); }
.vl-wedstrijd .w-datum {
  font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--green-btn) !important; margin-bottom: 9px !important;
}
.vl-wedstrijd .w-card h3 {
  font-family: 'DM Serif Display', serif !important;
  font-size: 1.15rem;
  color: var(--text-body) !important;
  margin-bottom: 10px !important;
  line-height: 1.3 !important;
}
.vl-wedstrijd .w-card p { font-size: .87rem; color: var(--text-soft) !important; line-height: 1.7 !important; margin-bottom: 16px !important; }
.vl-wedstrijd .w-tags {
  display: flex !important;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 20px !important;
}
.vl-wedstrijd .w-tags span {
  font-size: .75rem; background: var(--bg-light); color: var(--text-soft) !important; padding: 4px 11px !important; border-radius: 50px;
}
.vl-wedstrijd .btn-sec {
  display: inline-block !important;
  background: var(--green-btn) !important;
  color: var(--white) !important;
  padding: 9px 20px !important;
  border-radius: 6px;
  font-size: .84rem;
  font-weight: 600;
  transition: background .2s;
}
.vl-wedstrijd .btn-sec:hover { background: var(--green-dk) !important; }

/* ---- TIJDLIJN ---- */
.vl-wedstrijd .timeline-list {
  display: flex !important;
  flex-direction: column;
  gap: 0;
  max-width: 720px;
  margin: 0 auto !important;
  position: relative;
}
.vl-wedstrijd .timeline-list::before {
  content: ''; position: absolute; left: 110px; top: 16px; bottom: 16px; width: 2px; background: rgba(107,140,62,.2);
}
.vl-wedstrijd .tl-item {
  display: grid !important;
  grid-template-columns: 110px 20px 1fr !important;
  gap: 0 20px;
  align-items: flex-start;
  padding: 12px 0 !important;
}
.vl-wedstrijd .tl-date {
  text-align: right;
  font-size: .8rem;
  font-weight: 700;
  color: var(--green-btn) !important;
  line-height: 1.3 !important;
  padding-top: 2px !important;
}
.vl-wedstrijd .tl-dot { display: flex !important; flex-direction: column; align-items: center; position: relative; }
.vl-wedstrijd .tl-dot-circle {
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--green-btn);
  border: 3px solid var(--bg-light);
  flex-shrink: 0; position: relative; z-index: 1;
}
.vl-wedstrijd .tl-card {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 16px 20px !important;
  box-shadow: var(--shadow);
  margin-bottom: 4px !important;
}
.vl-wedstrijd .tl-card h4 { font-weight: 600; font-size: .95rem; color: var(--text-body) !important; margin-bottom: 5px !important; }
.vl-wedstrijd .tl-card p { font-size: .84rem; color: var(--text-soft) !important; line-height: 1.55 !important; }
.vl-wedstrijd .tl-card a { color: var(--green-btn) !important; }
.vl-wedstrijd .tl-card a:hover { text-decoration: underline !important; }

/* ---- NIEUWSBRIEF ---- */
.vl-wedstrijd .nl-2col {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 64px;
  align-items: center;
}
.vl-wedstrijd .nl-form { display: flex !important; flex-direction: column; gap: 11px; }
.vl-wedstrijd .nl-form input {
  padding: 13px 15px !important;
  border-radius: 6px;
  border: 1.5px solid var(--border) !important;
  background: var(--bg-white) !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: .93rem;
  color: var(--text-body) !important;
  outline: none !important;
  transition: border-color .2s;
  width: 100%;
}
.vl-wedstrijd .nl-form input:focus { border-color: var(--green-btn) !important; box-shadow: 0 0 0 3px rgba(107,140,62,.1); }
.vl-wedstrijd .nl-form input::placeholder { color: #a8b5aa; }
.vl-wedstrijd .nl-check { display: flex !important; align-items: flex-start; gap: 9px; }
.vl-wedstrijd .nl-check input[type=checkbox] {
  width: 15px !important; height: 15px !important; margin-top: 3px !important; accent-color: var(--green-btn); flex-shrink: 0;
}
.vl-wedstrijd .nl-check label { font-size: .81rem; color: var(--text-soft) !important; line-height: 1.5 !important; }
.vl-wedstrijd .nl-check a { color: var(--green-btn) !important; }
.vl-wedstrijd .btn-submit {
  width: 100%;
  padding: 14px !important;
  background: var(--green-btn) !important;
  color: var(--white) !important;
  border-radius: 6px;
  font-family: 'DM Sans', sans-serif !important;
  font-size: .95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s, transform .15s;
}
.vl-wedstrijd .btn-submit:hover { background: var(--green-dk) !important; transform: translateY(-1px); }
.vl-wedstrijd .btn-primary {
  display: inline-block !important;
  background: var(--green-btn) !important;
  color: var(--white) !important;
  padding: 13px 32px !important;
  border-radius: 6px;
  font-weight: 600;
  font-size: .95rem;
  transition: background .2s, transform .15s;
  margin-top: 8px !important;
}
.vl-wedstrijd .btn-primary:hover { background: var(--green-dk) !important; transform: translateY(-1px); }

/* ---- SUPPORT + FOOTER ---- */
.vl-wedstrijd .support-bar {
  background: var(--bg-white);
  border-top: 1px solid var(--border);
  padding: 22px 56px !important;
  display: flex !important;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.vl-wedstrijd .support-bar p { font-size: .8rem; color: var(--text-soft) !important; flex: 1; }
.vl-wedstrijd .support-bar img { height: 32px !important; }
.vl-wedstrijd footer {
  background: var(--navy);
  padding: 24px 56px !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.vl-wedstrijd footer img { height: 28px !important; filter: brightness(0) invert(1); opacity: .75; }
.vl-wedstrijd footer p { color: rgba(255,255,255,.4) !important; font-size: .78rem; }
.vl-wedstrijd footer a { color: rgba(255,255,255,.35) !important; }
.vl-wedstrijd footer a:hover { color: rgba(255,255,255,.7) !important; }

/* ---- RESPONSIVE ---- */
@media (max-width: 860px) {
  .vl-wedstrijd .site-nav { padding: 0 20px !important; }
  .vl-wedstrijd .nav-menu { display: none !important; }
  .vl-wedstrijd .hero-content,
  .vl-wedstrijd .hero-actions { padding-left: 20px !important; padding-right: 20px !important; }
  .vl-wedstrijd .hero-stats { grid-template-columns: 1fr !important; }
  .vl-wedstrijd .wrap { padding: 0 20px !important; }
  .vl-wedstrijd .intro-2col,
  .vl-wedstrijd .nl-2col { grid-template-columns: 1fr !important; gap: 32px; }
  .vl-wedstrijd .cats-grid,
  .vl-wedstrijd .jury-criteria-grid,
  .vl-wedstrijd .jury-members-grid { grid-template-columns: 1fr !important; }
  .vl-wedstrijd .incl-box { grid-template-columns: 1fr !important; padding: 24px 20px !important; }
  .vl-wedstrijd .steps-row { grid-template-columns: 1fr 1fr !important; gap: 28px; }
  .vl-wedstrijd .steps-row::before { display: none; }
  .vl-wedstrijd .webinars-grid { grid-template-columns: 1fr !important; }
  .vl-wedstrijd .timeline-list::before { left: 80px; }
  .vl-wedstrijd .tl-item { grid-template-columns: 80px 20px 1fr !important; }
  .vl-wedstrijd footer,
  .vl-wedstrijd .support-bar { padding: 20px !important; }
  .vl-wedstrijd .score-verdeling { padding: 24px 20px !important; }
}/* End custom CSS */