.elementor-531 .elementor-element.elementor-element-6e4f02c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-531 .elementor-element.elementor-element-7fa4d40{margin:25px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-7fa4d40 */.wdg-hub,
.wdg-hub *{ box-sizing:border-box; }

.wdg-hub{
  width:100%;
  max-width:none;
  margin:0;
  font-family:inherit;
  color:var(--wg-ink);
}

/* ----------------------------------------------------------
   HERO
---------------------------------------------------------- */
.wdg-hub-hero{
  margin:0 0 16px;
}

.wdg-hub-hero-inner{
  width:100%;
  max-width:none;
  margin:0;
  background:var(--wg-surface);
  border:1px solid var(--wg-border2);
  border-radius:var(--wg-r-xl);
  box-shadow:var(--wg-shadow-sm);
  padding:22px;
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(280px, 360px);
  gap:18px;
  align-items:center;
}

.wdg-hub-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(30,94,255,.08);
  border:1px solid rgba(30,94,255,.18);
  color:rgba(30,94,255,.92);
  font-weight:800;
  font-size:.9rem;
  line-height:1;
  margin:0 0 10px;
}

.wdg-hub-title{
  margin:0 0 8px;
  font-weight:900;
  letter-spacing:-0.02em;
  line-height:1.15;
  font-size:31.5px; /* match jouw h1 sizing */
}

.wdg-hub-sub{
  margin:0 0 14px;
  color:rgba(33,37,41,.78);
  line-height:1.6;
  font-size:1.02rem;
}

/* zoekbalk (wit) */
.wdg-hub-search{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 10px;
  border-radius:14px;
  background:#fff;
  border:1px solid rgba(33,37,41,.10);
  box-shadow:0 10px 22px rgba(33,37,41,.08);
}

.wdg-hub-search i{
  color:rgba(33,37,41,.55);
  font-size:1.02rem;
  padding-left:2px;
}

.wdg-hub-search-input{
  flex:1;
  min-width:0;
  border:0;
  outline:none;
  font:inherit;
  font-size:1rem;
  color:var(--wg-ink);
  padding:10px 6px;
  background:transparent;
}

.wdg-hub-search-input::placeholder{
  color:rgba(33,37,41,.50);
}

.wdg-hub-search-btn{
  border:0;
  cursor:pointer;
  font:inherit;
  font-weight:850;
  color:#fff;
  padding:11px 14px;
  border-radius:12px;
  background:linear-gradient(180deg, var(--wg-brand), var(--wg-brand2));
  box-shadow:0 10px 22px rgba(30,94,255,.18);
}

.wdg-hub-search-btn:hover{ filter:brightness(.98); }
.wdg-hub-search-btn:active{ transform:translateY(1px); }

/* hero image */
.wdg-hub-hero-right{
  display:flex;
  justify-content:flex-end;
}

.wdg-hub-hero-img{
  width:100%;
  max-width:360px;
  height:auto;
  display:block;
  border-radius:var(--wg-r-lg);
  border:1px solid var(--wg-border2);
  box-shadow:0 14px 34px rgba(33,37,41,.08);
}

/* hero responsive */
@media (max-width:980px){
  .wdg-hub-hero-inner{
    grid-template-columns:1fr;
  }
  .wdg-hub-hero-right{
    justify-content:flex-start;
  }
  .wdg-hub-hero-img{
    max-width:520px;
  }
}

@media (max-width:640px){
  .wdg-hub-hero-inner{ padding:14px; }
  .wdg-hub-title{ font-size:25px; }
  .wdg-hub-search{
    gap:8px;
    padding:9px 9px;
    border-radius:14px;
  }
  .wdg-hub-search-btn{
    padding:11px 12px;
    border-radius:12px;
  }
}

/* ----------------------------------------------------------
   QUICKBAR (tab-style + sticky)
---------------------------------------------------------- */
.wdg-hub-quickbar{
  margin:0 0 18px;
}

/* was: width:min(...) + margin auto  → haalt extra beperking weg */
.wdg-hub-quickbar-innerwrap{
  width:100%;
  max-width:none;
  margin:0;
}

.wdg-hub-quickbar-inner{
  position:sticky;
  top:92px; /* fallback, JS gebruikt data-scroll-offset; sticky is best-effort */
  z-index:20;

  background:rgba(244,247,251,.72);
  backdrop-filter:saturate(140%) blur(8px);
  -webkit-backdrop-filter:saturate(140%) blur(8px);

  border:1px solid rgba(33,37,41,.10);
  border-radius:var(--wg-r-xl);
  box-shadow:0 10px 22px rgba(33,37,41,.06);
  padding:10px;
}

.wdg-hub-quickgrid{
  list-style:none;
  padding:0;
  margin:0;

  display:flex;
  gap:8px;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:thin;
}

