@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&family=Poppins:wght@400;500;600;700&display=swap');

:root{
  --wpv-font-heading: 'Open Sans', ui-sans-serif, system-ui, sans-serif;
  --wpv-font-body: 'Poppins', ui-sans-serif, system-ui, sans-serif;

  --wpv-blue: #024072;     /* donkerblauw */
  --wpv-blue-50:#e9ebf4;   /* lichte blauwe tint voor nowbar */
  --wpv-orange:#f2664f;    /* oranje labels/knoppen */
  --wpv-gray-50:#f4f5f7;   /* hero-balk bg */
  --wpv-gray-200:#e5e7eb;  /* borders */
  --wpv-fg:#111827; --wpv-muted:#6b7280; --wpv-bg:#ffffff;

  --wpv-rad:0; --wpv-pad:1rem; --wpv-gap:1.25rem; --wpv-maxw:1200px;

  /* Dynamische uitlijning variabelen */
  /* Nowbar variabelen - niet meer nodig met ghost nowbar oplossing */
  /* --wpv-nowbar-height:55px; */
  --wpv-nowbar-margin:35px; /* Wordt nog gebruikt voor margin-bottom */
  /* --wpv-sidebar-offset:calc(var(--wpv-nowbar-height) + var(--wpv-nowbar-margin)); */
}
/* WebinarGeek formulier aanpassing */
.geek-frame-holder, .geek-iframe-0{width:100%!important;}

/* Body scroll lock alleen voor modal */
body.wpv-no-scroll{ overflow:hidden !important; }

/* Scoped container en typography binnen wrapper */
.wpvodify-wrapper,
.wpvodify-shortcode-wrapper{
  font-family:var(--wpv-font-body);
  color:var(--wpv-fg);
  line-height:1.5;
}
.wpvodify-wrapper .wpv-container{ max-width:var(--wpv-maxw); margin:0 auto; padding:0 25px; }

/* Titels gebruiken Open Sans, font-weight 700 - scoped binnen wrapper */
.wpvodify-wrapper h1,
.wpvodify-wrapper h2,
.wpvodify-wrapper h3,
.wpvodify-wrapper h4,
.wpvodify-wrapper h5,
.wpvodify-wrapper h6,
.wpvodify-wrapper .wpv-title-blue,
.wpvodify-wrapper .wpv-section-title,
.wpvodify-wrapper .wpv-now-title,
.wpvodify-wrapper .wpv-pr-name,
.wpvodify-shortcode-wrapper h1,
.wpvodify-shortcode-wrapper h2,
.wpvodify-shortcode-wrapper h3,
.wpvodify-shortcode-wrapper h4,
.wpvodify-shortcode-wrapper h5,
.wpvodify-shortcode-wrapper h6,
.wpvodify-shortcode-wrapper .wpv-section-title,
.wpvodify-shortcode-wrapper .wpv-home-title,
.wpvodify-shortcode-wrapper .wpv-card-title { font-family:var(--wpv-font-heading); font-weight:700; }

