:root{--bg:#07111f;--surface:#0e1b2d;--surface2:#13243a;--text:#edf4fb;--muted:#9fb1c5;--line:#20364e;--accent:#47a7ff;--good:#56d19a}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.6 Arial,sans-serif}.wrap{max-width:1120px;margin:auto;padding:0 22px}.top{position:sticky;top:0;background:rgba(7,17,31,.96);border-bottom:1px solid var(--line);z-index:2}.nav{height:70px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-weight:800;font-size:22px;color:#fff;text-decoration:none}.nav nav{display:flex;gap:22px}.nav a{color:#c9d7e5;text-decoration:none}.hero{display:grid;grid-template-columns:1.7fr .8fr;gap:35px;padding:70px 0 45px;align-items:center}.hero h1{font-size:52px;line-height:1.05;margin:8px 0}.eyebrow,.tag{font-size:12px;font-weight:bold;letter-spacing:.09em;color:var(--accent)}.price-card,.panel,.card,.featured,.price-page>div{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:24px}.price-card{display:flex;flex-direction:column}.price-card strong{font-size:38px}.price-card small,.meta,small{color:var(--muted)}h1,h2,h3{line-height:1.2}h2{margin-top:36px}a{color:inherit}.featured h3{font-size:30px;margin:10px 0}.featured h3 a,.card h2 a,.list-item a{text-decoration:none}.grid2{display:grid;grid-template-columns:1.3fr .8fr;gap:32px;margin-bottom:60px}.list-item{display:grid;grid-template-columns:55px 1fr;gap:16px;padding:16px 0;border-bottom:1px solid var(--line)}.list-item>span{color:var(--accent);font-weight:bold}.list-item small{display:block}.knowledge-link{display:block;padding:10px 0;text-decoration:none;border-bottom:1px solid var(--line)}.status{display:inline-block;background:#173b33;color:#9aefd0;border-radius:999px;padding:4px 10px;font-size:13px}.cards{display:grid;gap:18px;margin-bottom:60px}.article{max-width:800px;margin:52px auto}.article h1{font-size:44px}.lead{font-size:20px;color:#c7d5e2}.body{font-size:18px}.source,.notice{margin-top:32px;padding:18px;background:var(--surface);border:1px solid var(--line);border-radius:12px}.price-page{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.price-page>div{display:flex;flex-direction:column}.price-page strong{font-size:30px}footer{border-top:1px solid var(--line);margin-top:60px;padding:30px 0;color:var(--muted)}footer a{color:var(--muted)}@media(max-width:760px){.nav{height:auto;padding:18px 22px;align-items:flex-start}.nav nav{gap:10px;flex-wrap:wrap;font-size:14px}.hero,.grid2{grid-template-columns:1fr}.hero{padding-top:40px}.hero h1{font-size:39px}.article h1{font-size:34px}.price-page{grid-template-columns:1fr}}

/* v0.3.23 — editorial images and article presentation */
.article-hero{margin:28px 0 34px}
.article-hero img{display:block;width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:18px;border:1px solid var(--line)}
.article-hero figcaption{margin-top:8px;color:var(--muted);font-size:13px}
.body p{margin:0 0 1.25em}
.body h2{font-size:28px;margin:42px 0 14px}
.body h3{font-size:22px;margin:32px 0 12px}
.source-card{margin-top:38px;padding:20px 22px;background:var(--surface);border:1px solid var(--line);border-radius:14px;display:flex;flex-direction:column;align-items:flex-start;gap:5px}
.source-label{color:var(--accent);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.source-card small{display:block}
.source-button{display:inline-block;margin-top:9px;padding:9px 13px;border:1px solid var(--line);border-radius:9px;text-decoration:none;background:var(--surface2)}
.featured{overflow:hidden;padding:0}
.featured>div{padding:24px}
.featured-image{display:block}
.featured-image img{display:block;width:100%;max-height:430px;aspect-ratio:16/9;object-fit:cover}
.list-thumb{width:96px;height:64px;display:block}
.list-thumb img{width:100%;height:100%;object-fit:cover;border-radius:9px;border:1px solid var(--line)}
.list-item:has(.list-thumb){grid-template-columns:96px 1fr}
.card-image{display:block;margin:-24px -24px 20px}
.card-image img{display:block;width:100%;max-height:360px;aspect-ratio:16/9;object-fit:cover;border-radius:18px 18px 0 0}
@media(max-width:760px){
  .article-hero{margin-left:-10px;margin-right:-10px}
  .article-hero img{border-radius:12px}
  .body h2{font-size:24px}
  .list-item:has(.list-thumb){grid-template-columns:78px 1fr}
  .list-thumb{width:78px;height:56px}
}


/* =========================================================
   v0.3.24 — frisse lichte XRP-Nieuws.nl huisstijl
   ========================================================= */

:root{
  --bg:#f6f9fc;
  --surface:#ffffff;
  --surface2:#eef5fb;
  --text:#172033;
  --muted:#6b778c;
  --accent:#1389d6;
  --accent-strong:#0876bb;
  --accent-soft:#e7f4fc;
  --line:#dce6ef;
  --success:#137a59;
  --shadow:0 8px 28px rgba(31,59,87,.08);
  --shadow-soft:0 4px 16px rgba(31,59,87,.06);
}

html,body{
  background:var(--bg)!important;
  color:var(--text)!important;
}

body{
  font-family:Inter,Segoe UI,Arial,sans-serif;
}

.site-header,
header,
.navbar{
  background:#ffffff!important;
  color:var(--text)!important;
  border-bottom:1px solid var(--line)!important;
  box-shadow:0 2px 12px rgba(31,59,87,.04);
}

.site-header a,
header a,
.navbar a{
  color:var(--text)!important;
}

.site-header a:hover,
header a:hover,
.navbar a:hover{
  color:var(--accent)!important;
}

main,
.page-shell{
  background:transparent!important;
}

.card,
.featured,
.sidebar-card,
.notice,
.source-card,
.market-card,
.knowledge-card{
  background:var(--surface)!important;
  border:1px solid var(--line)!important;
  box-shadow:var(--shadow-soft);
  color:var(--text)!important;
}

.tag{
  background:var(--accent-soft)!important;
  color:var(--accent-strong)!important;
  border:0!important;
  border-radius:999px!important;
  padding:5px 9px!important;
  font-size:12px!important;
  font-weight:800!important;
}

.meta,
.muted,
small{
  color:var(--muted)!important;
}

h1,h2,h3,h4{
  color:var(--text)!important;
}

a{
  color:var(--accent-strong);
}

a:hover{
  color:var(--accent);
}

button,
.button,
.btn,
.source-button{
  background:var(--accent)!important;
  color:white!important;
  border:0!important;
  box-shadow:none!important;
}

button:hover,
.button:hover,
.btn:hover,
.source-button:hover{
  background:var(--accent-strong)!important;
}

/* Homepage */
.featured{
  display:grid!important;
  grid-template-columns:minmax(280px, 38%) 1fr!important;
  gap:0!important;
  overflow:hidden!important;
  border-radius:18px!important;
}

.featured-image{
  min-height:100%;
  background:var(--surface2);
}

.featured-image img{
  width:100%!important;
  height:100%!important;
  max-height:300px!important;
  aspect-ratio:auto!important;
  object-fit:cover!important;
}

.featured>div{
  padding:28px!important;
}

.featured h1,
.featured h2{
  font-size:clamp(28px,3vw,42px)!important;
  line-height:1.08!important;
  margin-top:10px!important;
}

.featured p{
  color:#46546a!important;
  line-height:1.65!important;
}

/* News list */
.list-item{
  background:var(--surface)!important;
  border:1px solid var(--line)!important;
  border-radius:14px!important;
  padding:14px!important;
  margin-bottom:12px!important;
  box-shadow:var(--shadow-soft);
  align-items:center!important;
}

.list-item:has(.list-thumb){
  grid-template-columns:120px 1fr!important;
  gap:16px!important;
}

.list-thumb{
  width:120px!important;
  height:80px!important;
}

.list-thumb img{
  border-radius:10px!important;
  border:0!important;
}

.list-item h3,
.list-item h4{
  margin:0 0 6px!important;
  font-size:18px!important;
  line-height:1.25!important;
}

/* Generic cards */
.card{
  border-radius:16px!important;
  overflow:hidden!important;
}

.card-image{
  margin:-24px -24px 18px!important;
}

.card-image img{
  max-height:220px!important;
  aspect-ratio:16/9!important;
  object-fit:cover!important;
}

/* Sidebar */
.sidebar,
aside{
  color:var(--text)!important;
}

.sidebar-card,
.market-card,
.knowledge-card{
  border-radius:16px!important;
}

.sidebar h3,
.sidebar h4{
  color:var(--text)!important;
}

.market-card strong{
  color:var(--accent-strong)!important;
}

/* Article */
.article{
  max-width:860px!important;
  margin:0 auto!important;
}

.article h1{
  font-size:clamp(34px,4.5vw,54px)!important;
  line-height:1.08!important;
  margin-bottom:16px!important;
}

.article .lead{
  color:#46546a!important;
  font-size:20px!important;
  line-height:1.65!important;
}

.article-hero{
  max-width:720px!important;
  margin:26px auto 32px!important;
}

.article-hero img{
  width:100%!important;
  max-height:360px!important;
  aspect-ratio:16/9!important;
  object-fit:cover!important;
  border-radius:16px!important;
  border:1px solid var(--line)!important;
  box-shadow:var(--shadow);
}

.article-hero figcaption{
  color:var(--muted)!important;
  text-align:right;
}

.body{
  max-width:760px!important;
  margin:0 auto!important;
  font-size:18px!important;
  line-height:1.78!important;
}

.body p{
  margin-bottom:1.35em!important;
}

.body h2{
  color:#153b5a!important;
  font-size:28px!important;
  margin:42px 0 14px!important;
}

.body h3{
  color:#234f70!important;
}

.source-card{
  max-width:760px!important;
  margin:38px auto 0!important;
  border-left:4px solid var(--accent)!important;
  box-shadow:none!important;
}

.notice{
  max-width:760px!important;
  margin:18px auto 0!important;
  background:#f1f6fa!important;
  box-shadow:none!important;
}

/* Better layout spacing */
.container,
.content-wrap,
main{
  max-width:1240px;
}

section{
  scroll-margin-top:90px;
}

/* Welcome/demo block becomes visually secondary if still present */
.welcome,
.hero-welcome,
.intro-card{
  background:linear-gradient(135deg,#ffffff,#eef7fd)!important;
  color:var(--text)!important;
}

/* Responsive */
@media(max-width:900px){
  .featured{
    grid-template-columns:1fr!important;
  }
  .featured-image img{
    max-height:260px!important;
  }
}

@media(max-width:760px){
  .article{
    padding:0 8px!important;
  }
  .article-hero{
    max-width:none!important;
    margin:22px 0 28px!important;
  }
  .article-hero img{
    max-height:280px!important;
    border-radius:12px!important;
  }
  .body{
    font-size:17px!important;
  }
  .list-item:has(.list-thumb){
    grid-template-columns:92px 1fr!important;
  }
  .list-thumb{
    width:92px!important;
    height:64px!important;
  }
}

/* =========================================================
   v0.3.25 — lichtblauw + oranje
   ========================================================= */
:root{
  --bg:#f7fbff;
  --surface:#ffffff;
  --surface2:#edf7ff;
  --text:#17324d;
  --muted:#6d7f90;
  --accent:#4db6e8;
  --accent-strong:#2e9ed4;
  --accent-soft:#e6f6fd;
  --orange:#f59e42;
  --orange-strong:#e67f1f;
  --orange-soft:#fff1e2;
  --line:#d8e8f2;
  --shadow:0 8px 28px rgba(37,111,153,.08);
  --shadow-soft:0 4px 16px rgba(37,111,153,.05);
}

.site-header,
header,
.navbar{
  background:linear-gradient(90deg,#ffffff 0%,#f3fbff 65%,#fff8f0 100%)!important;
}

.tag{
  background:var(--orange-soft)!important;
  color:var(--orange-strong)!important;
}

.source-label{
  color:var(--orange-strong)!important;
}

.source-card{
  border-left:4px solid var(--orange)!important;
}

button,
.button,
.btn,
.source-button{
  background:var(--orange)!important;
  color:#fff!important;
}

button:hover,
.button:hover,
.btn:hover,
.source-button:hover{
  background:var(--orange-strong)!important;
}

.market-card strong,
a{
  color:var(--accent-strong);
}

a:hover{
  color:var(--orange-strong);
}

.featured,
.card,
.list-item,
.sidebar-card,
.market-card,
.knowledge-card{
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)!important;
}

.article .lead{
  color:#4d6579!important;
}

.body h2{
  color:#245b7d!important;
}

.notice{
  background:linear-gradient(90deg,#eef9ff,#fff7ee)!important;
}

.homepage-hero{
  background:
    radial-gradient(circle at 15% 15%,rgba(77,182,232,.10),transparent 32%),
    radial-gradient(circle at 88% 8%,rgba(245,158,66,.10),transparent 28%);
}


/* =========================================================
   v0.3.26 — XRP-Nieuws.nl logo in header
   ========================================================= */
.top{
  background:#ffffff!important;
  border-bottom:3px solid transparent!important;
  border-image:linear-gradient(90deg,var(--accent),var(--orange)) 1!important;
}

.nav{
  min-height:86px!important;
  height:auto!important;
  padding-top:8px!important;
  padding-bottom:8px!important;
}

.brand-logo-link{
  display:flex!important;
  align-items:center!important;
  flex:0 0 auto!important;
  text-decoration:none!important;
  line-height:0!important;
}

.brand-logo{
  display:block!important;
  width:310px!important;
  max-width:36vw!important;
  height:auto!important;
  object-fit:contain!important;
}

.nav nav{
  align-items:center!important;
}

.nav nav a{
  font-weight:650!important;
  color:var(--text)!important;
  padding:9px 0!important;
  position:relative;
}

.nav nav a:hover{
  color:var(--accent-strong)!important;
}

.nav nav a:hover::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:2px;
  height:2px;
  border-radius:2px;
  background:var(--orange);
}

@media(max-width:900px){
  .brand-logo{
    width:250px!important;
    max-width:44vw!important;
  }
  .nav nav{
    gap:14px!important;
  }
}

@media(max-width:760px){
  .nav{
    padding:10px 14px!important;
    gap:10px!important;
  }
  .brand-logo{
    width:215px!important;
    max-width:72vw!important;
  }
  .nav{
    flex-direction:column!important;
    align-items:flex-start!important;
  }
  .nav nav{
    width:100%;
    gap:12px!important;
    font-size:13px!important;
    overflow-x:auto;
    padding-bottom:2px;
  }
}


/* =========================================================
   v0.3.28 — compacte afbeeldingen op Laatste XRP nieuws
   ========================================================= */
.news-overview{
  display:flex!important;
  flex-direction:column!important;
  gap:14px!important;
}

.news-overview-card{
  display:grid!important;
  grid-template-columns:180px minmax(0,1fr)!important;
  gap:20px!important;
  align-items:center!important;
  padding:16px!important;
  border-radius:16px!important;
}

.news-overview-thumb{
  display:block!important;
  width:180px!important;
  height:110px!important;
  margin:0!important;
  overflow:hidden!important;
  border-radius:11px!important;
  background:var(--surface2,#edf7ff)!important;
}

.news-overview-thumb img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-height:none!important;
  object-fit:cover!important;
  border-radius:11px!important;
}

.news-overview-content{
  min-width:0!important;
}

.news-overview-content h2{
  margin:6px 0 7px!important;
  font-size:21px!important;
  line-height:1.25!important;
}

.news-overview-content p{
  margin:0 0 8px!important;
  color:var(--muted,#6d7f90)!important;
  line-height:1.5!important;
}

@media(max-width:650px){
  .news-overview-card{
    grid-template-columns:110px minmax(0,1fr)!important;
    gap:12px!important;
    padding:12px!important;
  }
  .news-overview-thumb{
    width:110px!important;
    height:78px!important;
  }
  .news-overview-content h2{
    font-size:17px!important;
  }
  .news-overview-content p{
    display:none!important;
  }
}


/* =========================================================
   v0.3.29 — compact nieuws-overzicht
   ========================================================= */
.news-overview{
  gap:12px!important;
}

.news-overview-card{
  min-height:142px!important;
  grid-template-columns:180px minmax(0,1fr)!important;
  gap:18px!important;
  padding:14px 16px!important;
  align-items:center!important;
}

.news-overview-thumb{
  width:180px!important;
  height:110px!important;
}

.news-overview-content{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:flex-start!important;
}

.news-overview-content .tag{
  margin-bottom:5px!important;
  padding:4px 9px!important;
  font-size:12px!important;
}

.news-overview-content h2{
  margin:0 0 6px!important;
  font-size:20px!important;
  line-height:1.22!important;
}

.news-overview-content h2 a{
  text-decoration:none!important;
}

.news-overview-summary{
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  margin:0 0 7px!important;
  line-height:1.45!important;
  font-size:15.5px!important;
  max-width:100%!important;
}

.news-overview-date{
  margin:0!important;
  font-size:13px!important;
  line-height:1.2!important;
  color:var(--muted,#6d7f90)!important;
}

@media(max-width:650px){
  .news-overview-card{
    min-height:102px!important;
    grid-template-columns:110px minmax(0,1fr)!important;
    gap:12px!important;
    padding:10px!important;
  }

  .news-overview-thumb{
    width:110px!important;
    height:78px!important;
  }

  .news-overview-content h2{
    font-size:16px!important;
    line-height:1.22!important;
    margin-bottom:5px!important;
  }

  .news-overview-summary{
    display:none!important;
  }

  .news-overview-content .tag{
    font-size:11px!important;
    padding:3px 7px!important;
  }

  .news-overview-date{
    font-size:12px!important;
  }
}


/* =========================================================
   v0.3.30 — professionele lichte homepage
   ========================================================= */
.home-top{
  display:grid;
  grid-template-columns:minmax(0,1.65fr) 310px;
  gap:26px;
  align-items:stretch;
  margin:18px 0 42px;
}

.home-intro{
  padding:34px 38px;
  border-radius:20px;
  border:1px solid var(--line);
  background:
    radial-gradient(circle at 92% 18%,rgba(245,158,66,.13),transparent 24%),
    radial-gradient(circle at 8% 14%,rgba(77,182,232,.15),transparent 26%),
    linear-gradient(135deg,#fff 0%,#f3fbff 68%,#fff8ef 100%);
  box-shadow:var(--shadow-soft);
}

.home-intro .eyebrow{
  color:var(--orange-strong);
  font-size:12px;
  font-weight:850;
  letter-spacing:.1em;
}

.home-intro h1{
  max-width:760px;
  margin:10px 0 14px;
  font-size:clamp(38px,5vw,62px);
  line-height:1.02;
  letter-spacing:-.035em;
}

.home-intro p{
  max-width:760px;
  margin:0;
  font-size:18px;
  line-height:1.65;
  color:#51697d;
}

.home-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}

.home-primary,
.home-secondary{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:0 15px;
  border-radius:10px;
  font-weight:750;
  text-decoration:none;
}

.home-primary{
  color:#fff!important;
  background:var(--orange);
}

.home-primary:hover{
  background:var(--orange-strong);
  color:#fff!important;
}

.home-secondary{
  color:var(--accent-strong)!important;
  background:#fff;
  border:1px solid var(--line);
}

.home-price-card{
  display:flex!important;
  flex-direction:column;
  justify-content:center;
  padding:28px!important;
  border-radius:20px!important;
  background:linear-gradient(145deg,#eaf8ff,#fff 65%,#fff3e6)!important;
  border:1px solid var(--line)!important;
  box-shadow:var(--shadow-soft);
}

.home-price-card .price-label{
  color:#526a7d;
  font-weight:750;
}

.home-price-card strong{
  margin:7px 0 4px;
  font-size:42px!important;
  color:#17324d!important;
}

.price-change{
  display:inline-flex;
  width:max-content;
  padding:4px 8px;
  border-radius:8px;
  font-weight:800;
}

.positive{
  color:#117653!important;
}

.negative{
  color:#c64b45!important;
}

.section-heading{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:20px;
  margin-bottom:15px;
}

.section-heading h2{
  margin:2px 0 0;
  font-size:29px;
}

.section-heading>a{
  font-size:14px;
  font-weight:750;
  text-decoration:none;
}

.section-kicker{
  color:var(--orange-strong);
  font-size:11px;
  font-weight:850;
  letter-spacing:.1em;
}

.home-section{
  margin-bottom:38px;
}

.home-featured{
  display:grid;
  grid-template-columns:minmax(300px,42%) minmax(0,1fr);
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  border-radius:19px;
  box-shadow:var(--shadow-soft);
}

.home-featured-image{
  display:block;
  min-height:265px;
  background:#edf8fd;
}

.home-featured-image img{
  display:block;
  width:100%;
  height:100%;
  max-height:330px;
  object-fit:cover;
}

.home-featured-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:28px 30px;
}

.home-featured-copy h3{
  margin:9px 0 10px;
  font-size:clamp(25px,3vw,35px);
  line-height:1.12;
}

.home-featured-copy h3 a{
  color:var(--text)!important;
  text-decoration:none;
}

.home-featured-copy p{
  margin:0;
  color:#5a6f81;
  line-height:1.6;
  font-size:16px;
}

.home-meta{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:14px;
  color:var(--muted);
  font-size:13px;
}

.read-more{
  display:inline-block;
  width:max-content;
  margin-top:15px;
  color:var(--orange-strong)!important;
  font-weight:800;
  text-decoration:none;
}

.home-content-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  gap:32px;
  align-items:start;
}

.home-news-list{
  display:flex;
  flex-direction:column;
  gap:11px;
}

.home-news-row{
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  gap:16px;
  padding:12px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  box-shadow:var(--shadow-soft);
}

.home-news-thumb{
  display:block;
  width:150px;
  height:96px;
}

.home-news-thumb img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  border-radius:10px;
}

.home-news-copy h3{
  margin:5px 0 5px;
  font-size:18px;
  line-height:1.22;
}

.home-news-copy h3 a{
  color:var(--text)!important;
  text-decoration:none;
}

.home-news-copy p{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  margin:0 0 5px;
  color:#647789;
  font-size:14px;
  line-height:1.45;
}

.home-news-copy small{
  font-size:12px;
}

.home-sidebar{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.home-side-card{
  padding:22px;
  border:1px solid var(--line);
  border-radius:17px;
  background:#fff;
  box-shadow:var(--shadow-soft);
}

.home-side-card h2{
  margin:4px 0 8px;
  font-size:24px;
}

.side-intro,
.home-side-card>p{
  color:#647789;
  line-height:1.55;
}

.knowledge-list{
  margin:14px 0;
  border-top:1px solid var(--line);
}

.knowledge-link{
  display:flex!important;
  justify-content:space-between;
  gap:12px;
  padding:12px 0!important;
  border-bottom:1px solid var(--line)!important;
  color:var(--text)!important;
  text-decoration:none!important;
  font-weight:650;
}

.knowledge-link b{
  color:var(--orange);
}

.side-more{
  display:inline-block;
  margin-top:5px;
  font-size:14px;
  font-weight:800;
  text-decoration:none;
}

.market-pulse-card{
  background:linear-gradient(145deg,#f1faff,#fff9f3)!important;
}

.pulse-price{
  font-size:32px;
  font-weight:850;
  margin:12px 0 4px;
}

.pulse-line{
  display:flex;
  justify-content:space-between;
  padding:9px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

@media(max-width:950px){
  .home-top,
  .home-content-grid{
    grid-template-columns:1fr;
  }
  .home-sidebar{
    display:grid;
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:720px){
  .home-intro{
    padding:26px 22px;
  }
  .home-intro h1{
    font-size:38px;
  }
  .home-featured{
    grid-template-columns:1fr;
  }
  .home-featured-image{
    min-height:210px;
  }
  .home-featured-copy{
    padding:22px;
  }
  .home-news-row{
    grid-template-columns:105px minmax(0,1fr);
  }
  .home-news-thumb{
    width:105px;
    height:75px;
  }
  .home-news-copy p{
    display:none;
  }
  .home-sidebar{
    grid-template-columns:1fr;
  }
}


/* =========================================================
   v0.4.0 — publieke website redesign
   ========================================================= */
:root{
  --v4-navy:#0b2d45;
  --v4-navy-2:#123e5b;
  --v4-blue:#2e9ed4;
  --v4-blue-soft:#eaf7fd;
  --v4-orange:#f59e42;
  --v4-orange-soft:#fff2e5;
  --v4-ink:#142c3e;
  --v4-muted:#657a8c;
  --v4-line:#dbe8f0;
  --v4-page:#f6fafc;
  --v4-card:#fff;
}
body{background:var(--v4-page)!important;color:var(--v4-ink)!important}
.site-main{padding-top:28px;padding-bottom:30px}
.top.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(10px);box-shadow:0 4px 24px rgba(13,48,72,.06)!important}
.main-nav{display:flex;gap:20px;align-items:center}
.main-nav a{font-size:14px;font-weight:750!important;white-space:nowrap}
.front-masthead{display:grid;grid-template-columns:minmax(0,1.6fr) 330px;gap:24px;margin:6px 0 46px}
.front-masthead-copy{padding:46px 48px;border:1px solid var(--v4-line);border-radius:24px;background:linear-gradient(135deg,#fff 0%,#eef9fe 68%,#fff7ed 100%);box-shadow:0 14px 40px rgba(23,69,99,.07)}
.front-masthead-copy h1{font-size:clamp(42px,5.2vw,68px);letter-spacing:-.035em;line-height:.98;margin:12px 0 18px;color:var(--v4-navy)!important;max-width:760px}
.front-masthead-copy p{font-size:19px;line-height:1.65;max-width:720px;color:#4f687a;margin:0}
.section-kicker{display:block;font-size:11px;letter-spacing:.13em;font-weight:900;color:var(--v4-orange);margin-bottom:5px}
.front-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.btn-primary,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;padding:11px 17px;border-radius:10px;font-weight:800;text-decoration:none}
.btn-primary{background:var(--v4-navy);color:#fff!important}
.btn-primary:hover{background:var(--v4-navy-2);color:#fff!important}
.btn-ghost{background:#fff;color:var(--v4-navy)!important;border:1px solid var(--v4-line)}
.ticker-card{display:flex;flex-direction:column;justify-content:center;padding:30px;border-radius:24px;background:var(--v4-navy);color:#fff;box-shadow:0 16px 38px rgba(11,45,69,.18)}
.ticker-top,.ticker-details{display:flex;align-items:center;justify-content:space-between;gap:12px}
.ticker-symbol{font-size:14px;font-weight:900;letter-spacing:.1em}
.live-dot{font-size:10px;font-weight:900;letter-spacing:.1em;background:rgba(255,255,255,.1);padding:5px 8px;border-radius:99px}
.ticker-price{font-size:44px;line-height:1;margin:24px 0 16px;color:#fff}
.ticker-details{padding:13px 0;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}
.ticker-card small{color:#bad0df!important;margin:12px 0}
.ticker-card>a{color:#fff;text-decoration:none;font-weight:800;margin-top:6px}
.positive{color:#15966c!important}.negative{color:#d94a55!important}
.front-section{min-width:0}
.front-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin:0 0 18px}
.front-section-head h2{font-size:30px;letter-spacing:-.02em;margin:0;color:var(--v4-navy)!important}
.front-section-head>a{font-size:14px;font-weight:800;text-decoration:none;color:var(--v4-blue)!important}
.lead-story{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);overflow:hidden;border:1px solid var(--v4-line);border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(22,65,94,.07)}
.lead-story-media{min-height:410px;background:#e8f2f7}
.lead-story-media img{width:100%;height:100%;min-height:410px;object-fit:cover;display:block}
.lead-story-body{display:flex;flex-direction:column;justify-content:center;padding:38px}
.story-meta-top{display:flex;gap:8px;align-items:center}
.breaking-pill{font-size:10px;font-weight:900;letter-spacing:.08em;padding:5px 8px;border-radius:99px;background:#feecec;color:#c53b45}
.lead-story h3{font-size:clamp(28px,3.2vw,43px);line-height:1.08;letter-spacing:-.025em;margin:15px 0}
.lead-story h3 a,.story-card h3 a,.news-v4-card h2 a,.related-card h3 a{text-decoration:none;color:var(--v4-ink)!important}
.lead-story-body>p{color:var(--v4-muted);font-size:17px;line-height:1.65}
.story-meta{display:flex;flex-wrap:wrap;gap:8px 18px;color:var(--v4-muted);font-size:13px;margin:6px 0 17px}
.story-link{font-weight:850;text-decoration:none;color:var(--v4-blue)!important}
.front-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:32px;margin-top:48px}
.story-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.story-card{overflow:hidden;border:1px solid var(--v4-line);border-radius:17px;background:#fff;box-shadow:0 5px 18px rgba(22,65,94,.05)}
.story-card-media{display:block;height:190px;background:#edf6fa}
.story-card-media img{width:100%;height:100%;object-fit:cover;display:block}
.story-card-body{padding:18px}
.story-card h3{font-size:19px;line-height:1.24;margin:10px 0 8px}
.story-card p{font-size:14.5px;line-height:1.55;color:var(--v4-muted);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.front-sidebar{display:flex;flex-direction:column;gap:18px}
.sidebar-box{padding:25px;border:1px solid var(--v4-line);border-radius:18px;background:#fff}
.sidebar-box h2{font-size:24px;margin:4px 0 10px;color:var(--v4-navy)!important}
.sidebar-box>p{color:var(--v4-muted);font-size:14.5px}
.sidebar-links{margin-top:15px;border-top:1px solid var(--v4-line)}
.sidebar-links a{display:flex;justify-content:space-between;gap:12px;padding:13px 0;border-bottom:1px solid var(--v4-line);font-weight:750;text-decoration:none;color:var(--v4-ink)!important}
.sidebar-links b{color:var(--v4-orange)}
.sidebar-more{display:inline-block;margin-top:17px;font-size:14px;font-weight:850;text-decoration:none}
.topic-cloud{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px}
.topic-cloud a{padding:7px 10px;border-radius:99px;background:var(--v4-blue-soft);font-size:13px;font-weight:800;text-decoration:none}
.image-placeholder{height:100%;min-height:260px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#dff3fc,#fff0df);color:var(--v4-navy);font-weight:900;letter-spacing:.08em}
.image-placeholder.small{min-height:100%;height:100%}
.page-header{max-width:780px;margin:16px 0 30px}
.page-header h1{font-size:clamp(38px,5vw,58px);letter-spacing:-.035em;margin:6px 0 10px;color:var(--v4-navy)!important}
.page-header p{font-size:18px;color:var(--v4-muted);margin:0}
.news-v4-list{display:flex;flex-direction:column;gap:14px;max-width:980px}
.news-v4-card{display:grid;grid-template-columns:220px minmax(0,1fr);gap:22px;padding:14px;border:1px solid var(--v4-line);border-radius:17px;background:#fff}
.news-v4-media{height:138px;border-radius:12px;overflow:hidden;background:#edf6fa}
.news-v4-media img{width:100%;height:100%;object-fit:cover;display:block}
.news-v4-copy{align-self:center}
.news-v4-copy h2{font-size:22px;line-height:1.2;margin:8px 0}
.news-v4-copy p{color:var(--v4-muted);margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.article-v4{max-width:1060px!important;margin:16px auto 0!important}
.article-header{max-width:900px;margin:0 auto 28px;text-align:left}
.article-breadcrumb{display:flex;flex-wrap:wrap;gap:7px;color:var(--v4-muted);font-size:13px;margin-bottom:24px}
.article-breadcrumb a{text-decoration:none;color:var(--v4-muted)}
.article-v4 h1{font-size:clamp(38px,5vw,62px)!important;letter-spacing:-.035em!important;color:var(--v4-navy)!important}
.article-v4 .lead{font-size:21px!important;max-width:850px}
.article-byline{display:flex;flex-wrap:wrap;gap:8px 20px;padding-top:16px;margin-top:18px;border-top:1px solid var(--v4-line);font-size:13px;color:var(--v4-muted)}
.article-v4 .article-hero{max-width:960px!important}
.article-v4 .article-hero img{max-height:540px!important}
.article-reading-grid{max-width:780px;margin:0 auto}
.article-body-wrap .body{max-width:780px!important}
.article-body-wrap .body>p:first-child{font-size:19px}
.article-body-wrap .body a{text-decoration-thickness:1px;text-underline-offset:3px}
.related-section{max-width:1060px;margin:60px auto 20px}
.related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.related-card{overflow:hidden;border:1px solid var(--v4-line);border-radius:16px;background:#fff}
.related-card img{display:block;width:100%;height:150px;object-fit:cover}
.related-card>div{padding:16px}
.related-card h3{font-size:17px;line-height:1.25;margin:9px 0}
.site-footer{margin-top:70px;background:var(--v4-navy);color:#d8e6ef;padding:46px 0 20px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:44px}
.footer-grid strong{color:#fff;display:block;margin-bottom:12px}
.footer-grid p{max-width:520px;color:#b9ccda}
.footer-grid a{display:block;color:#c9dbe7;text-decoration:none;padding:3px 0}
.footer-grid a:hover{color:#fff}
.footer-grid small{color:#9fb8c9!important}
.footer-bottom{margin-top:32px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);font-size:12px;color:#9fb8c9}
@media(max-width:960px){
  .front-masthead{grid-template-columns:1fr}
  .ticker-card{min-height:230px}
  .lead-story{grid-template-columns:1fr}
  .lead-story-media,.lead-story-media img{min-height:300px;max-height:420px}
  .front-layout{grid-template-columns:1fr}
  .front-sidebar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
  .main-nav{gap:13px}
}
@media(max-width:760px){
  .site-main{padding-top:18px}
  .front-masthead-copy{padding:30px 24px}
  .front-masthead-copy h1{font-size:42px}
  .front-masthead-copy p{font-size:17px}
  .story-grid{grid-template-columns:1fr}
  .front-sidebar{display:flex}
  .lead-story-body{padding:24px}
  .lead-story-media,.lead-story-media img{min-height:240px}
  .news-v4-card{grid-template-columns:112px minmax(0,1fr);gap:13px;padding:10px}
  .news-v4-media{height:88px}
  .news-v4-copy h2{font-size:16px;margin:5px 0}
  .news-v4-copy p{display:none}
  .related-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr;gap:28px}
  .article-header{padding:0 2px}
  .article-v4 .lead{font-size:18px!important}
}


/* =========================================================
   v0.4.2 — lichte, compacte nieuws-homepage
   ========================================================= */
body{background:#f8fbfd!important;color:#102d45!important}
.site-main{max-width:1320px!important;padding-top:34px!important}
.top.site-header{background:#fff!important;box-shadow:0 1px 0 #dce8ef!important}
.brand-logo{max-height:74px!important}
.main-nav a{color:#102d45!important;font-size:14px!important;font-weight:800!important}

.v42-topgrid{display:grid;grid-template-columns:minmax(0,2.05fr) minmax(310px,.95fr);gap:22px;align-items:stretch}
.v42-hero-card,.v42-market-card,.v42-news-card,.v42-info-box{background:#fff;border:1px solid #dce8ef;box-shadow:0 8px 26px rgba(24,65,91,.06)}
.v42-hero-card{display:grid;grid-template-columns:minmax(320px,.96fr) minmax(0,1.04fr);border-radius:18px;padding:12px;overflow:hidden}
.v42-hero-image{display:block;min-height:380px;border-radius:13px;overflow:hidden;background:#eef5f8}
.v42-hero-image img{display:block;width:100%;height:100%;min-height:380px;object-fit:cover}
.v42-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:30px 30px 26px}
.v42-kicker{display:block;color:#f47c20;font-size:11px;line-height:1.3;font-weight:900;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px}
.v42-hero-copy h1{font-size:clamp(28px,2.5vw,39px);line-height:1.12;letter-spacing:-.025em;margin:0 0 18px!important;color:#102d45!important}
.v42-hero-copy h1 a{color:#102d45!important;text-decoration:none}
.v42-hero-copy p{font-size:16.5px;line-height:1.65;color:#536b7d;margin:0 0 26px}
.v42-meta{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:auto;color:#667d8e;font-size:12.5px}

.v42-market-card{border-radius:18px;padding:25px 25px 20px;color:#102d45}
.v42-market-head{display:flex;justify-content:space-between;align-items:center;gap:12px}
.v42-market-head>strong{font-size:17px}
.v42-market-status{font-size:12px;color:#607687;white-space:nowrap}.v42-market-status i{display:inline-block;width:8px;height:8px;border-radius:50%;background:#18a86b;margin-right:6px}
.v42-market-price{font-size:42px;line-height:1;font-weight:900;letter-spacing:-.03em;margin:28px 0 10px;color:#102d45}
.v42-change{font-size:16px;font-weight:850}.v42-change span{font-weight:700}.up{color:#0c9b62!important}.down{color:#cf4550!important}
.v42-market-space{height:120px;margin:20px 0 12px;padding:20px;border-top:1px solid #edf2f5;border-bottom:1px solid #edf2f5;background:linear-gradient(180deg,#fbfdfe,#f5fafc);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#7b909f;border-radius:8px}
.v42-market-space span{font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.v42-market-space small{max-width:260px;margin-top:6px;color:#8ba0ae!important;line-height:1.4}
.v42-market-row{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #e7eef2;font-size:14px}.v42-market-row b{font-size:14px}
.v42-updated{display:block;margin:10px 0 14px;color:#738897!important}
.v42-market-link{display:block;text-align:center;padding:11px;border-radius:9px;background:#f5f9fc;color:#0879ca!important;text-decoration:none;font-weight:850;font-size:14px}

.v42-news-section{margin-top:32px}
.v42-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:15px}
.v42-section-head h2{font-size:29px;line-height:1.1;margin:0;color:#102d45!important;letter-spacing:-.02em}.v42-section-head .v42-kicker{margin-bottom:7px}.v42-section-head>a{font-size:14px;font-weight:850;color:#087fd0!important;text-decoration:none;margin-bottom:3px}
.v42-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.v42-news-card{border-radius:15px;overflow:hidden;min-width:0}
.v42-news-image{display:block;height:160px;background:#eef5f8;overflow:hidden}.v42-news-image img{display:block;width:100%;height:100%;object-fit:cover}
.v42-news-copy{position:relative;padding:18px 18px 16px}.v42-tag{display:inline-flex;align-items:center;padding:5px 9px;border-radius:99px;background:#fff1e4;color:#ed7418;font-size:11px;font-weight:900;margin-top:-32px;position:relative;border:1px solid #ffe0c2}
.v42-news-copy h3{font-size:17px;line-height:1.34;margin:11px 0 20px;min-height:68px}.v42-news-copy h3 a{color:#102d45!important;text-decoration:none}
.v42-card-meta{display:flex;justify-content:space-between;gap:8px;color:#6e8392;font-size:11.5px;border-top:1px solid #edf2f5;padding-top:12px}
.v42-placeholder{height:100%;min-height:300px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e4f4fb,#fff4e8);color:#17425f;font-weight:900}.v42-placeholder.small{min-height:160px}

.v42-lower-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:18px;margin-top:34px}.v42-info-box{border-radius:16px;padding:25px}.v42-info-box h2{font-size:23px;margin:0 0 8px;color:#102d45!important}.v42-info-box>p{color:#637989;margin:0 0 16px}.v42-knowledge-links{display:grid;grid-template-columns:1fr 1fr;gap:0 22px;border-top:1px solid #e7eef2}.v42-knowledge-links a{display:flex;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid #e7eef2;color:#17384f!important;text-decoration:none;font-size:13.5px;font-weight:750}.v42-knowledge-links b{color:#f47c20}.v42-more{display:inline-block;margin-top:16px;font-size:13px;font-weight:850;text-decoration:none}.v42-topics{display:flex;flex-wrap:wrap;gap:8px}.v42-topics a{padding:8px 11px;border-radius:99px;background:#edf7fc;color:#146b9e!important;text-decoration:none;font-size:12.5px;font-weight:850}

@media(max-width:1050px){.v42-topgrid{grid-template-columns:1fr}.v42-market-card{max-width:none}.v42-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.site-main{padding-top:18px!important}.v42-hero-card{grid-template-columns:1fr}.v42-hero-image,.v42-hero-image img{min-height:230px;max-height:310px}.v42-hero-copy{padding:23px 16px 18px}.v42-hero-copy h1{font-size:29px}.v42-market-card{padding:20px}.v42-market-price{font-size:37px}.v42-card-grid{grid-template-columns:1fr}.v42-news-image{height:190px}.v42-news-copy h3{min-height:0}.v42-lower-grid{grid-template-columns:1fr}.v42-knowledge-links{grid-template-columns:1fr}}


/* =========================================================
   v0.4.3 — compacte definitieve homepage-richting
   ========================================================= */
.site-main{
  max-width:1280px!important;
  padding-top:26px!important;
}

.v43-topgrid{
  display:grid;
  grid-template-columns:minmax(0,2.05fr) minmax(300px,.95fr);
  gap:18px;
  align-items:stretch;
}

.v43-hero-card,
.v43-market-card,
.v43-news-card,
.v43-benefits{
  background:#fff;
  border:1px solid #dce8ef;
  box-shadow:0 7px 20px rgba(24,65,91,.055);
}

.v43-hero-card{
  display:grid;
  grid-template-columns:minmax(300px,.95fr) minmax(0,1.05fr);
  border-radius:16px;
  padding:10px;
  overflow:hidden;
}

.v43-hero-image{
  display:block;
  height:345px;
  border-radius:12px;
  overflow:hidden;
  background:#eef5f8;
}

.v43-hero-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.v43-hero-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:25px 26px 21px;
}

.v43-kicker{
  display:block;
  color:#f47c20;
  font-size:10.5px;
  line-height:1.3;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
  margin-bottom:9px;
}

.v43-hero-copy h1{
  font-size:clamp(25px,2.15vw,34px);
  line-height:1.13;
  letter-spacing:-.023em;
  margin:0 0 14px!important;
  color:#102d45!important;
}

.v43-hero-copy h1 a{
  color:#102d45!important;
  text-decoration:none;
}

.v43-hero-copy p{
  font-size:15px;
  line-height:1.58;
  color:#536b7d;
  margin:0 0 20px;
}

.v43-meta{
  display:flex;
  flex-wrap:wrap;
  gap:6px 16px;
  margin-top:auto;
  color:#6b8191;
  font-size:11.5px;
}

.v43-market-card{
  border-radius:16px;
  padding:21px 21px 17px;
  color:#102d45;
}

.v43-market-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
}

.v43-market-head strong{
  font-size:16px;
}

.v43-market-status{
  font-size:11px;
  color:#637888;
}

.v43-market-status i{
  display:inline-block;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#18a86b;
  margin-right:5px;
}

.v43-market-price{
  font-size:37px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.03em;
  margin:22px 0 8px;
  color:#102d45;
}

.v43-change{
  font-size:14px;
  font-weight:850;
}

.v43-change span{
  font-weight:700;
}

.v43-market-visual{
  margin:15px 0 9px;
  padding:14px 14px 10px;
  border-top:1px solid #edf2f5;
  border-bottom:1px solid #edf2f5;
  background:linear-gradient(180deg,#fbfdfe,#f7fbfd);
  border-radius:8px;
  min-height:92px;
}

.v43-market-line{
  height:34px;
  margin-bottom:8px;
  background:
    linear-gradient(165deg,
      transparent 0 10%,
      #d7eee5 10% 12%,
      transparent 12% 21%,
      #d7eee5 21% 23%,
      transparent 23% 36%,
      #d7eee5 36% 38%,
      transparent 38% 51%,
      #d7eee5 51% 53%,
      transparent 53% 66%,
      #d7eee5 66% 68%,
      transparent 68% 100%);
  opacity:.85;
}

.v43-market-labels{
  display:flex;
  justify-content:space-between;
  gap:8px;
  color:#718694;
  font-size:10.5px;
  margin-bottom:5px;
}

.v43-market-visual small{
  display:block;
  color:#8da0ad!important;
  font-size:9.5px!important;
  line-height:1.35;
  text-align:center;
}

.v43-market-row{
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:9px 0;
  border-bottom:1px solid #e7eef2;
  font-size:12.5px;
}

.v43-market-row b{
  font-size:12.5px;
}

.v43-updated{
  display:block;
  margin:8px 0 11px;
  color:#768a99!important;
  font-size:10.5px!important;
}

.v43-market-link{
  display:block;
  text-align:center;
  padding:9px;
  border-radius:8px;
  background:#f5f9fc;
  color:#0879ca!important;
  text-decoration:none;
  font-weight:850;
  font-size:12.5px;
}

.v43-news-section{
  margin-top:25px;
}

.v43-section-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:18px;
  margin-bottom:12px;
}

.v43-section-head h2{
  font-size:26px;
  line-height:1.1;
  margin:0;
  color:#102d45!important;
  letter-spacing:-.02em;
}

.v43-section-head .v43-kicker{
  margin-bottom:6px;
}

.v43-section-head>a{
  font-size:12.5px;
  font-weight:850;
  color:#087fd0!important;
  text-decoration:none;
  margin-bottom:2px;
}

.v43-card-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:15px;
}

.v43-news-card{
  border-radius:13px;
  overflow:hidden;
  min-width:0;
}

.v43-news-image{
  display:block;
  height:140px;
  background:#eef5f8;
  overflow:hidden;
}

.v43-news-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.v43-news-copy{
  position:relative;
  padding:15px 15px 13px;
}

.v43-tag{
  display:inline-flex;
  align-items:center;
  padding:4px 8px;
  border-radius:99px;
  background:#fff1e4;
  color:#ed7418;
  font-size:10px;
  font-weight:900;
  margin-top:-27px;
  position:relative;
  border:1px solid #ffe0c2;
}

.v43-news-copy h3{
  font-size:15.5px;
  line-height:1.32;
  margin:9px 0 15px;
  min-height:61px;
}

.v43-news-copy h3 a{
  color:#102d45!important;
  text-decoration:none;
}

.v43-card-meta{
  display:flex;
  justify-content:space-between;
  gap:7px;
  color:#728695;
  font-size:10.5px;
  border-top:1px solid #edf2f5;
  padding-top:10px;
}

.v43-placeholder{
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#e4f4fb,#fff4e8);
  color:#17425f;
  font-weight:900;
}

.v43-benefits{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  border-radius:14px;
  margin-top:24px;
  overflow:hidden;
}

.v43-benefit{
  display:flex;
  align-items:center;
  gap:12px;
  padding:18px 20px;
  min-width:0;
}

.v43-benefit + .v43-benefit{
  border-left:1px solid #e5edf2;
}

.v43-icon{
  flex:0 0 36px;
  width:36px;
  height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  border:2px solid #1678ff;
  color:#1678ff;
  font-size:17px;
  font-weight:900;
}

.v43-benefit strong{
  display:block;
  color:#102d45;
  font-size:13px;
  margin-bottom:2px;
}

.v43-benefit p{
  margin:0;
  color:#6b8090;
  font-size:11.5px;
  line-height:1.4;
}

@media(max-width:1050px){
  .v43-topgrid{grid-template-columns:1fr}
  .v43-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .v43-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}
  .v43-benefit:nth-child(3){border-left:0;border-top:1px solid #e5edf2}
  .v43-benefit:nth-child(4){border-top:1px solid #e5edf2}
}

@media(max-width:760px){
  .site-main{padding-top:16px!important}
  .v43-hero-card{grid-template-columns:1fr}
  .v43-hero-image{height:235px}
  .v43-hero-copy{padding:20px 14px 17px}
  .v43-hero-copy h1{font-size:27px}
  .v43-market-card{padding:18px}
  .v43-market-price{font-size:34px}
  .v43-card-grid{grid-template-columns:1fr}
  .v43-news-image{height:180px}
  .v43-news-copy h3{min-height:0}
  .v43-benefits{grid-template-columns:1fr}
  .v43-benefit + .v43-benefit{border-left:0;border-top:1px solid #e5edf2}
}


/* =========================================================
   v0.4.3.1 — professionele logo/branding
   ========================================================= */
.site-header .nav{
  min-height:70px!important;
}
.site-header .brand-logo-link{
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
}
.site-header .brand-logo{
  width:335px!important;
  max-width:34vw!important;
  max-height:62px!important;
  height:auto!important;
  object-fit:contain!important;
}
@media(max-width:900px){
  .site-header .brand-logo{
    width:270px!important;
    max-width:44vw!important;
  }
}
@media(max-width:700px){
  .site-header .nav{
    min-height:60px!important;
  }
  .site-header .brand-logo{
    width:225px!important;
    max-width:64vw!important;
    max-height:50px!important;
  }
}


/* =========================================================
   v0.4.4 — header finalisering + artikelpagina
   ========================================================= */

/* Header: logo duidelijk links uitlijnen op dezelfde lijn als de contentkaarten */
.site-header .wrap.nav{
  max-width:1280px!important;
  width:calc(100% - 48px)!important;
  margin:0 auto!important;
  padding-left:0!important;
  padding-right:0!important;
  min-height:72px!important;
}

.site-header .brand-logo-link{
  margin-left:0!important;
  margin-right:auto!important;
}

.site-header .brand-logo{
  width:365px!important;
  max-width:38vw!important;
  max-height:66px!important;
}

.site-header .main-nav{
  margin-left:auto!important;
}

/* Artikel */
.v44-article{
  max-width:1100px;
  margin:0 auto;
}

.v44-breadcrumb{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  align-items:center;
  margin:2px 0 22px;
  font-size:12px;
  color:#748896;
}

.v44-breadcrumb a{
  color:#748896!important;
  text-decoration:none;
}

.v44-article-header{
  max-width:900px;
  margin:0 auto 26px;
  text-align:left;
}

.v44-kicker{
  display:block;
  color:#f47c20;
  font-size:10.5px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:8px;
}

.v44-article-header h1{
  margin:0!important;
  font-size:clamp(34px,4.1vw,55px)!important;
  line-height:1.06!important;
  letter-spacing:-.032em!important;
  color:#102d45!important;
}

.v44-lead{
  margin:18px 0 0;
  max-width:860px;
  color:#526b7d;
  font-size:18px;
  line-height:1.6;
}

.v44-article-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px 18px;
  margin-top:18px;
  padding-top:14px;
  border-top:1px solid #e4edf2;
  color:#6f8493;
  font-size:12px;
}

.v44-article-hero{
  max-width:980px;
  margin:0 auto 30px;
}

.v44-article-hero img{
  display:block;
  width:100%;
  max-height:520px;
  object-fit:cover;
  border-radius:17px;
  border:1px solid #dce8ef;
  box-shadow:0 8px 24px rgba(24,65,91,.06);
}

.v44-article-hero figcaption{
  margin-top:7px;
  color:#8194a1;
  font-size:10.5px;
}

.v44-article-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 260px;
  gap:34px;
  max-width:980px;
  margin:0 auto;
  align-items:start;
}

.v44-article-body .body{
  max-width:none!important;
  color:#263f51;
  font-size:16.5px;
  line-height:1.75;
}

.v44-article-body .body p{
  margin:0 0 19px;
}

.v44-article-body .body h2{
  color:#102d45!important;
  font-size:27px!important;
  line-height:1.2!important;
  margin:34px 0 13px!important;
}

.v44-article-body .body h3{
  color:#173b55!important;
  font-size:21px!important;
  line-height:1.25!important;
  margin:27px 0 11px!important;
}

.v44-article-body .body a{
  color:#087fd0!important;
  text-underline-offset:3px;
}

.v44-source-card{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  margin-top:32px;
  padding:18px 20px;
  border:1px solid #dce8ef;
  border-radius:14px;
  background:#f9fcfe;
}

.v44-source-card>div{
  display:flex;
  flex-direction:column;
  gap:3px;
}

.v44-source-label{
  color:#f47c20;
  font-size:9.5px;
  font-weight:900;
  letter-spacing:.12em;
}

.v44-source-card strong{
  color:#102d45;
  font-size:14px;
}

.v44-source-card small{
  color:#778b99!important;
}

.v44-source-card a{
  flex:0 0 auto;
  padding:9px 12px;
  border-radius:8px;
  background:#102d45;
  color:#fff!important;
  text-decoration:none;
  font-size:12px;
  font-weight:800;
}

.v44-disclaimer{
  margin-top:18px;
  padding:16px 18px;
  border-left:3px solid #2b9ed4;
  background:#f3f9fc;
  border-radius:0 10px 10px 0;
  color:#5f7585;
}

.v44-disclaimer strong{
  color:#102d45;
  font-size:13px;
}

.v44-disclaimer p{
  margin:3px 0 0;
  font-size:12.5px;
}

.v44-article-side{
  display:flex;
  flex-direction:column;
  gap:15px;
  position:sticky;
  top:92px;
}

.v44-sidebox{
  padding:19px;
  border:1px solid #dce8ef;
  border-radius:14px;
  background:#fff;
  box-shadow:0 5px 16px rgba(24,65,91,.045);
}

.v44-sidebox h2{
  margin:0 0 8px;
  color:#102d45!important;
  font-size:18px;
  line-height:1.2;
}

.v44-sidebox p{
  margin:0 0 12px;
  color:#6b8090;
  font-size:12.5px;
  line-height:1.55;
}

.v44-sidebox a{
  color:#087fd0!important;
  text-decoration:none;
  font-size:12px;
  font-weight:850;
}

.v44-related{
  max-width:1100px;
  margin:52px auto 15px;
}

.v44-related-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:18px;
  margin-bottom:13px;
}

.v44-related-head h2{
  margin:0;
  color:#102d45!important;
  font-size:25px;
  line-height:1.1;
}

.v44-related-head .v44-kicker{
  margin-bottom:5px;
}

.v44-related-head>a{
  margin-bottom:2px;
  color:#087fd0!important;
  text-decoration:none;
  font-size:12.5px;
  font-weight:850;
}

.v44-related-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:15px;
}

.v44-related-card{
  overflow:hidden;
  border:1px solid #dce8ef;
  border-radius:13px;
  background:#fff;
  box-shadow:0 5px 16px rgba(24,65,91,.045);
}

.v44-related-image{
  display:block;
  height:155px;
  overflow:hidden;
  background:#eef5f8;
}

.v44-related-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.v44-placeholder{
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#e4f4fb,#fff4e8);
  color:#17425f;
  font-weight:900;
}

.v44-related-copy{
  padding:14px;
}

.v44-tag{
  display:inline-flex;
  align-items:center;
  padding:4px 7px;
  border-radius:99px;
  background:#fff1e4;
  color:#ed7418;
  font-size:9.5px;
  font-weight:900;
  border:1px solid #ffe0c2;
}

.v44-related-copy h3{
  margin:8px 0 11px;
  font-size:15px;
  line-height:1.3;
}

.v44-related-copy h3 a{
  color:#102d45!important;
  text-decoration:none;
}

.v44-related-copy small{
  color:#718695!important;
  font-size:10.5px;
}

@media(max-width:900px){
  .site-header .wrap.nav{
    width:calc(100% - 30px)!important;
  }

  .site-header .brand-logo{
    width:300px!important;
    max-width:48vw!important;
  }

  .v44-article-layout{
    grid-template-columns:1fr;
  }

  .v44-article-side{
    position:static;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:700px){
  .site-header .wrap.nav{
    width:calc(100% - 24px)!important;
  }

  .site-header .brand-logo{
    width:245px!important;
    max-width:68vw!important;
  }

  .v44-article-header h1{
    font-size:34px!important;
  }

  .v44-lead{
    font-size:16.5px;
  }

  .v44-article-hero img{
    border-radius:12px;
  }

  .v44-article-body .body{
    font-size:16px;
  }

  .v44-article-side{
    grid-template-columns:1fr;
  }

  .v44-source-card{
    flex-direction:column;
    align-items:flex-start;
  }

  .v44-related-grid{
    grid-template-columns:1fr;
  }

  .v44-related-image{
    height:190px;
  }
}


/* =========================================================
   v0.4.5 — bronbeleid artikelpagina
   Bron transparant vermelden, maar geen uitgaande concurrentlink.
   ========================================================= */
.v45-source-card{
  justify-content:flex-start!important;
  padding:14px 17px!important;
}
.v45-source-card strong{
  font-size:13.5px!important;
}


/* =========================================================
   v0.4.6 — professioneel nieuwsoverzicht
   ========================================================= */
.v46-page-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:24px;
  margin:4px 0 18px;
}

.v46-kicker{
  display:block;
  color:#f47c20;
  font-size:10.5px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:6px;
}

.v46-page-head h1{
  margin:0!important;
  color:#102d45!important;
  font-size:clamp(34px,4vw,50px)!important;
  line-height:1.03!important;
  letter-spacing:-.03em!important;
}

.v46-page-head p{
  margin:10px 0 0;
  max-width:760px;
  color:#617788;
  font-size:15.5px;
  line-height:1.55;
}

.v46-filters{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-bottom:20px;
  padding-bottom:15px;
  border-bottom:1px solid #e1eaf0;
}

.v46-filters a{
  padding:7px 11px;
  border-radius:99px;
  background:#f3f7fa;
  border:1px solid #e1eaf0;
  color:#34546a!important;
  text-decoration:none;
  font-size:11.5px;
  font-weight:800;
}

.v46-filters a:hover,
.v46-filters a.active{
  background:#102d45;
  border-color:#102d45;
  color:#fff!important;
}

.v46-featured{
  display:grid;
  grid-template-columns:minmax(300px,.95fr) minmax(0,1.05fr);
  gap:0;
  overflow:hidden;
  margin-bottom:27px;
  border:1px solid #dce8ef;
  border-radius:16px;
  background:#fff;
  box-shadow:0 7px 20px rgba(24,65,91,.05);
}

.v46-featured-image{
  display:block;
  min-height:310px;
  background:#eef5f8;
  overflow:hidden;
}

.v46-featured-image img{
  display:block;
  width:100%;
  height:100%;
  min-height:310px;
  object-fit:cover;
}

.v46-featured-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:27px 30px;
}

.v46-tag{
  display:inline-flex;
  align-self:flex-start;
  padding:4px 8px;
  border-radius:99px;
  background:#fff1e4;
  border:1px solid #ffe0c2;
  color:#ed7418;
  font-size:9.5px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.v46-featured-copy h2{
  margin:12px 0 12px;
  font-size:clamp(25px,2.5vw,35px);
  line-height:1.12;
  letter-spacing:-.025em;
}

.v46-featured-copy h2 a,
.v46-card h3 a{
  color:#102d45!important;
  text-decoration:none;
}

.v46-featured-copy p{
  margin:0 0 16px;
  color:#5d7383;
  font-size:14.5px;
  line-height:1.6;
}

.v46-meta{
  display:flex;
  flex-wrap:wrap;
  gap:6px 14px;
  color:#738794;
  font-size:10.5px;
}

.v46-readmore{
  align-self:flex-start;
  margin-top:15px;
  color:#087fd0!important;
  text-decoration:none;
  font-size:12px;
  font-weight:850;
}

.v46-list-section{
  margin-top:4px;
}

.v46-section-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:18px;
  margin-bottom:12px;
}

.v46-section-head h2{
  margin:0;
  color:#102d45!important;
  font-size:25px;
  line-height:1.1;
}

.v46-section-head span{
  color:#788d9b;
  font-size:11px;
}

.v46-news-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.v46-card{
  display:grid;
  grid-template-columns:190px minmax(0,1fr);
  min-width:0;
  overflow:hidden;
  border:1px solid #dce8ef;
  border-radius:13px;
  background:#fff;
  box-shadow:0 4px 14px rgba(24,65,91,.035);
}

.v46-card-image{
  display:block;
  min-height:150px;
  background:#eef5f8;
  overflow:hidden;
}

.v46-card-image img{
  width:100%;
  height:100%;
  min-height:150px;
  display:block;
  object-fit:cover;
}

.v46-card-copy{
  display:flex;
  flex-direction:column;
  padding:15px 16px 13px;
}

.v46-card h3{
  margin:8px 0 7px;
  font-size:16px;
  line-height:1.28;
}

.v46-card p{
  margin:0 0 10px;
  color:#637988;
  font-size:12px;
  line-height:1.48;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.v46-card .v46-meta{
  margin-top:auto;
  padding-top:8px;
  border-top:1px solid #edf2f5;
}

.v46-placeholder{
  height:100%;
  min-height:250px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#e4f4fb,#fff4e8);
  color:#17425f;
  font-weight:900;
}

.v46-placeholder.small{
  min-height:150px;
}

.v46-pagination{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:18px;
  margin:28px 0 8px;
}

.v46-pagination a{
  padding:8px 12px;
  border:1px solid #dce8ef;
  border-radius:8px;
  background:#fff;
  color:#087fd0!important;
  text-decoration:none;
  font-size:11.5px;
  font-weight:850;
}

.v46-pagination span{
  color:#708594;
  font-size:11px;
}

.v46-empty{
  color:#6d8290;
}

@media(max-width:950px){
  .v46-news-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:760px){
  .v46-featured{
    grid-template-columns:1fr;
  }

  .v46-featured-image,
  .v46-featured-image img{
    min-height:225px;
    max-height:280px;
  }

  .v46-featured-copy{
    padding:20px 16px;
  }

  .v46-card{
    grid-template-columns:120px minmax(0,1fr);
  }

  .v46-card-image,
  .v46-card-image img,
  .v46-placeholder.small{
    min-height:110px;
  }

  .v46-card p{
    display:none;
  }

  .v46-card h3{
    font-size:14px;
  }
}


/* =========================================================
   v0.4.7 — news/category polish + herbruikbare kaarten
   ========================================================= */
.v47-page-head{
  margin:3px 0 16px;
  max-width:820px;
}
.v47-kicker{
  display:block;
  color:#f47c20;
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:5px;
}
.v47-page-head h1{
  margin:0!important;
  color:#102d45!important;
  font-size:clamp(33px,3.8vw,48px)!important;
  line-height:1.03!important;
  letter-spacing:-.03em!important;
}
.v47-page-head p{
  margin:8px 0 0;
  color:#617788;
  font-size:14.5px;
  line-height:1.55;
}
.v47-back-news{
  display:inline-block;
  margin-top:11px;
  color:#087fd0!important;
  text-decoration:none;
  font-size:11.5px;
  font-weight:800;
}

.v47-filters{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin:0 0 18px;
  padding:0 0 13px;
  border-bottom:1px solid #e1eaf0;
}
.v47-filters a{
  padding:7px 12px;
  border-radius:99px;
  background:#fff;
  border:1px solid #dce8ef;
  color:#34546a!important;
  text-decoration:none;
  font-size:11.5px;
  font-weight:800;
}
.v47-filters a:hover,
.v47-filters a.active{
  background:#102d45;
  border-color:#102d45;
  color:#fff!important;
}

.v47-featured{
  display:grid;
  grid-template-columns:minmax(300px,.96fr) minmax(0,1.04fr);
  overflow:hidden;
  margin-bottom:24px;
  border:1px solid #dce8ef;
  border-radius:15px;
  background:#fff;
  box-shadow:0 6px 18px rgba(24,65,91,.045);
}
.v47-featured-image{
  display:block;
  min-height:295px;
  background:#eef5f8;
  overflow:hidden;
}
.v47-featured-image img{
  width:100%;
  height:100%;
  min-height:295px;
  display:block;
  object-fit:cover;
}
.v47-featured-fallback{
  height:100%;
  min-height:295px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:5px;
  background:
    radial-gradient(circle at 30% 35%, rgba(46,158,212,.12), transparent 36%),
    linear-gradient(135deg,#edf7fb,#fff7ee);
  color:#102d45;
}
.v47-featured-fallback strong{font-size:22px}
.v47-featured-fallback span{font-size:11px;color:#758a98}
.v47-featured-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:25px 27px;
}
.v47-tag{
  display:inline-flex;
  align-self:flex-start;
  padding:4px 8px;
  border-radius:99px;
  background:#fff1e4;
  border:1px solid #ffe0c2;
  color:#ed7418;
  font-size:9.5px;
  font-weight:900;
  text-transform:uppercase;
}
.v47-featured-copy h2{
  margin:11px 0 10px;
  font-size:clamp(24px,2.35vw,33px);
  line-height:1.12;
  letter-spacing:-.023em;
}
.v47-featured-copy h2 a,
.v47-card h3 a{
  color:#102d45!important;
  text-decoration:none;
}
.v47-featured-copy p{
  margin:0 0 14px;
  color:#5d7383;
  font-size:14px;
  line-height:1.58;
}
.v47-meta{
  display:flex;
  flex-wrap:wrap;
  gap:6px 13px;
  color:#758895;
  font-size:10.5px;
}
.v47-readmore{
  align-self:flex-start;
  margin-top:13px;
  color:#087fd0!important;
  text-decoration:none;
  font-size:11.5px;
  font-weight:850;
}

.v47-list-section{margin-top:3px}
.v47-section-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:16px;
  margin-bottom:11px;
}
.v47-section-head h2{
  margin:0;
  color:#102d45!important;
  font-size:24px;
  line-height:1.1;
}
.v47-section-head span{
  color:#7a8e9c;
  font-size:10.5px;
}
.v47-news-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:13px;
  align-items:stretch;
}
.v47-card{
  display:grid;
  grid-template-columns:180px minmax(0,1fr);
  min-height:166px;
  overflow:hidden;
  border:1px solid #dce8ef;
  border-radius:12px;
  background:#fff;
  box-shadow:0 4px 13px rgba(24,65,91,.03);
}
.v47-card-image{
  display:block;
  min-height:166px;
  background:#eef5f8;
  overflow:hidden;
}
.v47-card-image img{
  width:100%;
  height:100%;
  min-height:166px;
  display:block;
  object-fit:cover;
}
.v47-fallback{
  height:100%;
  min-height:166px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:4px;
  background:
    linear-gradient(145deg,rgba(46,158,212,.09),rgba(245,158,66,.08)),
    #f8fbfd;
  color:#123e5b;
}
.v47-fallback-symbol{
  display:flex;
  width:58px;
  height:58px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  border:1px solid #cfe2ed;
  background:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
}
.v47-fallback small{
  color:#7d909c!important;
  font-size:9.5px!important;
}
.v47-card-copy{
  display:flex;
  flex-direction:column;
  padding:14px 15px 12px;
}
.v47-card h3{
  margin:8px 0 7px;
  font-size:15.5px;
  line-height:1.28;
}
.v47-card p{
  margin:0 0 10px;
  color:#637988;
  font-size:11.8px;
  line-height:1.48;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.v47-card .v47-meta{
  margin-top:auto;
  padding-top:8px;
  border-top:1px solid #edf2f5;
}
.v47-pagination{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:17px;
  margin:26px 0 7px;
}
.v47-pagination a{
  padding:8px 11px;
  border:1px solid #dce8ef;
  border-radius:8px;
  background:#fff;
  color:#087fd0!important;
  text-decoration:none;
  font-size:11px;
  font-weight:850;
}
.v47-pagination span{
  color:#708594;
  font-size:10.5px;
}
.v47-empty{color:#6d8290}

@media(max-width:950px){
  .v47-news-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
  .v47-featured{grid-template-columns:1fr}
  .v47-featured-image,
  .v47-featured-image img,
  .v47-featured-fallback{
    min-height:220px;
    max-height:275px;
  }
  .v47-featured-copy{padding:19px 15px}
  .v47-card{grid-template-columns:118px minmax(0,1fr);min-height:118px}
  .v47-card-image,
  .v47-card-image img,
  .v47-fallback{min-height:118px}
  .v47-fallback-symbol{width:46px;height:46px;font-size:11px}
  .v47-card p{display:none}
  .v47-card h3{font-size:13.8px}
}


/* =========================================================
   v0.4.8 — XRP koerspagina
   ========================================================= */
.v48-page-head{max-width:820px;margin:3px 0 20px}
.v48-kicker{display:block;color:#f47c20;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;margin-bottom:5px}
.v48-page-head h1{margin:0!important;color:#102d45!important;font-size:clamp(36px,4.2vw,52px)!important;line-height:1.02!important;letter-spacing:-.03em!important}
.v48-page-head p{margin:9px 0 0;color:#617788;font-size:14.5px;line-height:1.55}

.v48-market-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(285px,.75fr);gap:17px;align-items:stretch}
.v48-main-card,.v48-stats-card,.v48-info-card,.v48-empty-state{background:#fff;border:1px solid #dce8ef;border-radius:15px;box-shadow:0 6px 18px rgba(24,65,91,.045)}
.v48-main-card{padding:24px 25px 19px}
.v48-price-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}
.v48-symbol{display:block;color:#6d8392;font-size:11px;font-weight:850;letter-spacing:.06em}
.v48-main-price{margin-top:5px;color:#102d45;font-size:46px;line-height:1;font-weight:900;letter-spacing:-.04em}
.v48-live{display:flex;align-items:center;gap:6px;color:#6d8392;font-size:10.5px}.v48-live i{width:7px;height:7px;background:#18a86b;border-radius:50%}
.v48-change-row{display:flex;align-items:center;gap:9px;margin-top:11px}.v48-change-row strong{font-size:16px}.v48-change-row span{color:#728694;font-size:11.5px}
.v48-up{color:#0a9c60!important}.v48-down{color:#cf4550!important}

.v48-chart{margin-top:20px;padding:10px 10px 7px;background:linear-gradient(180deg,#fbfdfe,#f7fbfd);border:1px solid #edf2f5;border-radius:11px}
.v48-chart svg{display:block;width:100%;height:220px}
.v48-chart .gridline{stroke:#e4edf2;stroke-width:.45;vector-effect:non-scaling-stroke}
.v48-chart .price-line{fill:none;stroke:#16a468;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}
.v48-chart-labels{display:flex;justify-content:space-between;color:#8295a2;font-size:9.5px;padding:0 4px}
.v48-no-chart{height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#748896}
.v48-no-chart strong{color:#38556a;font-size:14px}.v48-no-chart span{max-width:420px;margin-top:5px;font-size:11px;line-height:1.45}
.v48-chart-foot{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:8px;color:#7b8f9c;font-size:9.8px}

.v48-stats-card{padding:21px 22px}
.v48-stats-card h2{margin:0 0 12px;color:#102d45!important;font-size:18px}
.v48-stat{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 0;border-bottom:1px solid #e9f0f4}
.v48-stat span{color:#6d8290;font-size:11.5px}.v48-stat strong{color:#102d45;font-size:13px;text-align:right}
.v48-updated{display:block;margin-top:13px;color:#7c909d!important;font-size:10px!important}

.v48-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:22px}
.v48-info-card{padding:19px}.v48-info-card h2{margin:0 0 7px;color:#102d45!important;font-size:17px;line-height:1.2}.v48-info-card p{margin:0;color:#657b8a;font-size:11.8px;line-height:1.55}
.v48-empty-state{padding:28px}.v48-empty-state h2{margin:0 0 7px;color:#102d45!important}.v48-empty-state p{margin:0;color:#697f8e}

.v48-market-news{margin-top:30px}.v48-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:11px}.v48-section-head h2{margin:0;color:#102d45!important;font-size:24px}.v48-section-head .v48-kicker{margin-bottom:5px}.v48-section-head>a{color:#087fd0!important;text-decoration:none;font-size:11.5px;font-weight:850}
.v48-news-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}

@media(max-width:950px){
  .v48-market-layout{grid-template-columns:1fr}
  .v48-info-grid{grid-template-columns:1fr}
  .v48-news-grid{grid-template-columns:1fr}
}
@media(max-width:700px){
  .v48-main-card{padding:19px 15px 15px}
  .v48-main-price{font-size:39px}
  .v48-chart svg{height:170px}
  .v48-stats-card{padding:18px}
}


/* =========================================================
   v0.4.9 — grid, waarden en technische analyse
   ========================================================= */
.v49-page-head{max-width:900px;margin:3px 0 18px}
.v49-kicker{display:block;color:#f47c20;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;margin-bottom:5px}
.v49-page-head h1{margin:0!important;color:#102d45!important;font-size:clamp(36px,4.1vw,52px)!important;line-height:1.02!important;letter-spacing:-.03em!important}
.v49-page-head p{margin:8px 0 0;color:#617788;font-size:14px;line-height:1.55}
.v49-market-layout{display:grid;grid-template-columns:minmax(0,1.72fr) minmax(300px,.72fr);gap:16px;align-items:start}
.v49-main-card,.v49-stats-card,.v49-tech-card,.v49-info-card,.v49-empty-state{background:#fff;border:1px solid #dce8ef;border-radius:15px;box-shadow:0 5px 16px rgba(24,65,91,.04)}
.v49-main-card{padding:22px 24px 18px}
.v49-price-head{display:flex;justify-content:space-between;gap:18px}.v49-symbol{display:block;color:#6d8392;font-size:11px;font-weight:850;letter-spacing:.06em}.v49-main-price{margin-top:4px;color:#102d45;font-size:45px;line-height:1;font-weight:900;letter-spacing:-.04em}
.v49-change-row{display:flex;align-items:center;gap:8px;margin-top:9px}.v49-change-row strong{font-size:15px}.v49-change-row span{color:#748896;font-size:11px}
.v49-live{display:flex;align-items:center;gap:6px;color:#6d8392;font-size:10px}.v49-live i{width:7px;height:7px;background:#18a86b;border-radius:50%}
.v49-up{color:#0a9c60!important}.v49-down{color:#cf4550!important}.v49-bullish{color:#0a9c60!important}.v49-bearish{color:#cf4550!important}.v49-neutral{color:#e27b16!important}
.v49-toolbar{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-top:18px}.v49-periods{display:flex;gap:4px;padding:3px;border:1px solid #dce8ef;border-radius:9px;background:#f9fbfd}.v49-periods a{padding:7px 11px;border-radius:7px;color:#405e72!important;text-decoration:none;font-size:10.5px;font-weight:850}.v49-periods a.active{background:#146df5;color:#fff!important}.v49-tech-label{color:#7b8f9c;font-size:9.5px}
.v49-chart{position:relative;margin-top:12px;height:330px;padding:4px 0 26px 55px;border-top:1px solid #edf2f5;border-bottom:1px solid #edf2f5;background:#fcfeff;overflow:hidden}
.v49-chart svg{display:block;width:100%;height:100%}.v49-chart .gridline,.v49-chart .vgridline{stroke:#e2ebf0;stroke-width:.45;vector-effect:non-scaling-stroke}.v49-chart .price-line{fill:none;stroke:#10a466;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}
.v49-y-axis{position:absolute;left:0;top:4px;bottom:26px;width:52px}.v49-y-axis span{position:absolute;right:6px;color:#6f8493;font-size:9px;white-space:nowrap}
.v49-x-axis{position:absolute;left:55px;right:0;bottom:5px;height:16px}.v49-x-axis span{position:absolute;transform:translateX(-50%);color:#778b98;font-size:9px}
.v49-level{position:absolute;right:12px;padding:3px 6px;border-radius:5px;font-size:8.5px;font-weight:850;background:rgba(255,255,255,.92)}.v49-resistance{top:12px;color:#cf4550}.v49-support{bottom:31px;color:#0a9c60}
.v49-no-chart{height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#748896}.v49-no-chart strong{color:#38556a}.v49-no-chart span{max-width:420px;margin-top:5px;font-size:11px}
.v49-range-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:11px;border:1px solid #e5edf2;border-radius:10px;overflow:hidden}.v49-range-grid>div{padding:10px;text-align:center}.v49-range-grid>div+div{border-left:1px solid #e5edf2}.v49-range-grid span{display:block;color:#758a98;font-size:9.5px}.v49-range-grid strong{display:block;margin-top:3px;color:#102d45;font-size:12px}
.v49-side-stack{display:flex;flex-direction:column;gap:14px}.v49-stats-card,.v49-tech-card{padding:19px 20px}.v49-stats-card h2,.v49-tech-card h2{margin:0;color:#102d45!important;font-size:18px}.v49-stat{display:flex;justify-content:space-between;gap:14px;padding:10px 0;border-bottom:1px solid #e9f0f4}.v49-stat span{color:#6d8290;font-size:11px}.v49-stat strong{color:#102d45;font-size:12px;text-align:right}.v49-tech-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:6px}.v49-tech-head>span{padding:3px 6px;border-radius:5px;background:#edf5fb;color:#597385;font-size:9px;font-weight:850}.v49-subnote{margin-top:-6px;padding-bottom:6px;color:#8295a2;font-size:9px}.v49-tech-warning{margin-top:12px;padding:9px 10px;border-radius:8px;background:#fff8ef;color:#8c6841;font-size:9.5px;line-height:1.45}
.v49-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin-top:20px}.v49-info-card{padding:18px}.v49-info-card h2{margin:0 0 6px;color:#102d45!important;font-size:16.5px}.v49-info-card p{margin:0;color:#667c8b;font-size:11.5px;line-height:1.55}.v49-empty-state{padding:26px}
.v49-market-news{margin-top:28px}.v49-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:10px}.v49-section-head h2{margin:0;color:#102d45!important;font-size:23px}.v49-section-head .v49-kicker{margin-bottom:4px}.v49-section-head>a{color:#087fd0!important;text-decoration:none;font-size:11px;font-weight:850}.v49-news-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
@media(max-width:980px){.v49-market-layout{grid-template-columns:1fr}.v49-info-grid{grid-template-columns:1fr}.v49-news-grid{grid-template-columns:1fr}}
@media(max-width:700px){.v49-main-card{padding:18px 14px}.v49-price-head{flex-direction:column}.v49-main-price{font-size:39px}.v49-toolbar{align-items:flex-start;flex-direction:column}.v49-periods{width:100%;overflow-x:auto}.v49-chart{height:260px;padding-left:48px}.v49-y-axis{width:46px}.v49-x-axis{left:48px}.v49-range-grid{grid-template-columns:1fr 1fr}.v49-range-grid>div{border-bottom:1px solid #e5edf2}.v49-range-grid>div+div{border-left:0}.v49-range-grid>div:nth-child(even){border-left:1px solid #e5edf2}}


/* =========================================================
   v0.4.10 — koersgrafiek polish + vaste TA-periode
   ========================================================= */
.v410-page-head{max-width:900px;margin:3px 0 18px}.v410-kicker{display:block;color:#f47c20;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;margin-bottom:5px}.v410-page-head h1{margin:0!important;color:#102d45!important;font-size:clamp(36px,4.1vw,52px)!important;line-height:1.02!important;letter-spacing:-.03em!important}.v410-page-head p{margin:8px 0 0;color:#617788;font-size:14px;line-height:1.55}
.v410-market-layout{display:grid;grid-template-columns:minmax(0,1.78fr) minmax(300px,.72fr);gap:16px;align-items:start}.v410-main-card,.v410-stats-card,.v410-tech-card,.v410-info-card,.v410-empty-state{background:#fff;border:1px solid #dce8ef;border-radius:15px;box-shadow:0 5px 16px rgba(24,65,91,.04)}
.v410-main-card{padding:22px 24px 18px}.v410-price-head{display:flex;justify-content:space-between;gap:18px}.v410-symbol{display:block;color:#6d8392;font-size:11px;font-weight:850;letter-spacing:.06em}.v410-main-price{margin-top:4px;color:#102d45;font-size:45px;line-height:1;font-weight:900;letter-spacing:-.04em}.v410-change-row{display:flex;align-items:center;gap:8px;margin-top:9px}.v410-change-row strong{font-size:15px}.v410-change-row span{color:#748896;font-size:11px}.v410-live{display:flex;align-items:center;gap:6px;color:#6d8392;font-size:10px}.v410-live i{width:7px;height:7px;background:#18a86b;border-radius:50%}
.v410-up{color:#0a9c60!important}.v410-down{color:#cf4550!important}.v410-bullish{color:#0a9c60!important}.v410-bearish{color:#cf4550!important}.v410-neutral{color:#e27b16!important}
.v410-toolbar{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-top:18px}.v410-periods{display:flex;gap:4px;padding:3px;border:1px solid #dce8ef;border-radius:9px;background:#f9fbfd}.v410-periods a{padding:7px 11px;border-radius:7px;color:#405e72!important;text-decoration:none;font-size:10.5px;font-weight:850}.v410-periods a.active{background:#146df5;color:#fff!important}.v410-tech-label{color:#7b8f9c;font-size:9.5px}
.v410-chart{position:relative;margin-top:12px;height:410px;padding:4px 88px 28px 62px;border-top:1px solid #edf2f5;border-bottom:1px solid #edf2f5;background:#fcfeff;overflow:hidden}
.v410-chart svg{display:block;width:100%;height:100%}.v410-chart .gridline,.v410-chart .vgridline{stroke:#d8e4eb;stroke-width:.55;vector-effect:non-scaling-stroke}.v410-chart .highline{stroke:#d65a62;stroke-width:.8;stroke-dasharray:4 4;vector-effect:non-scaling-stroke}.v410-chart .lowline{stroke:#2ba46f;stroke-width:.8;stroke-dasharray:4 4;vector-effect:non-scaling-stroke}.v410-chart .currentline{stroke:#168bdb;stroke-width:.75;stroke-dasharray:3 3;vector-effect:non-scaling-stroke}.v410-chart .price-line{fill:none;stroke:#10a466;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}
.v410-y-axis{position:absolute;left:0;top:4px;bottom:28px;width:58px}.v410-y-axis span{position:absolute;right:7px;color:#4f697c;font-size:9.5px;font-weight:650;white-space:nowrap}.v410-x-axis{position:absolute;left:62px;right:88px;bottom:5px;height:16px}.v410-x-axis span{position:absolute;transform:translateX(-50%);color:#607787;font-size:9.5px}
.v410-level{position:absolute;right:8px;width:74px;padding:3px 5px;border-radius:5px;font-size:8.5px;font-weight:850;background:rgba(255,255,255,.94);box-shadow:0 1px 3px rgba(17,45,67,.08)}.v410-resistance{color:#cf4550}.v410-support{color:#0a9c60}.v410-current{color:#168bdb}
.v410-no-chart{height:350px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#748896}.v410-no-chart strong{color:#38556a}.v410-no-chart span{max-width:420px;margin-top:5px;font-size:11px}
.v410-range-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:11px;border:1px solid #e5edf2;border-radius:10px;overflow:hidden}.v410-range-grid>div{padding:10px;text-align:center}.v410-range-grid>div+div{border-left:1px solid #e5edf2}.v410-range-grid span{display:block;color:#758a98;font-size:9.5px}.v410-range-grid strong{display:block;margin-top:3px;color:#102d45;font-size:12px}
.v410-side-stack{display:flex;flex-direction:column;gap:14px}.v410-stats-card,.v410-tech-card{padding:19px 20px}.v410-stats-card h2,.v410-tech-card h2{margin:0;color:#102d45!important;font-size:18px}.v410-stat{display:flex;justify-content:space-between;gap:14px;padding:10px 0;border-bottom:1px solid #e9f0f4}.v410-stat span{color:#6d8290;font-size:11px}.v410-stat strong{color:#102d45;font-size:12px;text-align:right}.v410-tech-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:4px}.v410-tech-head>span{padding:3px 6px;border-radius:5px;background:#edf5fb;color:#597385;font-size:9px;font-weight:850}.v410-ta-note{margin-bottom:5px;color:#8295a2;font-size:9px}.v410-subnote{margin-top:-6px;padding-bottom:6px;color:#8295a2;font-size:9px}.v410-tech-warning{margin-top:12px;padding:9px 10px;border-radius:8px;background:#fff8ef;color:#8c6841;font-size:9.5px;line-height:1.45}
.v410-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin-top:20px}.v410-info-card{padding:18px}.v410-info-card h2{margin:0 0 6px;color:#102d45!important;font-size:16.5px}.v410-info-card p{margin:0;color:#667c8b;font-size:11.5px;line-height:1.55}.v410-empty-state{padding:26px}
.v410-market-news{margin-top:28px}.v410-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:10px}.v410-section-head h2{margin:0;color:#102d45!important;font-size:23px}.v410-section-head .v410-kicker{margin-bottom:4px}.v410-section-head>a{color:#087fd0!important;text-decoration:none;font-size:11px;font-weight:850}.v410-news-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
@media(max-width:980px){.v410-market-layout{grid-template-columns:1fr}.v410-info-grid{grid-template-columns:1fr}.v410-news-grid{grid-template-columns:1fr}}
@media(max-width:700px){.v410-main-card{padding:18px 14px}.v410-price-head{flex-direction:column}.v410-main-price{font-size:39px}.v410-toolbar{align-items:flex-start;flex-direction:column}.v410-periods{width:100%;overflow-x:auto}.v410-chart{height:300px;padding-left:52px;padding-right:65px}.v410-y-axis{width:49px}.v410-x-axis{left:52px;right:65px}.v410-range-grid{grid-template-columns:1fr 1fr}.v410-range-grid>div{border-bottom:1px solid #e5edf2}.v410-range-grid>div+div{border-left:0}.v410-range-grid>div:nth-child(even){border-left:1px solid #e5edf2}}


/* =========================================================
   v0.4.11 — lokale historische koersdatabase
   ========================================================= */
.v411-history-status{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  margin-top:20px;
  padding:17px 19px;
  border:1px solid #dce8ef;
  border-radius:13px;
  background:#fff;
  box-shadow:0 4px 13px rgba(24,65,91,.03);
}
.v411-history-status .v410-kicker{margin-bottom:4px}
.v411-history-status h2{
  margin:0 0 4px;
  color:#102d45!important;
  font-size:16px;
}
.v411-history-status p{
  margin:0;
  color:#647a89;
  font-size:11.5px;
}
.v411-history-status>small{
  max-width:340px;
  color:#7d909d!important;
  font-size:9.5px!important;
  line-height:1.45;
  text-align:right;
}
@media(max-width:700px){
  .v411-history-status{
    flex-direction:column;
    align-items:flex-start;
  }
  .v411-history-status>small{
    text-align:left;
  }
}


/* =========================================================
   v0.4.12 — MA50/MA200 + RSI-correctie + publieke cleanup
   ========================================================= */
.v412-chart-legend{
  display:flex;
  gap:14px;
  align-items:center;
  margin-top:8px;
  color:#687f8f;
  font-size:9.5px;
}
.v412-chart-legend span{
  display:inline-flex;
  align-items:center;
  gap:5px;
}
.v412-chart-legend i{
  display:inline-block;
  width:18px;
  height:2px;
  border-radius:2px;
}
.v412-chart-legend i.price{background:#10a466}
.v412-chart-legend i.ma50{background:#168bdb}
.v412-chart-legend i.ma200{background:#8a63d2}

.v410-chart .ma50-line{
  fill:none;
  stroke:#168bdb;
  stroke-width:1.5;
  stroke-linecap:round;
  stroke-linejoin:round;
  vector-effect:non-scaling-stroke;
  opacity:.95;
}
.v410-chart .ma200-line{
  fill:none;
  stroke:#8a63d2;
  stroke-width:1.4;
  stroke-linecap:round;
  stroke-linejoin:round;
  vector-effect:non-scaling-stroke;
  opacity:.9;
}

/* Oude publieke beheer/statuskaart volledig verbergen als die door cache/templates blijft staan */
.v411-history-status{display:none!important}


/* =========================================================
   v0.4.13 — uitgebreide technische uitleg
   ========================================================= */
.v413-distance-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-top:10px;
}
.v413-distance-grid>div{
  padding:9px 10px;
  border:1px solid #e8eef2;
  border-radius:8px;
  background:#fbfdfe;
}
.v413-distance-grid span{
  display:block;
  color:#758996;
  font-size:9px;
}
.v413-distance-grid strong{
  display:block;
  margin-top:3px;
  font-size:12px;
}

.v413-cross{
  margin-top:10px;
  padding:10px;
  border:1px solid #dde8ee;
  border-radius:8px;
  background:#f7fbfd;
}
.v413-cross span,
.v413-cross small{
  display:block;
  color:#748995;
  font-size:9px;
}
.v413-cross strong{
  display:block;
  margin:2px 0;
  color:#102d45;
  font-size:12px;
}

.v413-explainer{
  margin-top:20px;
  padding:20px 21px;
  border:1px solid #dce8ef;
  border-radius:15px;
  background:#fff;
  box-shadow:0 5px 16px rgba(24,65,91,.04);
}
.v413-explainer-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:18px;
  margin-bottom:15px;
}
.v413-explainer-head h2{
  margin:0;
  color:#102d45!important;
  font-size:21px;
}
.v413-explainer-head small{
  max-width:360px;
  color:#7b8e9b!important;
  font-size:9.5px!important;
  text-align:right;
  line-height:1.4;
}
.v413-explainer-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.v413-explainer-grid article{
  padding:13px 14px;
  border:1px solid #e6edf2;
  border-radius:10px;
  background:#fbfdfe;
}
.v413-explainer-grid article>strong,
.v413-line-key strong{
  color:#102d45;
  font-size:12px;
}
.v413-explainer-grid p{
  margin:6px 0 0;
  color:#657b89;
  font-size:10.5px;
  line-height:1.52;
}
.v413-line-key{
  display:flex;
  align-items:center;
  gap:7px;
}
.v413-line-key i{
  display:inline-block;
  width:22px;
  height:2px;
  border-radius:2px;
}
.v413-line-key i.price{background:#10a466}
.v413-line-key i.ma50{background:#168bdb}
.v413-line-key i.ma200{background:#8a63d2}

.v413-summary{
  margin-top:12px;
  padding:13px 14px;
  border-left:3px solid #168bdb;
  border-radius:0 9px 9px 0;
  background:#f3f9fc;
}
.v413-summary span{
  color:#168bdb;
  font-size:9px;
  font-weight:900;
  letter-spacing:.1em;
}
.v413-summary p{
  margin:4px 0 0;
  color:#38566a;
  font-size:11.5px;
  line-height:1.55;
}

@media(max-width:980px){
  .v413-explainer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .v413-distance-grid{grid-template-columns:1fr}
  .v413-explainer-head{flex-direction:column;align-items:flex-start}
  .v413-explainer-head small{text-align:left}
  .v413-explainer-grid{grid-template-columns:1fr}
}


/* =========================================================
   v0.4.16 — professionele kennisbank
   ========================================================= */
.v416-head{max-width:860px;margin:3px 0 17px}
.v416-kicker{display:block;color:#f47c20;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;margin-bottom:5px}
.v416-head h1{margin:0!important;color:#102d45!important;font-size:clamp(36px,4vw,50px)!important;line-height:1.03!important;letter-spacing:-.03em!important}
.v416-head p{margin:9px 0 0;color:#617788;font-size:14.5px;line-height:1.58;max-width:800px}
.v416-filters{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:19px;padding-bottom:13px;border-bottom:1px solid #e1eaf0}
.v416-filters a{padding:7px 11px;border-radius:99px;background:#fff;border:1px solid #dce8ef;color:#34546a!important;text-decoration:none;font-size:11px;font-weight:800}
.v416-filters a.active,.v416-filters a:hover{background:#102d45;border-color:#102d45;color:#fff!important}

.v416-featured{display:grid;grid-template-columns:250px minmax(0,1fr);overflow:hidden;margin-bottom:25px;border:1px solid #dce8ef;border-radius:15px;background:#fff;box-shadow:0 6px 18px rgba(24,65,91,.045)}
.v416-featured-symbol{min-height:235px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;background:radial-gradient(circle at 35% 30%,rgba(46,158,212,.16),transparent 38%),linear-gradient(145deg,#eaf6fb,#fff7ef);color:#102d45}
.v416-featured-symbol span{display:flex;width:96px;height:96px;align-items:center;justify-content:center;border-radius:50%;background:#fff;border:1px solid #cfe2ed;box-shadow:0 7px 18px rgba(24,65,91,.06);font-size:22px;font-weight:900;letter-spacing:.08em}
.v416-featured-symbol small{color:#748895!important;font-size:10px!important}
.v416-featured-copy{display:flex;flex-direction:column;justify-content:center;padding:24px 27px}
.v416-tag{display:inline-flex;align-self:flex-start;padding:4px 8px;border-radius:99px;background:#fff1e4;border:1px solid #ffe0c2;color:#ed7418;font-size:9.5px;font-weight:900}
.v416-featured-copy h2{margin:10px 0 9px;font-size:clamp(24px,2.4vw,33px);line-height:1.14}
.v416-featured-copy h2 a,.v416-card h3 a,.v416-related-card h3 a{color:#102d45!important;text-decoration:none}
.v416-featured-copy p{margin:0;color:#5f7584;font-size:13.5px;line-height:1.58}
.v416-meta{display:flex;flex-wrap:wrap;gap:6px 13px;margin-top:13px;color:#748895;font-size:10px}
.v416-readmore{align-self:flex-start;margin-top:13px;color:#087fd0!important;text-decoration:none;font-size:11.5px;font-weight:850}

.v416-library{margin-top:4px}.v416-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:11px}.v416-section-head h2{margin:0;color:#102d45!important;font-size:24px;line-height:1.1}.v416-section-head .v416-kicker{margin-bottom:4px}.v416-section-head>a{color:#087fd0!important;text-decoration:none;font-size:11px;font-weight:850}
.v416-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}
.v416-card{display:flex;flex-direction:column;min-height:220px;padding:17px 18px;border:1px solid #dce8ef;border-radius:12px;background:#fff;box-shadow:0 4px 13px rgba(24,65,91,.03)}
.v416-card-top{display:flex;justify-content:space-between;align-items:center;gap:10px}.v416-number{color:#c5d4dc;font-size:11px;font-weight:900;letter-spacing:.08em}.v416-card-category{display:inline-flex;padding:4px 7px;border-radius:99px;background:#eef7fc;color:#146b9e;font-size:9px;font-weight:850}
.v416-card h3{margin:13px 0 8px;font-size:17px;line-height:1.28}.v416-card p{margin:0;color:#657b8a;font-size:11.8px;line-height:1.52;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.v416-card-foot{display:flex;justify-content:space-between;align-items:flex-end;gap:12px;margin-top:auto;padding-top:13px}.v416-card-foot small{color:#80939f!important;font-size:9px!important}.v416-card-foot a{color:#087fd0!important;text-decoration:none;font-size:10.5px;font-weight:850}

.v416-bottom-info{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-top:21px}.v416-bottom-info>div{padding:18px 19px;border:1px solid #dce8ef;border-radius:12px;background:#f9fcfe}.v416-bottom-info h2{margin:0 0 6px;color:#102d45!important;font-size:16.5px}.v416-bottom-info p{margin:0;color:#657b8a;font-size:11.5px;line-height:1.55}

.v416-breadcrumb{display:flex;flex-wrap:wrap;gap:7px;align-items:center;margin:2px 0 20px;color:#748896;font-size:11px}.v416-breadcrumb a{color:#748896!important;text-decoration:none}
.v416-detail{max-width:1080px;margin:0 auto}.v416-detail-head{max-width:860px;margin:0 auto 25px}.v416-detail-head h1{margin:0!important;color:#102d45!important;font-size:clamp(35px,4.2vw,54px)!important;line-height:1.06!important;letter-spacing:-.032em!important}.v416-detail-head>p{margin:16px 0 0;color:#526b7d;font-size:17px;line-height:1.6}.v416-detail-meta{display:flex;flex-wrap:wrap;gap:8px 16px;margin-top:16px;padding-top:13px;border-top:1px solid #e4edf2;color:#718694;font-size:10.5px}
.v416-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 255px;gap:32px;max-width:940px;margin:0 auto;align-items:start}.v416-body{color:#2d485a;font-size:16.5px;line-height:1.75}.v416-body p{margin:0 0 19px}.v416-body h2{color:#102d45!important;font-size:27px!important;line-height:1.2!important;margin:33px 0 12px!important}.v416-body h3{color:#173b55!important;font-size:21px!important;line-height:1.25!important;margin:26px 0 10px!important}
.v416-note{margin-top:25px;padding:15px 17px;border-left:3px solid #2b9ed4;border-radius:0 10px 10px 0;background:#f3f9fc}.v416-note strong{color:#102d45;font-size:12px}.v416-note p{margin:3px 0 0;color:#647a89;font-size:11.5px;line-height:1.5}
.v416-side{position:sticky;top:92px;display:flex;flex-direction:column;gap:13px}.v416-sidebox{padding:17px 18px;border:1px solid #dce8ef;border-radius:12px;background:#fff;box-shadow:0 4px 13px rgba(24,65,91,.03)}.v416-sidebox h2{margin:0 0 7px;color:#102d45!important;font-size:17px}.v416-sidebox p{margin:0;color:#657b8a;font-size:11.5px;line-height:1.5}.v416-sidebox a{color:#087fd0!important;text-decoration:none;font-size:10.5px;font-weight:850}

.v416-related{max-width:1080px;margin:45px auto 8px}.v416-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.v416-related-card{padding:16px 17px;border:1px solid #dce8ef;border-radius:12px;background:#fff;box-shadow:0 4px 13px rgba(24,65,91,.03)}.v416-related-card h3{margin:10px 0 7px;font-size:16px;line-height:1.3}.v416-related-card p{margin:0 0 12px;color:#667c8b;font-size:11.5px;line-height:1.5}.v416-related-card>a{color:#087fd0!important;text-decoration:none;font-size:10.5px;font-weight:850}

@media(max-width:950px){.v416-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.v416-detail-layout{grid-template-columns:1fr}.v416-side{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.v416-featured{grid-template-columns:1fr}.v416-featured-symbol{min-height:170px}.v416-grid{grid-template-columns:1fr}.v416-bottom-info{grid-template-columns:1fr}.v416-detail-head h1{font-size:34px!important}.v416-detail-head>p{font-size:16px}.v416-body{font-size:16px}.v416-side{grid-template-columns:1fr}.v416-related-grid{grid-template-columns:1fr}}


/* =========================================================
   v0.4.18 — knowledge detail typography
   ========================================================= */
.v418-detail{max-width:1080px;margin:0 auto}
.v418-detail-head{max-width:880px;margin:0 auto 25px}
.v418-detail-head h1{
  margin:0!important;
  color:#102d45!important;
  font-size:clamp(35px,4.15vw,52px)!important;
  line-height:1.06!important;
  letter-spacing:-.032em!important;
}
.v418-detail-head>p{
  margin:15px 0 0;
  color:#526b7d;
  font-size:17px;
  line-height:1.6;
}
.v418-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 265px;
  gap:34px;
  max-width:960px;
  margin:0 auto;
  align-items:start;
}
.v418-body{
  color:#2d485a;
  font-size:16.5px;
  line-height:1.76;
}
.v418-body p{margin:0 0 18px}
.v418-body h2{
  margin:31px 0 10px!important;
  padding-top:2px;
  color:#102d45!important;
  font-size:21px!important;
  line-height:1.25!important;
  letter-spacing:-.015em;
}
.v418-body h2:first-child{margin-top:0!important}
.v418-side{
  position:sticky;
  top:92px;
  display:flex;
  flex-direction:column;
  gap:13px;
}
.v418-sidebox{
  padding:17px 18px;
  border:1px solid #dce8ef;
  border-radius:12px;
  background:#fff;
  box-shadow:0 4px 13px rgba(24,65,91,.03);
}
.v418-sidebox h2{
  margin:0 0 7px;
  color:#102d45!important;
  font-size:16.5px;
}
.v418-sidebox p{
  margin:0;
  color:#657b8a;
  font-size:11.5px;
  line-height:1.5;
}
.v418-sidebox a{
  color:#087fd0!important;
  text-decoration:none;
  font-size:10.5px;
  font-weight:850;
}
.v418-reading ul{
  margin:7px 0 0;
  padding-left:17px;
}
.v418-reading li{
  margin:0 0 6px;
  color:#657b8a;
  font-size:11px;
  line-height:1.45;
}
@media(max-width:900px){
  .v418-layout{grid-template-columns:1fr}
  .v418-side{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .v418-detail-head h1{font-size:34px!important}
  .v418-detail-head>p{font-size:16px}
  .v418-body{font-size:16px}
  .v418-side{grid-template-columns:1fr}
}


/* =========================================================
   v0.4.19 — kennisbank structuur + automatische inhoudsopgave
   ========================================================= */
.v418-body h2{
  scroll-margin-top:96px;
}

.v419-toc-list{
  margin:7px 0 0;
  padding:0;
  list-style:none;
  counter-reset:toc;
}
.v419-toc-list li{
  counter-increment:toc;
  position:relative;
  margin:0;
  padding:7px 0 7px 23px;
  border-bottom:1px solid #edf2f5;
}
.v419-toc-list li:last-child{
  border-bottom:0;
}
.v419-toc-list li::before{
  content:counter(toc, decimal-leading-zero);
  position:absolute;
  left:0;
  top:8px;
  color:#a3b3be;
  font-size:8.5px;
  font-weight:900;
}
.v419-toc-list a{
  display:block;
  color:#35566c!important;
  font-size:10.5px!important;
  line-height:1.35;
  font-weight:750!important;
  text-decoration:none!important;
}
.v419-toc-list a:hover{
  color:#087fd0!important;
}

.v418-body h2 + p{
  margin-top:0;
}

.v418-body h2::before{
  content:"";
  display:block;
  width:28px;
  height:2px;
  margin-bottom:8px;
  border-radius:2px;
  background:#2e9ed4;
}

@media(max-width:900px){
  .v419-toc{
    order:-1;
  }
}


/* =========================================================
   v0.4.20 — kennisbank verdieping, FAQ en interne links
   ========================================================= */
.v420-inline-link{
  color:#087fd0!important;
  text-decoration:none;
  border-bottom:1px dotted #8cc8ec;
}
.v420-inline-link:hover{
  border-bottom-style:solid;
}

.v420-faq-title{
  margin-top:38px!important;
}
.v420-faq{
  margin:0 0 9px;
  border:1px solid #dfe9ef;
  border-radius:9px;
  background:#fbfdfe;
  overflow:hidden;
}
.v420-faq summary{
  cursor:pointer;
  padding:11px 13px;
  color:#153b55;
  font-size:13px;
  font-weight:800;
  list-style-position:inside;
}
.v420-faq[open] summary{
  border-bottom:1px solid #e8eff3;
  background:#f6fafc;
}
.v420-faq p{
  margin:0!important;
  padding:11px 13px 13px;
  color:#5e7483;
  font-size:12px;
  line-height:1.55;
}

.v420-concept-links{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}
.v420-concept-links a{
  display:inline-flex;
  padding:5px 7px;
  border:1px solid #dce8ef;
  border-radius:99px;
  background:#f8fbfd;
  color:#386177!important;
  font-size:9.5px!important;
  font-weight:800!important;
}


/* =========================================================
   v0.4.21 — complete kennisbank + compacte FAQ
   ========================================================= */
.v420-faq{transition:border-color .15s ease,background .15s ease}
.v420-faq:hover{border-color:#c8dce8}
.v420-faq summary{position:relative;padding-right:34px}
.v420-faq summary::after{
  content:"+";
  position:absolute;
  right:13px;
  top:50%;
  transform:translateY(-50%);
  color:#168bdb;
  font-size:17px;
  font-weight:700;
}
.v420-faq[open] summary::after{content:"−"}
.v420-faq-title + .v420-faq{margin-top:4px}


/* =========================================================
   v0.4.25 — nieuws ↔ kennisbank interne koppeling
   ========================================================= */
.v425-knowledge-block{
  margin:28px 0 20px;
  padding:18px;
  border:1px solid #dbe7ee;
  border-radius:13px;
  background:linear-gradient(180deg,#fbfdfe,#f7fbfd);
}
.v425-knowledge-head h2{
  margin:0!important;
  color:#102d45!important;
  font-size:19px!important;
}
.v425-knowledge-head p{
  margin:5px 0 0!important;
  color:#6c8190;
  font-size:11.5px;
}
.v425-knowledge-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
  margin-top:13px;
}
.v425-knowledge-grid>a{
  display:flex;
  flex-direction:column;
  gap:3px;
  padding:11px 12px;
  border:1px solid #e0eaf0;
  border-radius:9px;
  background:#fff;
  text-decoration:none;
}
.v425-knowledge-grid small{
  color:#2a8fc1!important;
  font-size:8.5px!important;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.v425-knowledge-grid strong{
  color:#153b55;
  font-size:12px;
  line-height:1.35;
}
.v425-knowledge-grid span{
  color:#087fd0;
  font-size:9.5px;
  font-weight:800;
}
.v425-knowledge-grid>a:hover{
  border-color:#b9d7e7;
  box-shadow:0 3px 10px rgba(24,65,91,.05);
}

.v425-sidebox{
  padding:17px 18px;
  border:1px solid #dce8ef;
  border-radius:12px;
  background:#fff;
  box-shadow:0 4px 13px rgba(24,65,91,.03);
}
.v425-sidebox h2{
  margin:0 0 8px;
  color:#102d45!important;
  font-size:17px;
}
.v425-knowledge-list{
  display:flex;
  flex-direction:column;
  gap:7px;
}
.v425-knowledge-list a{
  display:block;
  padding:8px 0;
  border-bottom:1px solid #edf2f5;
  text-decoration:none;
}
.v425-knowledge-list a:last-child{border-bottom:0}
.v425-knowledge-list span{
  display:block;
  color:#6d8593;
  font-size:8.5px;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.v425-knowledge-list strong{
  display:block;
  margin-top:2px;
  color:#28516a;
  font-size:10.5px;
  line-height:1.35;
}
.v425-knowledge-list a:hover strong{color:#087fd0}

@media(max-width:700px){
  .v425-knowledge-grid{grid-template-columns:1fr}
}


/* =========================================================
   v0.4.29 — vaste publieke pagina's + footer
   ========================================================= */
.v429-static{
  max-width:960px;
  margin:0 auto;
}
.v429-breadcrumb{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  align-items:center;
  margin:2px 0 20px;
  color:#748896;
  font-size:11px;
}
.v429-breadcrumb a{
  color:#748896!important;
  text-decoration:none;
}
.v429-kicker{
  display:block;
  margin-bottom:6px;
  color:#f47c20;
  font-size:9.5px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.v429-static-head{
  max-width:810px;
  margin-bottom:28px;
}
.v429-static-head h1{
  margin:0!important;
  color:#102d45!important;
  font-size:clamp(36px,4vw,52px)!important;
  line-height:1.06!important;
  letter-spacing:-.032em!important;
}
.v429-static-head>p{
  margin:13px 0 0;
  color:#587082;
  font-size:16.5px;
  line-height:1.62;
}
.v429-prose{
  max-width:760px;
}
.v429-prose h2{
  margin:30px 0 9px!important;
  color:#102d45!important;
  font-size:22px!important;
  line-height:1.25!important;
}
.v429-prose h2:first-child{margin-top:0!important}
.v429-prose p{
  margin:0 0 17px;
  color:#405d70;
  font-size:15px;
  line-height:1.72;
}
.v429-callout{
  margin-top:28px;
  padding:16px 18px;
  border-left:3px solid #2e9ed4;
  border-radius:0 10px 10px 0;
  background:#f3f9fc;
}
.v429-callout strong{
  color:#102d45;
  font-size:12px;
}
.v429-callout p{
  margin:4px 0 0;
  color:#5f7584;
  font-size:12px;
  line-height:1.55;
}
.v429-static-nav{
  margin-top:34px;
  padding:18px 19px;
  border:1px solid #dce8ef;
  border-radius:12px;
  background:#fbfdfe;
}
.v429-static-nav h2{
  margin:0 0 9px!important;
  color:#102d45!important;
  font-size:17px!important;
}
.v429-static-nav>div{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}
.v429-static-nav a{
  display:inline-flex;
  padding:6px 9px;
  border:1px solid #dce8ef;
  border-radius:99px;
  background:#fff;
  color:#386177!important;
  text-decoration:none;
  font-size:10px;
  font-weight:800;
}

.v429-footer{
  margin-top:44px;
}
.v429-footer-grid{
  display:grid;
  grid-template-columns:1.6fr repeat(3,1fr);
  gap:34px;
  padding-top:31px;
  padding-bottom:27px;
}
.v429-footer-logo{
  display:inline-block;
  width:160px;
  margin-bottom:10px;
}
.v429-footer-logo img{
  display:block;
  width:100%;
  height:auto;
}
.v429-footer-brand p{
  max-width:330px;
  margin:0 0 9px;
  font-size:11px;
  line-height:1.55;
}
.v429-footer-brand small{
  display:block;
  max-width:330px;
  font-size:9px!important;
  line-height:1.5;
}
.v429-footer-col{
  display:flex;
  flex-direction:column;
  gap:7px;
}
.v429-footer-col strong{
  margin-bottom:2px;
  font-size:11px;
}
.v429-footer-col a{
  text-decoration:none;
  font-size:10px;
}
.v429-footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding-top:13px;
  padding-bottom:15px;
  border-top:1px solid rgba(255,255,255,.12);
  font-size:9px;
}

@media(max-width:900px){
  .v429-footer-grid{
    grid-template-columns:1.5fr repeat(2,1fr);
  }
}
@media(max-width:700px){
  .v429-static-head h1{font-size:34px!important}
  .v429-static-head>p{font-size:15.5px}
  .v429-prose p{font-size:14.5px}
  .v429-footer-grid{
    grid-template-columns:1fr 1fr;
    gap:24px;
  }
  .v429-footer-brand{
    grid-column:1/-1;
  }
  .v429-footer-bottom{
    flex-direction:column;
    gap:4px;
  }
}

/* v0.4.31 — redactionele afzender */
.v431-byline{font-size:inherit;color:inherit}
.v431-byline a{color:inherit;text-decoration:underline;text-decoration-color:rgba(20,80,110,.3);text-underline-offset:2px}


/* v0.5.1 homepage content expansion */
.v43-more-news,
.v43-knowledge-section,
.v43-topics-section{
  margin-top:30px;
}

.v43-more-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:15px;
}

.v43-more-item{
  border:1px solid #e6edf2;
  border-radius:13px;
  background:#fff;
  overflow:hidden;
}

.v43-more-copy{
  padding:17px;
}

.v43-more-copy .v43-tag{
  margin-top:0;
}

.v43-more-copy h3{
  font-size:16px;
  line-height:1.34;
  margin:10px 0 8px;
}

.v43-more-copy h3 a{
  color:#102d45!important;
  text-decoration:none;
}

.v43-more-copy p{
  color:#637887;
  font-size:12px;
  line-height:1.55;
  margin:0 0 14px;
}

.v43-knowledge-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}

.v43-knowledge-card{
  border:1px solid #e6edf2;
  border-radius:13px;
  background:#fff;
  padding:17px;
  min-width:0;
}

.v43-knowledge-badge{
  display:inline-flex;
  align-items:center;
  padding:4px 8px;
  border-radius:99px;
  background:#eef6ff;
  color:#1678ff;
  font-size:10px;
  font-weight:900;
}

.v43-knowledge-card h3{
  font-size:15.5px;
  line-height:1.32;
  margin:10px 0 8px;
}

.v43-knowledge-card h3 a{
  color:#102d45!important;
  text-decoration:none;
}

.v43-knowledge-card p{
  color:#637887;
  font-size:11.5px;
  line-height:1.5;
  margin:0 0 12px;
}

.v43-readmore{
  color:#087fd0!important;
  text-decoration:none;
  font-size:11.5px;
  font-weight:850;
}

.v43-topic-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.v43-topic-pill{
  display:inline-flex;
  align-items:center;
  padding:9px 14px;
  border-radius:999px;
  border:1px solid #dce8ef;
  background:#fff;
  color:#163a55!important;
  text-decoration:none;
  font-size:12px;
  font-weight:850;
}

.v43-topic-pill:hover{
  border-color:#b9d8eb;
  background:#f7fbfd;
}

@media(max-width:1050px){
  .v43-more-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .v43-knowledge-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:760px){
  .v43-more-grid{grid-template-columns:1fr}
  .v43-knowledge-grid{grid-template-columns:1fr}
}


/* v0.5.2 knowledge groups */
.v416-group{
  margin-top:28px;
}
.v416-group:first-of-type{
  margin-top:10px;
}
.v416-group-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:16px;
  margin-bottom:12px;
  padding-bottom:8px;
  border-bottom:1px solid #e6edf2;
}
.v416-group-head h3{
  margin:0;
  color:#102d45;
  font-size:20px;
}
.v416-group-head a{
  color:#087fd0!important;
  text-decoration:none;
  font-size:12px;
  font-weight:850;
}
@media(max-width:760px){
  .v416-group-head{
    align-items:flex-start;
    flex-direction:column;
    gap:5px;
  }
}