.wdg-hub-quickgrid::-webkit-scrollbar{ height:8px; }
.wdg-hub-quickgrid::-webkit-scrollbar-thumb{
  background:rgba(33,37,41,.18);
  border-radius:999px;
}

.wdg-hub-quickgrid a{
  display:inline-flex;
  align-items:center;
  gap:9px;
  white-space:nowrap;

  padding:10px 12px;
  border-radius:999px;

  background:rgba(255,255,255,.88);
  border:1px solid rgba(33,37,41,.10);

  color:rgba(33,37,41,.78);
  text-decoration:none !important;
  font-weight:800;
  font-size:.95rem;
  line-height:1;
  box-shadow:0 8px 18px rgba(33,37,41,.04);
}

.wdg-hub-quickgrid a i{
  color:rgba(33,37,41,.55);
  font-size:1rem;
}

.wdg-hub-quickgrid a:hover{
  color:rgba(33,37,41,.92);
  border-color:rgba(33,37,41,.14);
}

/* actieve tab */
.wdg-hub-quickgrid a.is-active{
  background:rgba(30,94,255,.10);
  border-color:rgba(30,94,255,.22);
  color:rgba(30,94,255,.92);
}
.wdg-hub-quickgrid a.is-active i{ color:rgba(30,94,255,.82); }

/* ----------------------------------------------------------
   CONTENT GRID
---------------------------------------------------------- */
.wdg-hub-content{
  margin:0 0 10px;
}

/* was: width:min(...) + margin auto → haalt extra beperking weg */
.wdg-hub-grid{
  width:100%;
  max-width:none;
  margin:0;

  display:grid;
  grid-template-columns:minmax(0, 1fr) 320px;
  gap:22px;
  align-items:start;
}

@media (max-width:980px){
  .wdg-hub-grid{ grid-template-columns:1fr; }
}

/* ----------------------------------------------------------
   SECTIONS (cards) + rustige links
---------------------------------------------------------- */
.wdg-hub-section{
  background:var(--wg-surface);
  border:1px solid var(--wg-border2);
  border-radius:var(--wg-r-xl);
  box-shadow:var(--wg-shadow-sm);
  padding:18px;
}

.wdg-hub-section + .wdg-hub-section{
  margin-top:14px;
}

.wdg-hub-section-head{
  margin:0 0 12px;
  padding-bottom:10px;
  border-bottom:1px solid rgba(33,37,41,.08);
}

.wdg-hub-section-head h2{
  margin:0 0 6px;
  font-size:22.4px;
  line-height:1.18;
  font-weight:900;
  letter-spacing:-0.02em;
}

.wdg-hub-section-head p{
  margin:0;
  color:rgba(33,37,41,.72);
  line-height:1.6;
  font-size:.98rem;
}

/* linklijst */
.wdg-hub-links{
  list-style:none;
  padding:0;
  margin:12px 0 0;

  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:8px 14px;
}

.wdg-hub-links li{ margin:0; }

.wdg-hub-links a{
  display:flex;
  align-items:flex-start;
  gap:10px;

  padding:10px 12px;
  border-radius:14px;

  background:rgba(11,18,32,.02);
  border:1px solid rgba(33,37,41,.08);

  color:rgba(33,37,41,.86);
  text-decoration:none !important;
  font-weight:650;
  line-height:1.35;
}

.wdg-hub-links a::before{
  content:"›";
  color:rgba(30,94,255,.70);
  font-weight:900;
  transform:translateY(-1px);
  flex:0 0 auto;
}

.wdg-hub-links a:hover{
  background:rgba(30,94,255,.04);
  border-color:rgba(30,94,255,.18);
  color:rgba(33,37,41,.95);
}

@media (max-width:767px){
  .wdg-hub-section{ padding:14px; }
  .wdg-hub-links{ grid-template-columns:1fr; }
}

/* ----------------------------------------------------------
   ASIDE (overzicht)
---------------------------------------------------------- */
.wdg-hub-aside{
  position:sticky;
  top:182px; /* onder quickbar + header; voelt goed op desktop */
  align-self:start;
}

@media (max-width:980px){
  .wdg-hub-aside{ position:static; top:auto; }
}

.wdg-hub-aside-card{
  background:var(--wg-surface);
  border:1px solid var(--wg-border2);
  border-radius:var(--wg-r-xl);
  box-shadow:var(--wg-shadow-sm);
  padding:16px;
}

.wdg-hub-aside-title{
  font-weight:900;
  margin:0 0 10px;
  color:rgba(33,37,41,.92);
}

.wdg-hub-aside-list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:6px;
}

.wdg-hub-aside-list a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;

  padding:10px 12px;
  border-radius:14px;

  background:rgba(11,18,32,.02);
  border:1px solid rgba(33,37,41,.08);

  color:rgba(33,37,41,.82);
  text-decoration:none !important;
  font-weight:700;
  line-height:1.25;
}