/* HERO BAR - alle fonts Open Sans - scoped */
.wpvodify-wrapper .wpv-hero-bar{ background:#e9ebf4; padding:32px 0; border-bottom:none; font-family:var(--wpv-font-heading); }
.wpvodify-wrapper .wpv-hero-grid{ display:grid; grid-template-columns: 25% 75%; gap:40px; align-items:start; }
@media (max-width: 680px){
  .wpvodify-wrapper .wpv-hero-grid{
    grid-template-columns: 1fr;
    gap:20px;
  }
}
.wpvodify-wrapper .wpv-hero-left{
  overflow:hidden;
  width:100%;
}
.wpvodify-wrapper .wpv-hero-right{
  overflow:hidden;
  width:100%;
  max-width:100%;
  word-wrap:break-word;
}
.wpvodify-wrapper .wpv-hero-logo{ width:100%; height:auto; display:block; object-fit:contain; }
.wpvodify-wrapper .wpv-ondemand-kicker{
  color:#E4932D;
  font-weight:700;
  text-transform:none;
  letter-spacing:normal;
  margin-bottom:8px;
  font-size: clamp(24px, 2.1vw + 15.5px, 36px); /* Begint te schalen vanaf ~980px */
  line-height:1.2;
  word-wrap:break-word;
  max-width:100%;
}
.wpvodify-wrapper .wpv-live-kicker{
  color: #E4932D;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.02em;
  margin-bottom:4px;
  display:flex;
  align-items:center;
  gap:6px;
}
.wpvodify-wrapper .wpv-announcement-kicker{
  color: #E4932D;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.02em;
  margin-bottom:4px;
}
.wpvodify-wrapper .wpv-waiting-kicker{
  color: #E4932D;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.02em;
  margin-bottom:4px;
}

/* Live pulse animation */
.wpv-live-pulse{ width:8px; height:8px; background:#ef4444; border-radius:50%; animation:pulse 1.5s ease-in-out infinite; }
@keyframes pulse{
  0%, 100%{ opacity:1; transform:scale(1); }
  50%{ opacity:.6; transform:scale(1.2); }
}
.wpv-title-blue{
  color:var(--wpv-blue);
  font-size: clamp(20px, 1.6vw + 12px, 28px); /* Schaalt van 20px tot 28px */
  margin:0 0 12px;
  padding-right:25px;
  line-height:1.25;
  font-weight:700;
  word-wrap:break-word;
  overflow-wrap:break-word;
  max-width:100%;
}

/* Subtitle onder de titel */
.wpv-subtitle{
  color: #024072;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 16px;
  padding-right: 25px;
  font-weight: 400;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  font-family: 'Open Sans', sans-serif;
}

.wpv-date{
  display:flex;
  gap:10px;
  align-items:center;
  color:#024072;
  font-weight:700;
  font-size: 24px;
  flex-wrap:wrap;
  max-width:100%;
}
.wpv-cal{
  color:var(--wpv-orange);
  width: clamp(22px, 2.2vw + 14.5px, 36px); /* Schaalt mee met font size vanaf ~980px */
  height: clamp(22px, 2.2vw + 14.5px, 36px);
}

/* GRID */
.wpv-body{ padding:28px 0; }
.wpv-grid-2{
  display:grid;
  grid-template-columns: 1fr;
  gap:24px;
  margin-top:0; /* Geen margin meer nodig, nowbar zit nu binnen col-main */
}
@media (min-width: 980px){
  .wpv-grid-2{
    grid-template-columns: 60% 1fr; /* Linker kolom 60%, rechter kolom neemt rest */
    gap:6%; /* Gap ook percentage voor proportionele schaling */
    max-width:100%;
  }
}
/* Tablet view: behoud verhoudingen maar verklein gap */
@media (min-width: 768px) and (max-width: 979px){
  .wpv-grid-2{
    grid-template-columns: 1fr; /* Eén kolom op tablets */
    gap:40px;
  }
}
.wpv-col-main{
  display:flex;
  flex-direction:column;
  gap:24px;
  padding:0; /* Zorg dat er geen extra padding is */
  width:100%; /* Gebruik volledige breedte van grid kolom */
}
.wpv-col-side{
  display:flex;
  flex-direction:column;
  gap:48px;
}

/* PLAYER - volledige breedte, breekt uit container */
.wpv-aspect-16x9{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  padding-top:56.25%;
  border-radius:var(--wpv-rad);
  overflow:hidden;
  background:#000;
}
@media (min-width: 1232px){
  .wpv-aspect-16x9{
    width:100%;
    margin-left:0;
  }
}
.wpv-aspect-16x9 iframe{ position:absolute; inset:0; width:100%; height:100%; }

/* Video thumbnail + play overlay (voor locked state) */
.wpv-player-thumbnail{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.wpv-play-overlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent;
  border:0;
  cursor:pointer;
  transition:opacity 0.3s ease;
}
.wpv-play-overlay:hover{
  opacity:0.8;
}
.wpv-play-icon{
  filter:drop-shadow(0 4px 12px rgba(0,0,0,0.3));
  transition:transform 0.2s ease;
}
.wpv-play-overlay:hover .wpv-play-icon{
  transform:scale(1.1);
}

/* Legacy CTA button (niet meer in gebruik) */
.wpv-play-cta{ position:absolute; inset:auto auto 16px 16px; display:inline-flex; align-items:center; gap:8px;
  background:var(--wpv-orange); color:#fff; border:0; border-radius:999px; padding:10px 14px; font-weight:700; box-shadow:0 8px 22px rgba(242,102,79,.35); }

/* NOW PLAYING bar - nu binnen col-main, dus automatisch juiste breedte */
.wpv-nowbar{
  background:var(--wpv-blue-50);
  color:var(--wpv-fg);
  border-radius:var(--wpv-rad);
  padding:14px 25px;
  margin-top:0;
  margin-bottom:var(--wpv-nowbar-margin); /* Gebruik CSS variabele */
  width:100%;
  box-sizing:border-box; /* Zorg dat padding binnen de width valt */
}

/* Tussen 980-1231px: nowbar breekt mee uit naar links met de video */
@media (min-width: 980px) and (max-width: 1231px){
  .wpv-col-main .wpv-nowbar{
    /* Breek uit de col-main container naar links */
    margin-left:calc((50vw - 50%) * -1);
    /* Width moet totaal zijn inclusief originele padding */
    width:calc(100% + (50vw - 50%));
    /* Extra padding links voor uitlijning met content */
    padding-left:calc((50vw - 50%) + 25px);
    border-radius:0;
  }
}

/* Kleine schermen: volledige viewport breedte */
@media (max-width: 979px){
  .wpv-nowbar{
    /* Breek uit naar viewport randen */
    width:calc(100% + 50px); /* Compenseer voor container padding */
    margin-left:-25px;
    padding-left:50px; /* 25px container + 25px originele padding */
    padding-right:50px; /* 25px container + 25px originele padding */
    border-radius:0;
  }
}
.wpv-now-kicker{font-family:var(--wpv-font-heading); color:var(--wpv-orange); font-weight:700; letter-spacing:.02em; margin-bottom:2px; font-size:24px;}
.wpv-now-title{ font-weight:700; font-size:18px; color:var(--wpv-blue); text-transform:none; }
.wpv-now-meta{ color:var(--wpv-muted); font-size:14px; padding-top:6px;}

/* Ghost nowbar voor perfecte kolom uitlijning */
.wpv-nowbar-ghost {
  visibility: hidden;
  background: transparent;
  padding: 14px 25px; /* Exact dezelfde padding als echte nowbar */
  margin-top: 0;
  margin-bottom: var(--wpv-nowbar-margin); /* Zelfde margin als echte nowbar (35px) */
  border-radius: 8px;
  font-family: var(--wpv-font-heading);
  box-sizing: border-box;
}
.wpv-nowbar-ghost .wpv-now-kicker{ font-size:24px; margin-bottom:2px; }
.wpv-nowbar-ghost .wpv-now-title{ font-size:18px; }
.wpv-nowbar-ghost .wpv-now-meta{ font-size: inherit; }

/* Verberg ghost nowbar op mobiel (niet nodig daar) */
@media (max-width: 979px){
  .wpv-nowbar-ghost {
    display: none;
  }
}

/* Presenters list */
.wpv-section-title{
  font-weight:700;
  color:#F2664F;
  margin:0 0 20px 0;
  font-size:29px;
  font-family: 'Open Sans', sans-serif;
}
.wpv-presenters{
  display:flex;
  flex-direction:column;
  gap:20px;
  width:100%;
}
.wpv-presenter-row{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:flex-start;
  width:100%;
}
@media (max-width: 650px){
  .wpv-presenter-row{
    flex-direction:column;
  }
}
.wpv-sep{
  border:0;
  border-top:1px solid #333 !important;
  margin:1px 0;
}

.wpv-pr-left{ display:flex; gap:16px; align-items:flex-start; }
@media (max-width: 650px){
  .wpv-pr-left{
    width:100%;
  }
}
.wpv-avatar{ width:80px; height:80px; border-radius:50%; box-shadow:0 0 0 1px #919191; display:flex; align-items:center; justify-content:center; overflow:hidden; flex-shrink:0; }
.wpv-avatar img{ width:100%; height:100%; object-fit:cover; }
.wpv-avatar-fallback{ width:100%; height:100%; display:flex; align-items:center; justify-content:center; }
.wpv-avatar-fallback svg{ width:100%; height:100%; }
.wpv-pr-texts{ display:flex; flex-direction:column; gap:4px; }
.wpv-pr-name{ color:var(--wpv-orange); font-weight:700; font-size:14px; margin:0; }
.wpv-pr-teaser{ color:var(--wpv-fg); font-weight:400; font-size:14px; line-height:1.4; margin:0; }
.wpv-pr-org{ color:var(--wpv-fg); font-size:14px; font-weight:700; margin:0; }
.wpv-pr-desc{ color:var(--wpv-muted); font-size:14px; line-height:1.5; margin:0; display:none; }

/* Specifieke speaker styling met hoge specificiteit */
.wpvodify-speaker-name,
.wpv-pr-name.wpvodify-speaker-name {
  color: #F2664F !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  font-family: 'Poppins', sans-serif !important;
  margin: 0 !important;
}

.wpvodify-speaker-org,
.wpv-pr-org.wpvodify-speaker-org {
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  color: #333333 !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  margin: 2px 0 0 0 !important;
  display: block !important;
}

.wpvodify-speaker-subject,
.wpv-pr-subject.wpvodify-speaker-subject {
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  color: #333333 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  margin: 4px 0 0 0 !important;
  display: block !important;
}

.wpv-pr-right{
  display:flex;
  gap:16px;
  justify-content:flex-end;
  align-items:flex-start;
  flex-shrink:0;
}
@media (max-width: 979px) and (min-width: 651px){
  .wpv-pr-right{
    gap:12px;
  }
}
@media (max-width: 650px){
  .wpv-pr-right{
    justify-content:flex-end;
    width:100%;
    margin-top:16px;
  }
}
.wpv-thumb{
  position:relative;
  border-radius:0; /* Vierkant, geen afronding */
  overflow:hidden;
  width:120px;
  height:71px; /* 16:9 ratio bij 110px breed */
  flex-shrink:0;
  border:1px solid #ccc; /* Lichte grijze border */
  box-sizing:border-box; /* Border binnen de width */
}
@media (max-width: 979px) and (min-width: 651px){
  .wpv-thumb{
    width:100px;
    height:56.25px; /* 16:9 ratio bij 100px breed */
  }
}
.wpv-thumb img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.wpv-pill{
  position:absolute;
  left:50%;
  bottom:6px;
  transform:translateX(-50%);
  background:var(--wpv-orange);
  color:#fff;
  border:0;
  border-radius:20px;
  padding:4px 10px;
  font-weight:500;
  font-family: 'Poppins', sans-serif;  
  font-size:13px;
  text-transform:lowercase;
  white-space:nowrap;
  cursor:pointer;
  transition:background 0.2s;
}
.wpv-pill:hover{ background:#d94535; }
.wpv-thumb-attach{
  background:var(--wpv-orange);
  border-radius:8px;
  width:120px;
  height:78.75px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  position:relative;
  flex-shrink:0;
}
@media (max-width: 979px) and (min-width: 651px){
  .wpv-thumb-attach{
    width:100px;
    height:67.5px;
  }
}
.wpv-thumb-attach .wpv-attach-icon{ font-size:32px; color:#fff; margin-bottom:4px; }
.wpv-thumb-attach .wpv-pill{
  position:absolute;
  left:50%;
  bottom:8px;
  transform:translateX(-50%);
  background:var(--wpv-orange);
  color:#fff;
  border:0;
  border-radius:20px;
  padding:6px 16px;
  font-weight:600;
  font-size:13px;
  text-transform:lowercase;
  text-decoration:none;
  white-space:nowrap;
  cursor:pointer;
  transition:background 0.2s;
  box-shadow:0 2px 8px rgba(0,0,0,0.2);
}
.wpv-thumb-attach .wpv-pill:hover{ background:#d94535; }

/* Cards & forms - scoped */
.wpvodify-wrapper .wpv-card{ background:#fff; border:1px solid var(--wpv-gray-200); border-radius:var(--wpv-rad); padding:16px; }
.wpvodify-wrapper .wpv-announcement-card{ background:var(--wpv-blue-50); border-color:var(--wpv-blue); }
.wpvodify-wrapper .wpv-announcement-date{ font-size:1.1em; color:var(--wpv-blue); }

/* Announcement form embed styling */
.wpvodify-wrapper .wpv-announcement-form{
  margin:0;
  padding:0;
  width:100%;
  max-width:100%;
}
.wpvodify-wrapper .wpv-announcement-form iframe{
  width:100% !important;
  max-width:100% !important;
  border:none;
  display:block;
  margin:0 auto;
}
/* Typeform, Google Forms, JotForm etc responsive */
.wpvodify-wrapper .wpv-announcement-form form{
  width:100%;
  max-width:100%;
}

/* Live status card styling */
.wpvodify-wrapper .wpv-live-card{
  background:#fff;
  border:2px solid #ef4444;
  padding:32px;
  text-align:center;
  margin-bottom:32px;
}
.wpvodify-wrapper .wpv-live-header{
  margin-bottom:20px;
}
.wpvodify-wrapper .wpv-live-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#ef4444;
  color:#fff;
  padding:8px 16px;
  border-radius:24px;
  font-weight:700;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:0.05em;
  margin-bottom:16px;
}
.wpvodify-wrapper .wpv-live-card h2{
  color:var(--wpv-blue);
  margin:16px 0;
  font-size:28px;
}
.wpvodify-wrapper .wpv-live-meta{
  font-size:18px;
  color:var(--wpv-muted);
  margin:16px 0;
}
.wpvodify-wrapper .wpv-live-action{
  margin-top:24px;
}
.wpvodify-wrapper .wpv-btn-live{
  display:inline-flex;
  align-items:center;
  background:var(--wpv-orange);
  color:#fff !important;
  padding:14px 32px;
  border-radius:4px;
  font-weight:600;
  font-size:18px;
  text-decoration:none !important;
  transition:all 0.2s;
}
.wpvodify-wrapper .wpv-btn-live:hover{
  background:#d94535;
  transform:translateY(-2px);
  box-shadow: 0 4px 12px rgba(242,102,79,0.3);
}
.wpvodify-wrapper .wpv-help-text{
  margin-top:12px;
  font-size:14px;
  color:var(--wpv-muted);
}

/* Waiting status card styling */
.wpvodify-wrapper .wpv-waiting-card{
  background:#fff;
  border:2px solid var(--wpv-orange);
  padding:32px;
  text-align:center;
  margin-bottom:32px;
}
.wpvodify-wrapper .wpv-waiting-header{
  margin-bottom:20px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:16px;
}
.wpvodify-wrapper .wpv-waiting-card h2{
  color:var(--wpv-blue);
  margin:0;
  font-size:28px;
}
.wpvodify-wrapper .wpv-waiting-meta{
  font-size:18px;
  color:var(--wpv-blue);
  margin:16px 0;
}
.wpvodify-wrapper .wpv-waiting-message{
  font-size:18px;
  color:var(--wpv-fg);
  margin:20px 0;
  line-height:1.6;
}
.wpvodify-wrapper .wpv-waiting-hint{
  font-size:14px;
  color:var(--wpv-muted);
  margin-top:16px;
  font-style:italic;
}
.wpvodify-wrapper .wpv-form .wpv-field{ margin-bottom:12px; }
.wpvodify-wrapper .wpv-form input[type=text],
.wpvodify-wrapper .wpv-form input[type=email],
.wpvodify-wrapper .wpv-form input[type=password]{
  width:100% !important;
  border:1px solid var(--wpv-gray-200) !important;
  border-radius:var(--wpv-rad) !important;
  padding:8px 10px !important;
  font-family:var(--wpv-font-body) !important;
  background:#fff !important;
  color:var(--wpv-fg) !important;
}
.wpvodify-wrapper .wpv-btn{
  background:var(--wpv-orange) !important;
  color:#fff !important;
  border:0 !important;
  border-radius:var(--wpv-rad) !important;
  padding:8px 12px !important;
  font-weight:700 !important;
  cursor:pointer !important;
  text-decoration:none !important;
  display:inline-block !important;
}
.wpvodify-wrapper .wpv-check{ display:flex; align-items:center; gap:8px; }
.wpvodify-wrapper .wpv-msg.ok{ color:#059669; }
.wpvodify-wrapper .wpv-msg.err{ color:#b91c1c; }

/* Program */
.wpv-program{
  background:transparent;
  padding:0;
  border-radius:0;
  border:none;
}
.wpv-program-list{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px; }
.wpv-program-item{ display:grid; grid-template-columns: 70px 1fr; gap:10px; padding:10px 0; border-bottom:1px solid #333 !important; }
.wpv-program-item:last-child{ border-bottom:0; }
.wpv-prog-time{
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  color: #024072 !important;
  font-weight: normal !important;
  font-variant-numeric: tabular-nums;
}
.wpv-prog-title{
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  color: #024072 !important;
  font-weight: 700 !important;
}
.wpv-prog-desc{
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  color: #024072 !important;
  font-weight: 400 !important;
}

/* Support/Sponsors */
.wpv-sponsors{
  background:#fff;
  padding:20px;
  border-radius:var(--wpv-rad);
  border:1px solid var(--wpv-gray-200);
  margin-top:24px;
}
.wpv-support-logos{ display:grid; grid-template-columns: repeat(2, 1fr); gap:12px; align-items:center; }
.wpv-support-logo img{ width:100%; height:auto; object-fit:contain; filter:saturate(.95); }

/* Responsive layout adjustments */
@media (max-width: 979px){
  /* Een-koloms layout op kleine schermen */
  .wpv-grid-2{
    display:flex;
    flex-direction:column;
    gap:40px;
  }

  /* Volgorde: sprekers eerst, dan programma, dan sponsors */
  .wpv-col-main{
    order:1;
  }

  .wpv-col-side{
    order:2;
  }

  /* Volledige breedte voor presenter rows */
  .wpv-presenter-row{
    width:100%;
    max-width:100%;
  }
}

/* Modal - met zeer hoge z-index voor theme compatibility */
.wpv-modal{
  position:fixed !important;
  inset:0 !important;
  display:none;
  z-index:999999 !important;
  opacity:0;
  transition:opacity 0.3s ease !important;
  overflow-y:auto !important;
}
.wpv-modal.is-open{
  display:block !important;
  animation:wpv-modal-fade-in 0.3s ease forwards !important;
}

.wpv-modal.is-closing{
  animation:wpv-modal-fade-out 0.3s ease forwards !important;
}

@keyframes wpv-modal-fade-in {
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}

@keyframes wpv-modal-fade-out {
  from {
    opacity:1;
  }
  to {
    opacity:0;
  }
}

.wpv-modal-overlay{
  position:fixed !important;
  inset:0 !important;
  background:rgba(0,0,0,.5) !important;
  z-index:999998 !important;
}

.wpv-modal-box{
  position:relative !important;
  z-index:999999 !important;
  background:#fff !important;
  width:min(820px,92vw) !important;
  max-height:calc(100vh - 40px) !important;
  margin:20px auto !important;
  padding:0 !important;
  border-radius:0 !important;
  box-shadow:0 20px 60px rgba(0,0,0,.25) !important;
  overflow:hidden !important;
  display:flex !important;
  flex-direction:column !important;
  transform:translateY(20px);
  opacity:0;
}

.wpv-modal.is-open .wpv-modal-box{
  animation:wpv-modal-slide-up 0.3s ease forwards !important;
}

.wpv-modal.is-closing .wpv-modal-box{
  animation:wpv-modal-slide-down 0.3s ease forwards !important;
}

@keyframes wpv-modal-slide-up {
  from {
    transform:translateY(20px);
    opacity:0;
  }
  to {
    transform:translateY(0);
    opacity:1;
  }
}

@keyframes wpv-modal-slide-down {
  from {
    transform:translateY(0);
    opacity:1;
  }
  to {
    transform:translateY(20px);
    opacity:0;
  }
}
.wpv-modal-close{
  position:absolute !important;
  top:16px !important;
  right:16px !important;
  border:0 !important;
  background:rgba(255,255,255,0.9) !important;
  width:36px !important;
  height:36px !important;
  border-radius:50% !important;
  display:none !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:24px !important;
  line-height:1 !important;
  cursor:pointer !important;
  color:#333 !important;
  transition:all 0.2s !important;
  z-index:10 !important;
  box-shadow:0 2px 8px rgba(0,0,0,0.15) !important;
}
.wpv-modal-close:hover{
  background:#fff !important;
  box-shadow:0 4px 12px rgba(0,0,0,0.2) !important;
  transform:scale(1.05) !important;
}

/* Toon kruisje alleen op kleine schermen */
@media (max-width:768px){
  .wpv-modal-close{
    display:flex !important;
  }
}

/* Modal header - 2 column layout with hero and title */
.wpv-modal-header{
  display:grid !important;
  grid-template-columns:200px 1fr !important;
  gap:20px !important;
  background:#E9EBF4 !important;
  padding:30px !important;
  align-items:center !important;
  flex-shrink:0 !important;
}
.wpv-modal-logo-wrapper{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.wpv-modal-logo{
  max-width:100% !important;
  max-height:120px !important;
  width:auto !important;
  height:auto !important;
  display:block !important;
}
.wpv-modal-title-wrapper{
  display:flex !important;
  align-items:center !important;
}
.wpv-modal-title{
  font-family:'Open Sans', sans-serif !important;
  font-weight:700 !important;
  font-size:28px !important;
  color:#024072 !important;
  margin:0 !important;
  line-height:1.3 !important;
}

/* Mobile: stack header vertically */
@media (max-width:640px){
  .wpv-modal-header{
    grid-template-columns:1fr !important;
    gap:16px !important;
    padding:20px !important;
    text-align:center !important;
  }
  .wpv-modal-logo{
    max-height:80px !important;
  }
  .wpv-modal-title{
    font-size:22px !important;
  }
}

/* Modal subtitle - aanhef boven formulier */
.wpv-modal-subtitle{
  font-family:'Poppins', sans-serif !important;
  font-size:22px !important;
  color:#333333 !important;
  margin:0 0 32px !important;
  line-height:1.4 !important;
  font-weight:700 !important;
}

/* Modal form container with padding and scroll */
.wpv-modal-form-container{
  padding:40px !important;
  overflow-y:auto !important;
  flex:1 1 auto !important;
}

@media (max-width:640px){
  .wpv-modal-form-container{
    padding:24px !important;
  }
}

/* Registration form */
.wpv-register-form{
  display:flex !important;
  flex-direction:column !important;
  gap:20px !important;
}

/* Form row: label links, input rechts op desktop */
.wpv-form-group{
  display:grid !important;
  grid-template-columns:200px 1fr !important;
  gap:20px !important;
  align-items:center !important;
}

/* Mobile: stack form fields vertically */
@media (max-width:768px){
  .wpv-form-group{
    grid-template-columns:1fr !important;
    gap:8px !important;
    align-items:flex-start !important;
  }
}

.wpv-form-label{
  font-family:'Open Sans', sans-serif !important;
  font-weight:700 !important;
  font-size:16px !important;
  color:#333333 !important;
  margin:0 !important;
  text-align:left !important;
}

.wpv-required-star{
  color:var(--wpv-orange) !important;
  margin-left:2px !important;
}

.wpv-form-input{
  width:100% !important;
  border:2px solid var(--wpv-orange) !important;
  border-radius:6px !important;
  padding:12px 16px !important;
  font-family:'Open Sans', sans-serif !important;
  font-size:15px !important;
  color:#333333 !important;
  transition:border-color 0.2s, box-shadow 0.2s !important;
  outline:none !important;
  box-sizing:border-box !important;
}
.wpv-form-input:focus{
  border-color:#d94535 !important;
  box-shadow:0 0 0 3px rgba(242,102,79,0.1) !important;
}
.wpv-form-input::placeholder{ color:var(--wpv-muted); opacity:0.6; }

/* Checkbox wrapper in form group */
.wpv-checkbox-wrapper{
  display:flex !important;
  align-items:center !important;
}

.wpv-checkbox-label{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  cursor:pointer !important;
  margin:0 !important;
}

.wpv-checkbox-input{
  width:20px !important;
  height:20px !important;
  cursor:pointer !important;
  flex-shrink:0 !important;
  accent-color:var(--wpv-orange) !important;
}

.wpv-checkbox-text{
  font-family:'Open Sans', sans-serif !important;
  font-weight:400 !important;
  font-size:15px !important;
  color:#333333 !important;
  line-height:1.4 !important;
}

/* Submit button - pill-shaped, centered, uppercase */
.wpv-submit-btn{
  align-self:center !important;
  background:#f26551 !important;
  color:#fff !important;
  border:0 !important;
  border-radius:999px !important;
  padding:10px 24px !important;
  font-family:'Open Sans', sans-serif !important;
  font-weight:700 !important;
  font-size:22px !important;
  text-transform:uppercase !important;
  letter-spacing:0.02em !important;
  cursor:pointer !important;
  transition:all 0.2s !important;
  margin-top:16px !important;
  box-shadow:0 4px 12px rgba(242,102,79,.25) !important;
}
.wpv-submit-btn:hover{
  background:#d94535 !important;
  box-shadow:0 6px 16px rgba(242,102,79,.35) !important;
  transform:translateY(-2px) !important;
}
.wpv-submit-btn:active{
  transform:translateY(0) !important;
  box-shadow:0 2px 8px rgba(242,102,79,.2) !important;
}
.wpv-submit-btn:disabled{
  background:var(--wpv-gray-200) !important;
  color:var(--wpv-muted) !important;
  cursor:not-allowed !important;
  box-shadow:none !important;
  transform:none !important;
}

/* Slidekit-thumbnail: gebruik vaste achtergrondafbeelding + 16:9 verhouding */
.wpv-thumb-attach{
  background-image: url('../img/slidesbg.png');
  background-size: cover;
  background-position: center;
  padding-top:56.25%;
}

/* (Optioneel) fallback voor wanneer er geen Vimeo-thumbnail is */
.wpv-thumb-fallback{
  background: linear-gradient(180deg, #e9eef5 0%, #cdd9e6 100%);
  padding-top:56.25%;        /* 16:9 */
}

/* ========================================
   HOMEPAGE SHORTCODE - THEME-PROOF STYLES
   ======================================== */

/* Base wrapper reset - prevents theme interference */
.wpvodify-shortcode-wrapper{
  all:initial !important;
  display:block !important;
  box-sizing:border-box !important;
  font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  line-height:1.5 !important;
  -webkit-font-smoothing:antialiased !important;
  -moz-osx-font-smoothing:grayscale !important;
}

/* Reset all child elements */
.wpvodify-shortcode-wrapper *,
.wpvodify-shortcode-wrapper *::before,
.wpvodify-shortcode-wrapper *::after{
  box-sizing:border-box !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  font-size:100% !important;
  font:inherit !important;
  vertical-align:baseline !important;
  background:transparent !important;
  text-decoration:none !important;
  list-style:none !important;
}

/* Re-enable specific styles after reset */
.wpvodify-shortcode-wrapper .wpv-home{
  display:flex !important;
  flex-direction:column !important;
  gap:67px !important;
  padding:0 !important;
  margin:0 !important;
}

/* Dropdown selector styling */
.wpvodify-shortcode-wrapper .wpv-filter{
  display:flex !important;
  justify-content:flex-start !important;
  position:relative !important;
  margin:0 !important;
  padding:0 !important;
}

.wpvodify-shortcode-wrapper .wpv-filter select{
  border:1px solid #024072 !important;
  border-radius:8px !important;
  padding:12px 40px 12px 16px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size:14px !important;
  font-weight:700 !important;
  color:#024072 !important;
  background:#fff !important;
  cursor:pointer !important;
  min-width:280px !important;
  appearance:none !important;
  -webkit-appearance:none !important;
  -moz-appearance:none !important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2329abe2' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat:no-repeat !important;
  background-position:right 12px center !important;
  background-size:26px !important;
  margin:0 !important;
  line-height:1.5 !important;
  text-transform:none !important;
  letter-spacing:normal !important;
}

.wpvodify-shortcode-wrapper .wpv-filter select:hover{
  background-color:#f8fbff !important;
}

.wpvodify-shortcode-wrapper .wpv-filter select:focus{
  outline:none !important;
  box-shadow:0 0 0 2px rgba(2,64,114,0.2) !important;
}

/* Section titles with icons */
.wpvodify-shortcode-wrapper .wpv-home-section{
  display:flex !important;
  flex-direction:column !important;
  gap:20px !important;
  margin:0 !important;
  padding:0 !important;
}

.wpvodify-shortcode-wrapper .wpv-home-title{
  font-family:'Open Sans', sans-serif !important;
  font-weight:700 !important;
  font-size:26px !important;
  color:#135b9d !important;
  margin:0 !important;
  padding:0 !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:12px !important;
  line-height:1.3 !important;
  text-transform:none !important;
  letter-spacing:normal !important;
  border:none !important;
  background:transparent !important;
}

.wpvodify-shortcode-wrapper .wpv-title-icon{
  width:24px !important;
  height:24px !important;
  object-fit:contain !important;
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  border:none !important;
}

/* Card grid - 4 columns on desktop */
.wpvodify-shortcode-wrapper .wpv-card-grid{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:20px !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}

/* Responsive breakpoints */
@media (min-width:640px){
  .wpvodify-shortcode-wrapper .wpv-card-grid{
    grid-template-columns:repeat(2,1fr) !important;
  }
}

@media (min-width:960px){
  .wpvodify-shortcode-wrapper .wpv-card-grid{
    grid-template-columns:repeat(3,1fr) !important;
  }
}

@media (min-width:1280px){
  .wpvodify-shortcode-wrapper .wpv-card-grid{
    grid-template-columns:repeat(4,1fr) !important;
  }
}

/* Webinar cards */
.wpvodify-shortcode-wrapper .wpv-card-webinar{
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15) !important;
  border-radius:0px !important;
  overflow:hidden !important;
  background:#fff !important;
  display:flex !important;
  flex-direction:column !important;
  height:100% !important;
  transition:transform 0.25s ease, box-shadow 0.25s ease !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}

/* Homescreen cards with blue border */
.wpvodify-shortcode-wrapper .wpv-card-coming, .wpvodify-shortcode-wrapper .wpv-card-vod{
  border:1px solid #0091f9 !important;
}

.wpvodify-shortcode-wrapper .wpv-card-webinar:hover{
  transform:translateY(-4px) scale(1.0) !important;
  box-shadow:0 3px 10px rgba(0, 0, 0, 0.08) !important;
}

/* Make entire card clickable */
.wpvodify-shortcode-wrapper .wpv-card-link,
.wpvodify-shortcode-wrapper a.wpv-card-link{
  display:flex !important;
  flex-direction:column !important;
  flex-grow:1 !important;
  height:100% !important;
  text-decoration:none !important;
  color:inherit !important;
  margin:0 !important;
  padding:0 !important;
  border:none !important;
  background:transparent !important;
}

/* Card media with 4:3 aspect ratio */
.wpvodify-shortcode-wrapper .wpv-card-media{
  position:relative !important;
  width:100% !important;
  padding-bottom:75% !important; /* 4:3 aspect ratio */
  background:#f1f5f9 !important;
  overflow:hidden !important;
  margin:0 !important;
  padding-top:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
  border:none !important;
}

.wpvodify-shortcode-wrapper .wpv-card-media img{
  position:absolute !important;
  top:0 !important;
  left:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  border:none !important;
  max-width:none !important;
}

.wpvodify-shortcode-wrapper .wpv-card-media-empty{
  position:absolute !important;
  top:0 !important;
  left:0 !important;
  width:100% !important;
  height:100% !important;
  background: linear-gradient(180deg, #e9eef5 0%, #cdd9e6 100%) !important;
  margin:0 !important;
  padding:0 !important;
  border:none !important;
}

/* Card body */
.wpvodify-shortcode-wrapper .wpv-card-body{
  padding:16px !important;
  padding-bottom:48px !important; /* Extra space for chevron row */
  margin:0 !important;
  display:flex !important;
  flex-direction:column !important;
  gap:8px !important;
  flex-grow:1 !important;
  position:relative !important;
  background:#fff !important;
  border:none !important;
}

/* Date styling */
.wpvodify-shortcode-wrapper .wpv-card-date{
  font-family:'Poppins', sans-serif !important;
  font-size:14px !important;
  color:#024072 !important;
  font-weight:700 !important;
  margin:0 !important;
  padding:0 !important;
  line-height:1.5 !important;
  text-transform:none !important;
  letter-spacing:normal !important;
  border:none !important;
  background:transparent !important;
}

/* Title styling */
.wpvodify-shortcode-wrapper .wpv-card-title{
  font-family:'Open Sans', sans-serif !important;
  font-size:16px !important;
  color:#29ABE2 !important;
  margin:0 !important;
  padding:0 !important;
  line-height:1.4 !important;
  font-weight:700 !important;
  text-transform:none !important;
  letter-spacing:normal !important;
  border:none !important;
  background:transparent !important;
}

/* Chevron positioning - own row at bottom */
.wpvodify-shortcode-wrapper .wpv-card-chevron{
  position:absolute !important;
  right:16px !important;
  bottom:16px !important;
  width:24px !important;
  height:24px !important;
  color:#29ABE2 !important;
  margin:0 !important;
  padding:0 !important;
  border:none !important;
  background:transparent !important;
  display:block !important;
}

.wpvodify-shortcode-wrapper .wpv-card-chevron svg{
  width:100% !important;
  height:100% !important;
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  border:none !important;
}

/* ========================================
   CAROUSEL NAVIGATION STYLES
   ======================================== */

/* Section header with title and navigation */
.wpvodify-shortcode-wrapper .wpv-section-header{
  display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  margin:0 0 20px 0 !important;
  padding:0 !important;
}

/* Carousel navigation container - positioned at right of header */
/* Hidden by default, JS will show if total > visibleCount */
.wpvodify-shortcode-wrapper .wpv-carousel-nav{
  display:none !important;
  gap:8px;
  align-items:center;
  margin:0 !important;
  padding:0 !important;
}
/* When JS determines nav should be visible, it adds this class */
.wpvodify-shortcode-wrapper .wpv-carousel-nav.wpv-nav-visible{
  display:flex !important;
}

/* Chevron buttons - blue icons without background circle */
.wpvodify-shortcode-wrapper .wpv-carousel-btn{
  width:32px !important;
  height:32px !important;
  border-radius:0 !important;
  background:transparent !important;
  border:none !important;
  cursor:pointer !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  transition:all 0.2s ease !important;
  margin:0 !important;
  padding:0 !important;
  flex-shrink:0 !important;
}

.wpvodify-shortcode-wrapper .wpv-carousel-btn:hover{
  transform:scale(1.15) !important;
}

.wpvodify-shortcode-wrapper .wpv-carousel-btn:active{
  transform:scale(0.9) !important;
}

.wpvodify-shortcode-wrapper .wpv-carousel-btn:disabled{
  opacity:0.4 !important;
  cursor:default !important;
  transform:none !important;
}

.wpvodify-shortcode-wrapper .wpv-carousel-btn svg{
  width:28px !important;
  height:28px !important;
  stroke:#0091f9 !important;
  stroke-width:3 !important;
  fill:none !important;
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  transition:stroke 0.2s ease !important;
}

.wpvodify-shortcode-wrapper .wpv-carousel-btn:hover svg{
  stroke:#0074d9 !important;
}

/* Carousel viewport - hides overflow */
.wpvodify-shortcode-wrapper .wpv-carousel-viewport{
  overflow:hidden !important;
  margin:0 !important;
  padding:0 !important;
  position:relative !important;
}

/* Carousel track - horizontal flex container with all cards */
.wpvodify-shortcode-wrapper .wpv-carousel-track{
  display:flex !important;
  gap:20px !important;
  transition:transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  margin:0 !important;
  padding:0 !important;
}

/* Carousel track uses align-items stretch for equal height cards */
.wpvodify-shortcode-wrapper .wpv-carousel-track{
  align-items:stretch !important;
}

/* Each card in carousel takes fixed width based on visible count */
.wpvodify-shortcode-wrapper .wpv-carousel-track > .wpv-card-webinar{
  flex:0 0 100% !important;
  max-width:100% !important;
  height:auto !important;
  display:flex !important;
  flex-direction:column !important;
}

/* Responsive: 2 visible on small tablets */
@media (min-width:640px){
  .wpvodify-shortcode-wrapper .wpv-carousel-track > .wpv-card-webinar{
    flex:0 0 calc((100% - 20px) / 2) !important;
    max-width:calc((100% - 20px) / 2) !important;
  }
}

/* Responsive: 3 visible on tablets */
@media (min-width:960px){
  .wpvodify-shortcode-wrapper .wpv-carousel-track > .wpv-card-webinar{
    flex:0 0 calc((100% - 40px) / 3) !important;
    max-width:calc((100% - 40px) / 3) !important;
  }
}

/* Responsive: 4 visible on desktop */
@media (min-width:1280px){
  .wpvodify-shortcode-wrapper .wpv-carousel-track > .wpv-card-webinar{
    flex:0 0 calc((100% - 60px) / 4) !important;
    max-width:calc((100% - 60px) / 4) !important;
  }
}

/* Bounce animation for hitting boundaries */
@keyframes wpv-bounce-left{
  0%{ transform:var(--wpv-carousel-transform, translateX(0)); }
  30%{ transform:var(--wpv-carousel-transform, translateX(0)) translateX(30px); }
  60%{ transform:var(--wpv-carousel-transform, translateX(0)) translateX(-10px); }
  100%{ transform:var(--wpv-carousel-transform, translateX(0)); }
}

@keyframes wpv-bounce-right{
  0%{ transform:var(--wpv-carousel-transform, translateX(0)); }
  30%{ transform:var(--wpv-carousel-transform, translateX(0)) translateX(-30px); }
  60%{ transform:var(--wpv-carousel-transform, translateX(0)) translateX(10px); }
  100%{ transform:var(--wpv-carousel-transform, translateX(0)); }
}

.wpvodify-shortcode-wrapper .wpv-carousel-track.wpv-bounce-left{
  animation:wpv-bounce-left 0.4s ease !important;
}

.wpvodify-shortcode-wrapper .wpv-carousel-track.wpv-bounce-right{
  animation:wpv-bounce-right 0.4s ease !important;
}

/* Legacy Load More button - hidden but kept for fallback */
.wpvodify-shortcode-wrapper .wpv-load-more-wrapper{
  display:none !important;
}

/* Muted text for no results */
.wpvodify-shortcode-wrapper .wpv-muted{
  color:#6b7280 !important;
  font-family:'Open Sans', sans-serif !important;
  font-size:14px !important;
  margin:0 !important;
  padding:0 !important;
  line-height:1.5 !important;
  text-transform:none !important;
  letter-spacing:normal !important;
  border:none !important;
  background:transparent !important;
}

/* Form feedback messages */
.wpv-form-msg{
  margin-top:16px;
  padding:16px 20px;
  border-radius:var(--wpv-rad);
  font-size:15px;
  font-weight:500;
  text-align:center;
  line-height:1.5;
  transition:all 0.3s ease;
}
.wpv-form-msg:empty{
  display:none;
}
.wpv-form-msg.ok{
  background:#d7f5dc;
  color:#1e7e34;
  border:2px solid #28a745;
  box-shadow:0 4px 12px rgba(40,167,69,.15);
}
.wpv-form-msg.err{
  background:#f8d7da;
  color:#721c24;
  border:2px solid #dc3545;
  box-shadow:0 4px 12px rgba(220,53,69,.15);
}

/* Legacy token form message */
.wpv-msg{
  margin-top:12px;
  padding:12px 16px;
  border-radius:var(--wpv-rad);
  font-size:14px;
  text-align:center;
}
.wpv-msg:empty{ display:none; }
.wpv-msg.ok{ background:#d7f5dc; color:#1e7e34; border:1px solid #28a745; }
.wpv-msg.err{ background:#f8d7da; color:#721c24; border:1px solid #dc3545; }

/* Speakers footer - aanvullende informatie */
.wpv-speakers-footer {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #e1e1e1;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

.wpv-speakers-footer p {
  margin-bottom: 10px;
}

.wpv-speakers-footer a {
  color: #0073aa;
  text-decoration: underline;
}

.wpv-speakers-footer a:hover {
  color: #005177;
  text-decoration: none;
}

/* Specifieke speakers footer styling met hoge specificiteit */
.wpvodify-speakers-footer,
.wpv-speakers-footer.wpvodify-speakers-footer {
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  color: #666666 !important;
  line-height: 1.6 !important;
  margin-top: 25px !important;
  padding-top: 20px !important;
  border-top: 1px solid #e1e1e1 !important;
  width: 100% !important;
}
@media (min-width: 980px){
  .wpvodify-speakers-footer,
  .wpv-speakers-footer.wpvodify-speakers-footer {
    width: 590px !important;
    max-width: 590px !important;
  }
}

.wpvodify-speakers-footer p,
.wpv-speakers-footer.wpvodify-speakers-footer p {
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  color: #666666 !important;
  margin-bottom: 10px !important;
}

.wpvodify-speakers-footer a,
.wpv-speakers-footer.wpvodify-speakers-footer a {
  color: #cd5c5c !important;
  text-decoration: underline !important;
  font-family: 'Poppins', sans-serif !important;
}

.wpvodify-speakers-footer a:hover,
.wpv-speakers-footer.wpvodify-speakers-footer a:hover {
  color: #b94a4a !important;
  text-decoration: none !important;
}

/* =========================================================================
   PREGAME TEMPLATE STYLES (Announcement, Live, Waiting)
   ========================================================================= */

/* Two-column layout: 40% left, 60% right, 60px gap */
.wpv-pregame-grid {
  display: grid;
  grid-template-columns: calc(40% - 30px) calc(60% - 30px);
  gap: 60px;
  margin-top: 40px;
}

/* Centered layout when no speakers/sponsors */
.wpv-pregame-centered {
  max-width: 600px;
  margin: 40px auto 0;
}

/* Left column: Speakers & Sponsors */
.wpv-pregame-left {
  /* No additional styles needed, inherits from grid */
}

/* Right column: Form/Content */
.wpv-pregame-right {
  /* No additional styles needed, inherits from grid */
}

/* Accreditation text in hero */
.wpv-accreditation {
  margin-top: 12px;
  font-size: 14px;
  color: var(--wpv-blue);
  font-weight: 500;
}

/* Speakers section in pregame */
.wpv-speakers-section {
  margin-bottom: 40px;
}

/* Pregame template section titles */
.wpv-pregame-grid .wpv-section-title,
.wpv-pregame-centered .wpv-section-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--wpv-blue);
  text-transform: uppercase;
}

/* Pregame template specific section titles in left column */
.wpv-pregame-left .wpv-section-title {
  font-size: 29px;
  color: var(--wpv-orange);
  text-transform: none;
}

.wpv-speaker-card {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--wpv-gray-200);
}

.wpv-speaker-card:last-of-type {
  border-bottom: none;
}

.wpv-speaker-photo {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 7px 1px #919191;
}

.wpv-speaker-photo img,
.wpv-speaker-photo svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wpv-speaker-info {
  flex: 1;
}

.wpv-speaker-name {
  font-size: 14px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #F2664F;
  margin: 0 0 4px 0;
}

.wpv-speaker-teaser {
  font-weight: 700;
  color: #F2664F;
  font-family: 'Poppins', sans-serif;
}

.wpv-speaker-org {
  font-size: 14px;
  font-weight: 700;
  color: var(--wpv-fg);
  font-family: 'Poppins', sans-serif;
  margin-bottom: 8px;
}

.wpv-speaker-desc {
  font-size: 14px;
  color: var(--wpv-fg);
  line-height: 1.5;
}

/* Sponsors section in pregame */
.wpv-sponsors-section {
  margin-top: 40px;
}

.wpv-section-subtitle {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--wpv-blue);
}

/* Pregame template specific section subtitles */
.wpv-pregame-left .wpv-section-subtitle {
  font-size: 29px;
  color: var(--wpv-orange);
  font-weight: 700;
}

.wpv-sponsors-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.wpv-sponsor-item {
  display: inline-block;
}

.wpv-sponsor-item img {
  max-height: 60px;
  max-width: 150px;
  width: auto;
  height: auto;
}

.wpv-sponsor-name {
  font-size: 14px;
  color: var(--wpv-blue);
}

/* Announcement form container */
.wpv-announcement-form {
  background: white;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}

.wpv-announcement-form iframe {
  width: 100%;
  min-height: 600px;
  border: none;
}

/* Live status card */
.wpv-live-card {
  background: #fff;
  border: 2px solid var(--wpv-orange);
  border-radius: 12px;
  padding: 40px;
  text-align: center;
}

.wpv-live-icon {
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.wpv-live-icon svg {
  color: var(--wpv-orange);
}

.wpv-live-pulse-large {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(242, 102, 79, 0.3);
  animation: pulse 2s infinite;
}

.wpv-live-card h2 {
  font-size: 28px;
  color: var(--wpv-blue);
  margin-bottom: 10px;
}

.wpv-live-time {
  font-size: 18px;
  color: var(--wpv-muted);
  margin-bottom: 30px;
}

.wpv-btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.wpv-btn-primary {
  background: var(--wpv-orange);
  color: white;
}

.wpv-btn-primary:hover {
  background: #e05540;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(242, 102, 79, 0.3);
}

.wpv-live-help {
  margin-top: 15px;
  font-size: 14px;
  color: var(--wpv-muted);
}

.wpv-live-info {
  font-size: 16px;
  color: var(--wpv-fg);
  line-height: 1.6;
}

/* Waiting status card */
.wpv-waiting-card {
  background: #f8f9fa;
  border: 1px solid var(--wpv-gray-200);
  border-radius: 12px;
  padding: 40px;
  text-align: center;
}

.wpv-waiting-icon {
  margin-bottom: 20px;
}

.wpv-waiting-icon svg {
  color: #10b981;
}

.wpv-waiting-card h2 {
  font-size: 28px;
  color: var(--wpv-blue);
  margin-bottom: 10px;
}

.wpv-waiting-time {
  font-size: 16px;
  color: var(--wpv-muted);
  margin-bottom: 20px;
}

.wpv-waiting-info {
  font-size: 16px;
  color: var(--wpv-fg);
  line-height: 1.6;
  margin-bottom: 15px;
}

.wpv-waiting-help {
  font-size: 14px;
  color: var(--wpv-muted);
  font-style: italic;
}

/* Coming soon card (uses same styling as waiting card, different icon color) */
.wpv-coming-soon-card .wpv-waiting-icon svg {
  color: var(--wpv-blue);
}

/* Responsive design */
@media (max-width: 980px) {
  /* Stack columns on tablet and mobile */
  .wpv-pregame-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .wpv-pregame-left {
    order: 2; /* Speakers/sponsors below form on mobile */
  }

  .wpv-pregame-right {
    order: 1; /* Form/content on top on mobile */
  }

  .wpv-live-card,
  .wpv-waiting-card {
    padding: 30px 20px;
  }

  .wpv-live-card h2,
  .wpv-waiting-card h2 {
    font-size: 24px;
  }
}

@media (max-width: 680px) {
  .wpv-pregame-grid {
    gap: 30px;
    margin-top: 30px;
  }

  .wpv-speaker-card {
    flex-direction: column;
    text-align: center;
  }

  .wpv-speaker-photo {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }

  .wpv-section-title {
    font-size: 24px; /* Kleiner op mobile, maar nog steeds groot genoeg */
  }

  .wpv-announcement-form iframe {
    min-height: 500px;
  }

  .wpv-btn {
    display: block;
    width: 100%;
  }
}