.wdg-hub-aside-list a::after{
  content:"›";
  color:rgba(30,94,255,.70);
  font-size:18px;
  transform:translateX(0);
  transition:transform .14s ease;
}

.wdg-hub-aside-list a:hover{
  background:rgba(30,94,255,.04);
  border-color:rgba(30,94,255,.18);
}

@media (hover:hover) and (pointer:fine){
  .wdg-hub-aside-list a:hover::after{ transform:translateX(4px); }
}

/* actieve link (JS zet .is-active) */
.wdg-hub-aside-list a.is-active{
  background:rgba(30,94,255,.10);
  border-color:rgba(30,94,255,.22);
  color:rgba(30,94,255,.92);
}

/* ----------------------------------------------------------
   Kleine quality-of-life resets
---------------------------------------------------------- */
.wdg-hub a:focus-visible{
  outline:none;
  box-shadow:0 0 0 4px rgba(30,94,255,.18);
  border-radius:14px;
}

/* Vermijd dat FontAwesome iconen “glitchen” in buttons */
.wdg-hub button,
.wdg-hub input{ font:inherit; }


/* ===========================================================
   WDG HUB — CSS voor: Featured blok + "Hoe gebruik je dit" + Hub FAQ
   (plakt in je bestaande stylesheet / customizer)
   =========================================================== */

/* --- Featured (Meest bekeken) onder hero intro --- */
.wdg-hub-featured{
  margin-top: 14px;
  padding: 14px 14px;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 14px;
  background: rgba(255,255,255,.70);
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

.wdg-hub-featured-kicker{
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  opacity: .75;
  margin-bottom: 6px;
}

.wdg-hub-featured-link{
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.25;
}

.wdg-hub-featured-link:hover{
  text-decoration: underline;
}

.wdg-hub-featured-sub{
  margin-top: 6px;
  font-size: 14px;
  opacity: .85;
}


/* --- "Hoe gebruik je dit overzicht" onder de zoekbalk --- */
.wdg-hub-howto{
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.65);
}

.wdg-hub-howto-title{
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 8px;
}

.wdg-hub-howto-list{
  margin: 0;
  padding-left: 18px; /* behoud bullets netjes */
}

.wdg-hub-howto-list li{
  margin: 6px 0;
  line-height: 1.45;
}

.wdg-hub-howto-list a{
  text-decoration: none;
  font-weight: 600;
}

.wdg-hub-howto-list a:hover{
  text-decoration: underline;
}


/* --- Extra contextregels per hub-sectie --- */
.wdg-hub-section-context{
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.55;
  opacity: .88;
}


/* --- Hub FAQ (onderaan) --- */
.wdg-hub-faq{
  margin-top: 26px;
  padding-top: 4px;
}

.wdg-hub-faq .wdg-faq-list{
  margin-top: 10px;
}

.wdg-hub-faq .wdg-faq-item{
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 14px;
  background: rgba(255,255,255,.70);
  box-shadow: 0 6px 18px rgba(0,0,0,.05);
  overflow: hidden;
  margin: 10px 0;
}

.wdg-hub-faq .wdg-faq-item > summary{
  cursor: pointer;
  list-style: none;
  padding: 14px 14px;
  font-weight: 700;
  line-height: 1.25;
  position: relative;
}

/* Verberg standaard marker (Chrome/Safari) */
.wdg-hub-faq .wdg-faq-item > summary::-webkit-details-marker{
  display: none;
}

/* Custom chevron */
.wdg-hub-faq .wdg-faq-item > summary::after{
  content: "›";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  font-size: 20px;
  opacity: .70;
  transition: transform .18s ease;
}

.wdg-hub-faq .wdg-faq-item[open] > summary::after{
  transform: translateY(-50%) rotate(90deg);
}

.wdg-hub-faq .wdg-faq-body{
  padding: 0 14px 14px;
  opacity: .92;
  line-height: 1.55;
}

.wdg-hub-faq .wdg-faq-body a{
  text-decoration: none;
  font-weight: 600;
}

.wdg-hub-faq .wdg-faq-body a:hover{
  text-decoration: underline;
}


/* --- Mobile tweaks --- */
@media (max-width: 768px){
  .wdg-hub-featured,
  .wdg-hub-howto{
    border-radius: 12px;
    padding: 12px 12px;
  }

  .wdg-hub-featured-sub,
  .wdg-hub-section-context{
    font-size: 13.5px;
  }

  .wdg-hub-faq .wdg-faq-item > summary{
    padding: 12px 12px;
  }

  .wdg-hub-faq .wdg-faq-body{
    padding: 0 12px 12px;
  }

  .wdg-hub-faq .wdg-faq-item > summary::after{
    right: 12px;
  }
}/* End custom CSS */