:root {
  --t112-bg: #f4f6f9;
  --t112-surface: #ffffff;
  --t112-surface-soft: #f8fafc;
  --t112-ink: #111827;
  --t112-muted: #64748b;
  --t112-line: #e2e8f0;
  --t112-red: #ffd400;
  --t112-accent: #ffd400;
  --t112-yellow: #ffd400;
  --t112-emergency: #e30613;
  --t112-red-dark: #e5b900;
  --t112-orange: #ffd400;
  --t112-dark: #101827;
  --t112-dark-2: #172033;
  --t112-radius: 22px;
  --t112-radius-small: 14px;
  --t112-shadow: 0 22px 60px rgba(15, 23, 42, 0.12);
  --t112-shadow-soft: 0 12px 34px rgba(15, 23, 42, 0.08);
  --t112-container: 1220px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--t112-ink);
  background: radial-gradient(circle at top left, rgba(255, 212, 0, 0.14), transparent 30rem), var(--t112-bg);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }

a { color: inherit; text-decoration: none; }
a:hover { color: var(--t112-red); }

.container {
  width: min(calc(100% - 32px), var(--t112-container));
  margin-inline: auto;
}

.narrow-container { width: min(calc(100% - 32px), 880px); }

.screen-reader-text,
.skip-link:not(:focus) {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.skip-link:focus {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  background: #fff;
  color: #000;
  padding: 10px 14px;
  border-radius: 10px;
  box-shadow: var(--t112-shadow-soft);
}

.site-shell { min-height: 100vh; display: flex; flex-direction: column; }
.site-main { flex: 1; padding: 30px 0 64px; }

/* Header */
.site-header {
  background: var(--t112-dark);
  color: #fff;
  position: relative;
  z-index: 20;
  box-shadow: 0 16px 50px rgba(15, 23, 42, 0.22);
}

.top-strip {
  background: #070b14;
  font-size: 13px;
  color: #cbd5e1;
}

.top-strip-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 36px;
}

.top-strip-date { margin-left: auto; color: #94a3b8; }
.top-strip-live { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; color: #fff; text-transform: uppercase; letter-spacing: .04em; }
.live-dot { width: 8px; height: 8px; border-radius: 999px; background: var(--t112-emergency); box-shadow: 0 0 0 6px rgba(227, 6, 19, .18); }

.masthead { background: linear-gradient(135deg, #101827, #172033 55%, #0b1020); }
.masthead-inner { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }

.brand-block { min-width: 220px; }
.site-logo img { max-height: 76px; width: auto; }
.text-logo { display: inline-flex; flex-direction: column; color: #fff; }
.text-logo-main { font-size: clamp(34px, 5vw, 58px); line-height: .9; font-weight: 950; letter-spacing: -0.06em; }
.text-logo-main span { color: var(--t112-red); margin-left: 2px; }
.text-logo-sub { color: #cbd5e1; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; margin-top: 8px; }

.header-actions { display: flex; align-items: center; gap: 14px; margin-left: auto; }
.header-search {
  display: flex;
  align-items: center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  overflow: hidden;
  width: min(520px, 42vw);
  backdrop-filter: blur(12px);
}
.header-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 15px 18px;
  outline: none;
}
.header-search input::placeholder { color: #94a3b8; }
.header-search button {
  border: 0;
  background: var(--t112-yellow);
  color: #111827;
  padding: 15px 20px;
  font-weight: 900;
  cursor: pointer;
}
.header-search button:hover { background: var(--t112-red-dark); color: #111827; }

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.08);
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.menu-toggle span:not(.screen-reader-text) { width: 22px; height: 2px; background: #fff; border-radius: 3px; }

.main-navigation { background: rgba(7, 11, 20, .82); border-top: 1px solid rgba(255,255,255,.08); }
.nav-inner { min-height: 54px; display: flex; align-items: center; }
.main-navigation ul { display: flex; align-items: center; gap: 6px; list-style: none; padding: 0; margin: 0; flex-wrap: wrap; }
.main-navigation li { position: relative; }
.main-navigation a {
  display: inline-flex;
  align-items: center;
  padding: 12px 14px;
  color: #e5e7eb;
  font-weight: 800;
  font-size: 14px;
  border-radius: 999px;
}
.main-navigation a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a { background: rgba(255,255,255,.1); color: #fff; }

.breaking-bar { background: linear-gradient(90deg, var(--t112-red), #ffe45c); color: #111827; }
.breaking-inner { display: flex; align-items: center; gap: 12px; min-height: 46px; font-weight: 850; }
.breaking-label { background: rgba(0,0,0,.86); color: #fff; padding: 5px 10px; border-radius: 999px; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; display: inline-flex; align-items: center; gap: 8px; }
.breaking-inner a { text-decoration: underline; text-decoration-color: rgba(17,24,39,.35); text-underline-offset: 4px; }
.breaking-inner a:hover { color: #000; text-decoration-color: #000; }

/* Hero */
.top-story-section { margin: 28px 0; }
.hero-card {
  min-height: 500px;
  border-radius: calc(var(--t112-radius) + 8px);
  overflow: hidden;
  position: relative;
  background: var(--t112-dark);
  box-shadow: var(--t112-shadow);
}
.hero-media { position: absolute; inset: 0; display: block; }
.hero-image,
.hero-media .post-thumb,
.hero-media .thumb-placeholder { width: 100%; height: 100%; object-fit: cover; }
.hero-gradient { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 8, 16, .9), rgba(5,8,16,.55) 48%, rgba(5,8,16,.15)); }
.hero-content { position: relative; z-index: 2; color: #fff; padding: clamp(28px, 5vw, 60px); width: min(720px, 100%); min-height: 500px; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; }
.hero-kicker { color: var(--t112-orange); text-transform: uppercase; font-size: 13px; letter-spacing: .12em; font-weight: 950; margin-bottom: 12px; }
.hero-content h1 { font-size: clamp(34px, 5.2vw, 64px); line-height: .96; letter-spacing: -0.06em; margin: 12px 0 16px; max-width: 850px; }
.hero-content h1 a:hover { color: #fff; text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 6px; }
.hero-content p { font-size: clamp(16px, 2vw, 20px); color: #e2e8f0; margin: 0 0 18px; max-width: 620px; }

/* Cards & layout */
.main-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 28px; align-items: start; }
.main-layout.has-no-sidebar, .single-layout.has-no-sidebar { grid-template-columns: 1fr; }
.main-layout.has-no-sidebar .news-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.content-feed { min-width: 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin: 0 0 20px; border-bottom: 1px solid var(--t112-line); padding-bottom: 14px; }
.section-heading span, .archive-label { color: var(--t112-red); font-weight: 950; text-transform: uppercase; letter-spacing: .1em; font-size: 12px; }
.section-heading h1, .section-heading h2 { margin: 0; font-size: clamp(26px, 3vw, 38px); line-height: 1; letter-spacing: -0.05em; }
.small-heading { align-items: start; flex-direction: column; gap: 4px; }
.small-heading h2 { font-size: 28px; }

.news-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.news-card {
  background: var(--t112-surface);
  border: 1px solid var(--t112-line);
  border-radius: var(--t112-radius);
  overflow: hidden;
  box-shadow: var(--t112-shadow-soft);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.news-card:hover { transform: translateY(-3px); box-shadow: var(--t112-shadow); border-color: rgba(255, 212, 0, .55); }
.card-media { display: block; aspect-ratio: 16 / 10; background: #dbe1ea; overflow: hidden; }
.card-media .post-thumb, .card-media .thumb-placeholder { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.news-card:hover .post-thumb { transform: scale(1.035); }
.card-body { padding: 18px; }
.card-title { font-size: clamp(20px, 2.1vw, 27px); line-height: 1.08; letter-spacing: -0.04em; margin: 10px 0 10px; }
.card-title a:hover { color: var(--t112-red); }
.card-excerpt { color: var(--t112-muted); margin: 12px 0 14px; }
.read-more { font-weight: 950; color: var(--t112-red); }

.cat-badges { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; }
.cat-badge { display: inline-flex; align-items: center; min-height: 27px; padding: 5px 10px; border-radius: 999px; background: rgba(255, 212, 0, .2); color: var(--t112-red); font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: .04em; }
.cat-badge:hover { background: var(--t112-red); color: #111827; }
.cat-brand, .cat-brandweer { background: rgba(255, 176, 0, .18); color: #9a5d00; }
.cat-ongeval { background: rgba(15, 118, 110, .12); color: #0f766e; }
.cat-politie, .cat-steekincident { background: rgba(37, 99, 235, .11); color: #2563eb; }

.entry-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; color: var(--t112-muted); font-size: 13px; font-weight: 750; }
.entry-meta svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.meta-item { display: inline-flex; align-items: center; gap: 6px; }

.meta-updated {
  color: #7c6510;
}

.hero-content .entry-meta { color: #cbd5e1; margin-bottom: 22px; }

.thumb-placeholder { display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #111827, #334155); color: #fff; }
.thumb-placeholder span { font-weight: 950; font-size: 46px; opacity: .85; letter-spacing: -0.06em; }

.button { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; min-height: 44px; padding: 0 18px; font-weight: 950; border: 0; cursor: pointer; }
.button-light { background: #fff; color: var(--t112-dark); }
.button-light:hover { background: var(--t112-orange); color: var(--t112-dark); }
.button-red { background: var(--t112-red); color: #111827; }
.button-red:hover { background: var(--t112-red-dark); color: #111827; }

/* Sidebar */
.site-sidebar { display: flex; flex-direction: column; gap: 20px; }
.t112-widget {
  background: var(--t112-surface);
  border: 1px solid var(--t112-line);
  border-radius: var(--t112-radius);
  padding: 20px;
  box-shadow: var(--t112-shadow-soft);
}
.widget-title { margin: 0 0 14px; font-size: 20px; letter-spacing: -0.04em; }
.alert-widget { background: linear-gradient(160deg, var(--t112-dark), #242d41); color: #fff; border: 0; }
.alert-widget p { color: #dbe5f4; }
.sidebar-posts { display: flex; flex-direction: column; gap: 16px; }
.compact-post { display: grid; grid-template-columns: 86px minmax(0, 1fr); gap: 12px; align-items: start; }
.compact-media { aspect-ratio: 1 / .82; border-radius: 14px; overflow: hidden; background: #e2e8f0; }
.compact-media .post-thumb, .compact-media .thumb-placeholder { width: 100%; height: 100%; object-fit: cover; }
.compact-body h3 { font-size: 15px; line-height: 1.2; margin: 6px 0 8px; }
.compact-body .entry-meta { font-size: 12px; }
.compact-body .meta-read { display: none; }
.category-widget-list, .footer-column ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.category-widget-list a { font-weight: 850; }
.category-widget-list .cat-item { display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--t112-line); padding-bottom: 9px; }

/* Archives/search */
.archive-header { background: var(--t112-surface); border: 1px solid var(--t112-line); border-radius: var(--t112-radius); box-shadow: var(--t112-shadow-soft); padding: clamp(22px, 4vw, 38px); margin: 0 0 28px; }
.archive-title { margin: 6px 0 0; font-size: clamp(34px, 5vw, 58px); line-height: 1; letter-spacing: -0.06em; }
.archive-description { color: var(--t112-muted); max-width: 760px; }
.search-header .search-form { margin-top: 20px; max-width: 760px; }

/* Single */
.single-main { padding-top: 34px; }
.single-article { min-width: 0; }
.single-header { width: min(100%, 920px); margin: 0 auto 24px; text-align: center; }
.single-header .cat-badges { justify-content: center; }
.single-title { font-size: clamp(38px, 6vw, 74px); line-height: .96; letter-spacing: -0.07em; margin: 14px 0 18px; }
.single-header .entry-meta { justify-content: center; }
.single-featured { margin: 0 0 30px; border-radius: calc(var(--t112-radius) + 8px); overflow: hidden; box-shadow: var(--t112-shadow); background: #0f172a; }
.single-featured-image { width: 100%; max-height: 660px; object-fit: cover; }
.single-featured figcaption { background: #0f172a; color: #cbd5e1; padding: 10px 16px; font-size: 13px; }
.single-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 34px; align-items: start; }
.article-content-wrap { min-width: 0; }
.article-content { background: var(--t112-surface); border: 1px solid var(--t112-line); border-radius: var(--t112-radius); padding: clamp(22px, 4vw, 44px); box-shadow: var(--t112-shadow-soft); font-size: clamp(17px, 1.45vw, 20px); }
.article-content > *:first-child { margin-top: 0; }
.article-content > *:last-child { margin-bottom: 0; }
.article-content p { margin: 0 0 1.25em; }
.article-content h2, .article-content h3 { line-height: 1.08; letter-spacing: -0.04em; margin-top: 1.5em; }
.article-content a { color: var(--t112-red); text-decoration: underline; text-underline-offset: 3px; }
.article-content blockquote { border-left: 5px solid var(--t112-red); margin-inline: 0; padding: 12px 0 12px 20px; color: #334155; font-weight: 700; }
.article-content figure { margin-inline: 0; }
.article-content figcaption { color: var(--t112-muted); font-size: 14px; margin-top: 8px; }
.single-footer-meta { margin: 18px 0 0; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; color: var(--t112-muted); font-weight: 800; }
.tag-list a { background: #fff; border: 1px solid var(--t112-line); padding: 7px 11px; border-radius: 999px; }
.post-navigation-custom { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 22px 0; }
.post-navigation-custom a { display: block; background: #fff; border: 1px solid var(--t112-line); border-radius: var(--t112-radius-small); padding: 16px; box-shadow: var(--t112-shadow-soft); font-weight: 900; }
.post-navigation-custom span { display: block; color: var(--t112-muted); text-transform: uppercase; font-size: 11px; letter-spacing: .08em; margin-bottom: 3px; }
.nav-next { text-align: right; }
.related-posts { margin-top: 34px; }
.related-posts .news-card .card-title { font-size: 19px; }
.related-posts .news-card .entry-meta .meta-author,
.related-posts .news-card .entry-meta .meta-read,
.related-posts .news-card .card-excerpt { display: none; }


.site-sidebar .widget_search,
.site-sidebar .wp-block-search,
.site-sidebar .widget_categories,
.site-sidebar .wp-block-categories {
  display: none !important;
}

/* Ingebouwde deelknoppen */
.article-share {
  margin: 0 0 22px;
  background: var(--t112-surface);
  border: 1px solid var(--t112-line);
  border-radius: var(--t112-radius);
  padding: 18px;
  box-shadow: var(--t112-shadow-soft);
}
.article-share h2 {
  margin: 0 0 12px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.article-share-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 15px;
  border-radius: 999px;
  border: 1px solid var(--t112-line);
  background: #fff;
  color: var(--t112-ink);
  font-weight: 950;
}
.share-link:hover {
  background: var(--t112-red);
  border-color: var(--t112-red);
  color: #111827;
}
.site-footer .widget_search,
.site-footer .wp-block-search,
.site-footer .widget_categories,
.site-footer .wp-block-categories {
  display: none !important;
}

.page-article { margin: 0 auto; }


/* Forms & pagination */
.search-form { display: flex; gap: 10px; }
.search-form label { flex: 1; }
.search-field { width: 100%; min-height: 48px; border: 1px solid var(--t112-line); border-radius: 999px; padding: 0 16px; font: inherit; outline: none; }
.search-field:focus { border-color: var(--t112-red); box-shadow: 0 0 0 4px rgba(255, 212, 0, .2); }
.search-submit { border: 0; border-radius: 999px; background: var(--t112-dark); color: #fff; font-weight: 900; padding: 0 18px; cursor: pointer; }
.search-submit:hover { background: var(--t112-red); color: #111827; }

.navigation.pagination { margin: 34px 0 0; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; min-height: 42px; padding: 0 12px; border-radius: 999px; border: 1px solid var(--t112-line); background: #fff; font-weight: 900; box-shadow: 0 8px 18px rgba(15, 23, 42, .05); }
.page-numbers.current, .page-numbers:hover { background: var(--t112-red); color: #111827; border-color: var(--t112-red); }

.empty-state { background: #fff; border: 1px solid var(--t112-line); border-radius: var(--t112-radius); box-shadow: var(--t112-shadow-soft); padding: clamp(26px, 6vw, 54px); text-align: center; }
.empty-code { display: inline-flex; color: var(--t112-red); font-size: 72px; font-weight: 950; letter-spacing: -0.08em; line-height: 1; margin-bottom: 10px; }
.empty-state h1 { margin: 0 0 8px; font-size: clamp(30px, 5vw, 54px); letter-spacing: -0.06em; line-height: 1; }
.empty-state p { color: var(--t112-muted); margin-inline: auto; max-width: 580px; }
.empty-state .search-form { max-width: 560px; margin: 22px auto 0; }

/* Footer */
.site-footer { margin-top: auto; background: #090e19; color: #fff; }
.footer-top { display: grid; grid-template-columns: 320px 1fr; gap: 44px; padding: 54px 0; }
.footer-logo { display: inline-flex; align-items: baseline; font-size: 34px; line-height: 1; font-weight: 950; letter-spacing: -0.06em; color: #fff; }
.footer-logo strong { color: var(--t112-red); margin-left: 2px; }
.footer-brand p { color: #cbd5e1; }
.footer-widgets { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.footer-widgets-clean { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.footer-column h3, .footer-widget-title { margin: 0 0 14px; font-size: 16px; text-transform: uppercase; letter-spacing: .08em; }
.footer-column a { color: #dbeafe; }
.footer-column a:hover { color: #fff; }
.footer-column p, .footer-column li { color: #cbd5e1; }
.footer-socials { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.footer-socials a { display: inline-flex; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; padding: 8px 12px; font-weight: 900; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 62px; color: #94a3b8; font-size: 14px; }
.back-to-top { color: #fff; font-weight: 900; }

/* Comments */
.comments-area { background: #fff; border: 1px solid var(--t112-line); border-radius: var(--t112-radius); padding: 24px; margin-top: 26px; box-shadow: var(--t112-shadow-soft); }
.comment-list { padding-left: 22px; }
.comment-respond input:not([type="submit"]), .comment-respond textarea { width: 100%; border: 1px solid var(--t112-line); border-radius: 12px; padding: 12px; font: inherit; }
.comment-respond .submit { border: 0; border-radius: 999px; background: var(--t112-red); color: #111827; padding: 12px 18px; font-weight: 900; cursor: pointer; }

/* WordPress basics */
.alignleft { float: left; margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { color: var(--t112-muted); font-size: 14px; }
.gallery { display: grid; gap: 12px; }
.sticky .card-title::before { content: 'Uitgelicht'; display: inline-flex; margin-right: 8px; font-size: 11px; color: #111827; background: var(--t112-red); border-radius: 999px; padding: 3px 8px; vertical-align: middle; }

@media (max-width: 1080px) {
  .main-layout, .single-layout { grid-template-columns: 1fr; }
  .main-layout.has-no-sidebar .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-sidebar { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  .masthead-inner { min-height: 92px; }
  .header-search { display: none; }
  .menu-toggle { display: inline-flex; }
  .main-navigation { display: none; }
  .main-navigation.is-open { display: block; }
  .main-navigation ul { flex-direction: column; align-items: stretch; padding: 12px 0; width: 100%; }
  .main-navigation a { display: flex; border-radius: 12px; }
  .top-strip-text { display: none; }
  .hero-card, .hero-content { min-height: 460px; }
  .hero-gradient { background: linear-gradient(0deg, rgba(5,8,16,.94), rgba(5,8,16,.22)); }
  .hero-content { justify-content: flex-end; }
  .news-grid { grid-template-columns: 1fr; }
  .site-sidebar, .footer-widgets, .footer-top { grid-template-columns: 1fr; }
  .footer-top { gap: 26px; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 22px), var(--t112-container)); }
  .site-main { padding-top: 18px; }
  .top-strip-date { display: none; }
  .text-logo-main { font-size: 36px; }
  .text-logo-sub { font-size: 11px; }
  .masthead-inner { gap: 12px; }
  .breaking-inner { align-items: flex-start; flex-direction: column; gap: 4px; padding: 9px 0; }
  .top-story-section { margin: 18px 0; }
  .hero-card, .hero-content { min-height: 420px; }
  .hero-content { padding: 22px; }
  .hero-content h1 { font-size: 34px; }
  .hero-content p { font-size: 15px; }
  .card-body { padding: 16px; }
  .single-title { font-size: 38px; }
  .single-header { text-align: left; }
  .single-header .cat-badges, .single-header .entry-meta { justify-content: flex-start; }
  .article-content { padding: 20px; font-size: 17px; }
  .post-navigation-custom, .related-grid { grid-template-columns: 1fr; }
  .nav-next { text-align: left; }
  .search-form { flex-direction: column; }
  .footer-bottom-inner { flex-direction: column; align-items: flex-start; padding: 16px 0; }
}

/* SEO / toegankelijkheid helpers */
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--t112-muted);
  font-size: 13px;
  font-weight: 850;
}
.breadcrumbs a {
  color: var(--t112-muted);
}
.breadcrumbs a:hover {
  color: var(--t112-red);
}
.breadcrumbs a::after {
  content: "›";
  margin-left: 8px;
  color: #94a3b8;
}
.breadcrumbs span {
  color: var(--t112-ink);
}

/* Mobile polish v1.0.7 */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a,
input[type="submit"] {
  -webkit-tap-highlight-color: rgba(255, 212, 0, .28);
}

iframe,
embed,
object,
video {
  max-width: 100%;
}

.article-content iframe,
.article-content embed,
.article-content object,
.article-content video,
.article-content .wp-block-embed__wrapper {
  width: 100%;
  max-width: 100%;
}

.article-content table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  -webkit-overflow-scrolling: touch;
}

.article-content pre,
.article-content code {
  max-width: 100%;
  overflow-x: auto;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.article-content,
.card-title,
.single-title,
.archive-title,
.hero-content h1 {
  overflow-wrap: anywhere;
}

.mobile-menu-search {
  display: none;
}

.menu-toggle {
  position: relative;
  flex: 0 0 auto;
  touch-action: manipulation;
}

.menu-toggle span:not(.screen-reader-text) {
  transition: transform .18s ease, opacity .18s ease;
}

body.menu-open .menu-toggle span:not(.screen-reader-text):nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

body.menu-open .menu-toggle span:not(.screen-reader-text):nth-child(2) {
  opacity: 0;
}

body.menu-open .menu-toggle span:not(.screen-reader-text):nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-logo img {
  max-width: min(420px, 58vw);
}

.header-search input,
.mobile-menu-search input {
  font-size: 16px;
}

@media (max-width: 1080px) {
  .main-layout.has-no-sidebar .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .single-layout,
  .main-layout {
    gap: 24px;
  }
}

@media (max-width: 860px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 100;
  }

  .admin-bar .site-header {
    top: 46px;
  }

  .masthead-inner {
    min-height: 82px;
  }

  .brand-block {
    min-width: 0;
    flex: 1 1 auto;
  }

  .site-logo img {
    max-height: 62px;
    max-width: min(330px, 62vw);
  }

  .header-actions {
    flex: 0 0 auto;
  }

  .main-navigation {
    display: block;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: max-height .22s ease, opacity .18s ease, visibility .18s ease;
    box-shadow: 0 22px 34px rgba(0, 0, 0, .22);
  }

  .main-navigation.is-open {
    max-height: calc(100dvh - 82px);
    overflow-y: auto;
    visibility: visible;
    opacity: 1;
    -webkit-overflow-scrolling: touch;
  }

  .nav-inner {
    min-height: 0;
    flex-direction: column;
    align-items: stretch;
    padding: 12px 0 14px;
  }

  .mobile-menu-search {
    display: flex;
    align-items: center;
    width: 100%;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 16px;
    overflow: hidden;
    margin: 0 0 10px;
  }

  .mobile-menu-search input {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: 0;
    color: #fff;
    background: transparent;
    min-height: 48px;
    padding: 0 14px;
  }

  .mobile-menu-search input::placeholder {
    color: #94a3b8;
  }

  .mobile-menu-search button {
    border: 0;
    background: var(--t112-red);
    color: #111827;
    font-weight: 950;
    min-height: 48px;
    padding: 0 16px;
  }

  .main-navigation ul {
    padding: 0;
    gap: 6px;
  }

  .main-navigation li {
    width: 100%;
  }

  .main-navigation a {
    min-height: 48px;
    padding: 13px 14px;
    border-radius: 14px;
    background: rgba(255,255,255,.04);
    justify-content: space-between;
  }

  .main-navigation a:hover,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_item > a {
    background: rgba(255, 212, 0, .18);
    color: #fff;
  }

  .site-main {
    padding-bottom: 42px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .news-grid,
  .main-layout.has-no-sidebar .news-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .news-card:hover {
    transform: none;
  }

  .site-sidebar {
    grid-template-columns: 1fr;
  }

  .single-main {
    padding-top: 20px;
  }

  .single-layout {
    gap: 22px;
  }

  .article-share-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .share-link {
    min-height: 46px;
  }
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 720px) {
  .top-story-section {
    margin: 16px 0 20px;
  }

  .hero-card {
    min-height: 0;
    background: var(--t112-surface);
    border: 1px solid var(--t112-line);
    border-radius: 22px;
    box-shadow: var(--t112-shadow-soft);
  }

  .hero-media {
    position: relative;
    inset: auto;
    aspect-ratio: 16 / 10;
  }

  .hero-gradient {
    display: none;
  }

  .hero-content {
    min-height: 0;
    width: auto;
    color: var(--t112-ink);
    padding: 18px;
    background: #fff;
  }

  .hero-kicker {
    color: #9a7b00;
    margin-bottom: 8px;
  }

  .hero-content h1 {
    font-size: clamp(28px, 8vw, 38px);
    line-height: 1.02;
    margin: 10px 0 12px;
  }

  .hero-content h1 a:hover {
    color: var(--t112-red-dark);
  }

  .hero-content p,
  .hero-content .entry-meta {
    color: var(--t112-muted);
  }

  .hero-content p {
    margin-bottom: 14px;
  }

  .hero-content .button-light {
    background: var(--t112-dark);
    color: #fff;
    width: 100%;
  }

  .hero-content .button-light:hover {
    background: var(--t112-red);
    color: #111827;
  }

  .single-header {
    margin-bottom: 18px;
  }

  .single-featured {
    border-radius: 18px;
    margin-bottom: 18px;
  }

  .single-featured-image {
    max-height: none;
    aspect-ratio: 16 / 10;
  }

  .article-share {
    border-radius: 18px;
    padding: 14px;
  }

  .article-content {
    border-radius: 18px;
    line-height: 1.72;
  }

  .related-posts {
    margin-top: 26px;
  }
}

@media (max-width: 640px) {
  .container,
  .narrow-container {
    width: min(calc(100% - 20px), var(--t112-container));
  }

  .site-main {
    padding-top: 14px;
  }

  .top-strip-inner {
    min-height: 34px;
    gap: 8px;
  }

  .top-strip-live {
    font-size: 12px;
  }

  .masthead-inner {
    min-height: 76px;
  }

  .site-logo img {
    max-height: 56px;
    max-width: min(280px, 61vw);
  }

  .text-logo-main {
    font-size: clamp(30px, 10vw, 38px);
  }

  .text-logo-sub {
    display: none;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
    border-radius: 13px;
  }

  .breaking-inner {
    flex-direction: row;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    white-space: nowrap;
    padding: 8px 0;
    -webkit-overflow-scrolling: touch;
  }

  .breaking-label {
    flex: 0 0 auto;
  }

  .hero-card {
    border-radius: 20px;
  }

  .hero-media {
    aspect-ratio: 16 / 9;
  }

  .hero-content {
    padding: 16px;
  }

  .hero-content h1 {
    font-size: 30px;
  }

  .hero-content p {
    font-size: 15px;
  }

  .news-card {
    border-radius: 18px;
  }

  .card-media {
    aspect-ratio: 16 / 9;
  }

  .card-body {
    padding: 15px;
  }

  .card-title {
    font-size: 23px;
    line-height: 1.1;
  }

  .card-excerpt {
    font-size: 15px;
  }

  .entry-meta {
    gap: 7px 10px;
    font-size: 12px;
  }

  .cat-badge {
    min-height: 28px;
    font-size: 11px;
    padding: 5px 9px;
  }

  .archive-header {
    border-radius: 18px;
    margin-bottom: 18px;
  }

  .archive-title {
    font-size: 34px;
  }

  .single-title {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.02;
    letter-spacing: -0.055em;
  }

  .single-featured figcaption {
    font-size: 12px;
  }

  .article-content {
    padding: 18px;
    font-size: 17px;
  }

  .article-content h2 {
    font-size: 25px;
  }

  .article-content h3 {
    font-size: 21px;
  }

  .article-share h2 {
    font-size: 13px;
  }

  .post-navigation-custom a {
    padding: 14px;
  }

  .footer-top {
    padding: 36px 0;
  }

  .footer-logo {
    font-size: 30px;
  }

  .footer-bottom-inner {
    gap: 10px;
  }
}

@media (max-width: 420px) {
  .container,
  .narrow-container {
    width: min(calc(100% - 16px), var(--t112-container));
  }

  .masthead-inner {
    gap: 8px;
  }

  .site-logo img {
    max-width: min(235px, 58vw);
  }

  .mobile-menu-search {
    border-radius: 14px;
  }

  .mobile-menu-search button {
    padding-inline: 12px;
  }

  .hero-content h1,
  .card-title {
    letter-spacing: -0.045em;
  }

  .card-excerpt {
    display: none;
  }

  .article-share-links {
    grid-template-columns: 1fr;
  }

  .share-link {
    width: 100%;
  }

  .page-numbers {
    min-width: 38px;
    min-height: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}

@media (min-width: 783px) and (max-width: 860px) {
  .admin-bar .site-header {
    top: 32px;
  }
}

/* Nieuwssite-extra's v1.0.8 */
.reading-progress {
  position: fixed;
  inset: 0 0 auto 0;
  height: 4px;
  z-index: 9998;
  pointer-events: none;
  background: transparent;
}
.reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--t112-red);
  box-shadow: 0 0 14px rgba(255, 212, 0, .65);
  transition: width .08s linear;
}

.latest-ticker {
  background: #fff;
  border-top: 1px solid rgba(15, 23, 42, .08);
  border-bottom: 1px solid rgba(15, 23, 42, .08);
  color: var(--t112-ink);
}
.latest-ticker-inner {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 12px;
  overflow: hidden;
}
.latest-ticker-label {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--t112-dark);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.latest-ticker-track {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.latest-ticker-track::-webkit-scrollbar { display: none; }
.latest-ticker-track a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: min(440px, 62vw);
  color: #334155;
  font-weight: 850;
  white-space: nowrap;
}
.latest-ticker-track a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #cbd5e1;
  margin-left: 2px;
}
.latest-ticker-track time {
  color: #9a7b00;
  font-weight: 950;
}
.latest-ticker-track span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.latest-ticker-track a:hover span { color: var(--t112-red-dark); }

.tip-strip {
  background: linear-gradient(135deg, #172033, #0b1020);
  color: #fff;
  border-top: 1px solid rgba(255,255,255,.08);
}
.tip-strip-inner {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.tip-strip strong {
  display: block;
  font-size: 16px;
  line-height: 1.1;
}
.tip-strip span {
  display: block;
  color: #cbd5e1;
  font-size: 14px;
  margin-top: 2px;
}
.tip-strip-button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 15px;
  border-radius: 999px;
  background: var(--t112-yellow);
  color: #111827;
  font-weight: 950;
}
.tip-strip-button:hover { background: #fff; color: #111827; }


.urgent-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--t112-emergency);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .06em;
  box-shadow: 0 10px 24px rgba(227, 6, 19, .22);
}
.urgent-pill span {
  font-size: 10px;
  filter: drop-shadow(0 0 8px rgba(255,255,255,.65));
}
.hero-content .urgent-pill { margin-bottom: 10px; }
.card-body .urgent-pill { margin-bottom: 9px; }
.single-header .urgent-pill { margin-bottom: 10px; }
.news-card.is-urgent-news {
  border-color: rgba(227, 6, 19, .35);
  box-shadow: 0 18px 44px rgba(227, 6, 19, .10), var(--t112-shadow-soft);
}
.news-card.is-urgent-news .card-title a { color: #7f1d1d; }

.incident-details,
.article-notice {
  width: min(100%, 920px);
  margin: 0 auto 22px;
  background: var(--t112-surface);
  border: 1px solid var(--t112-line);
  border-radius: var(--t112-radius);
  box-shadow: var(--t112-shadow-soft);
}
.incident-details {
  padding: 18px;
}
.incident-details h2 {
  margin: 0 0 12px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.incident-details dl {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px;
}
.incident-details div {
  background: var(--t112-surface-soft);
  border: 1px solid var(--t112-line);
  border-radius: 16px;
  padding: 12px;
}
.incident-details dt {
  color: var(--t112-muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.incident-details dd {
  margin: 3px 0 0;
  font-weight: 900;
  line-height: 1.25;
}
.article-notice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
}
.article-notice strong {
  flex: 0 0 auto;
  color: #111827;
  background: rgba(255, 212, 0, .28);
  border-radius: 999px;
  padding: 4px 9px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.article-notice span {
  color: #475569;
  font-weight: 750;
}
.old-news-notice strong {
  background: #e2e8f0;
}
.share-link {
  cursor: pointer;
  font: inherit;
}
.share-copy.is-copied {
  background: #111827;
  border-color: #111827;
  color: #fff;
}

@media (max-width: 720px) {
  .latest-ticker-inner {
    min-height: 44px;
    gap: 8px;
  }
  .latest-ticker-label {
    font-size: 11px;
  }
  .latest-ticker-track a {
    max-width: 72vw;
    font-size: 13px;
  }
  .tip-strip-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 12px 0;
    gap: 10px;
  }
  .tip-strip-button {
    width: 100%;
  }
  .incident-details,
  .article-notice {
    width: 100%;
    border-radius: 18px;
  }
  .incident-details dl {
    grid-template-columns: 1fr;
  }
  .article-notice {
    flex-direction: column;
    gap: 8px;
  }
}


/* v1.0.12 - Beeldcredit, persportaal-gallery en snellere mobiele homepage */
.single-featured-credit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  padding: 10px 14px;
  background: #fff;
  border-top: 1px solid var(--t112-line);
  color: var(--t112-muted);
  font-size: 13px;
  font-weight: 800;
}
.single-featured-credit .photo-credit {
  color: var(--t112-ink);
  font-weight: 950;
}
.single-featured-credit .photo-caption {
  color: var(--t112-muted);
}

.persportal-gallery {
  width: min(100%, 920px);
  margin: 0 auto 22px;
  background: #fff;
  border: 1px solid var(--t112-line);
  border-radius: var(--t112-radius);
  box-shadow: var(--t112-shadow-soft);
  overflow: hidden;
}
.persportal-gallery-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--t112-line);
}
.persportal-gallery-head span {
  color: var(--t112-red-dark);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.persportal-gallery-head strong {
  color: var(--t112-muted);
  font-size: 13px;
  font-weight: 900;
}
.persportal-gallery-stage {
  position: relative;
  background: #0b1020;
}
.gallery-open {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}
.gallery-main-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 620px;
  object-fit: contain;
  background: #0b1020;
}
.t112-watermark {
  position: absolute;
  left: 14px;
  bottom: 14px;
  width: clamp(112px, 18vw, 190px);
  max-width: 38%;
  padding: 7px 9px;
  border-radius: 12px;
  background: rgba(5, 8, 16, .70);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0,0,0,.22);
  pointer-events: none;
}
.t112-watermark img {
  width: 100%;
  height: auto;
  display: block;
}
.gallery-nav,
.lightbox-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #111827;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(0,0,0,.24);
}
.gallery-nav:hover,
.lightbox-nav:hover {
  background: var(--t112-yellow);
}
.gallery-prev,
.lightbox-prev { left: 12px; }
.gallery-next,
.lightbox-next { right: 12px; }
.persportal-gallery-thumbs {
  display: flex;
  gap: 9px;
  padding: 12px;
  overflow-x: auto;
  background: #f8fafc;
  -webkit-overflow-scrolling: touch;
}
.gallery-thumb {
  flex: 0 0 86px;
  width: 86px;
  height: 60px;
  padding: 0;
  border: 3px solid transparent;
  border-radius: 12px;
  overflow: hidden;
  background: #e2e8f0;
  cursor: pointer;
}
.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-thumb.is-active {
  border-color: var(--t112-yellow);
  box-shadow: 0 0 0 2px rgba(17,24,39,.08);
}
.t112-lightbox[hidden] { display: none; }
.t112-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}
body.lightbox-open { overflow: hidden; }
.lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(2, 6, 23, .88);
  cursor: zoom-out;
}
.lightbox-panel {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
}
.lightbox-figure {
  position: relative;
  margin: 0;
  background: #020617;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(0,0,0,.45);
}
.lightbox-figure img[data-t112-lightbox-image] {
  width: 100%;
  max-height: calc(100dvh - 72px);
  object-fit: contain;
  background: #020617;
}
.lightbox-close {
  position: absolute;
  right: -8px;
  top: -12px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #111827;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(0,0,0,.28);
}
.lightbox-close:hover { background: var(--t112-yellow); }

@media (max-width: 640px) {
  .home .site-main,
  .blog .site-main {
    padding-top: 10px;
  }
  .home .latest-ticker,
  .blog .latest-ticker {
    display: none;
  }
  .home .section-heading,
  .blog .section-heading {
    margin-bottom: 12px;
    padding-bottom: 10px;
  }
  .home .main-layout,
  .blog .main-layout {
    gap: 14px;
  }
  .home .news-grid,
  .blog .news-grid,
  .home .main-layout.has-no-sidebar .news-grid,
  .blog .main-layout.has-no-sidebar .news-grid {
    gap: 10px;
  }
  .home .content-feed .news-card,
  .blog .content-feed .news-card {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    border-radius: 16px;
    min-height: 104px;
  }
  .home .content-feed .card-media,
  .blog .content-feed .card-media {
    aspect-ratio: auto;
    height: 100%;
    min-height: 104px;
    border-radius: 0;
  }
  .home .content-feed .card-body,
  .blog .content-feed .card-body {
    padding: 11px 12px;
  }
  .home .content-feed .cat-badges,
  .blog .content-feed .cat-badges {
    gap: 4px;
    margin-bottom: 5px;
  }
  .home .content-feed .cat-badge,
  .blog .content-feed .cat-badge {
    min-height: 22px;
    padding: 3px 7px;
    font-size: 10px;
  }
  .home .content-feed .card-title,
  .blog .content-feed .card-title {
    margin: 4px 0 7px;
    font-size: 17px;
    line-height: 1.12;
  }
  .home .content-feed .entry-meta,
  .blog .content-feed .entry-meta {
    font-size: 11px;
    gap: 6px;
  }
  .home .content-feed .meta-author,
  .blog .content-feed .meta-author,
  .home .content-feed .card-excerpt,
  .blog .content-feed .card-excerpt,
  .home .content-feed .read-more,
  .blog .content-feed .read-more {
    display: none;
  }
  .home .site-sidebar,
  .blog .site-sidebar {
    display: none;
  }
  .single-featured-credit {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
    padding: 9px 12px;
  }
  .persportal-gallery {
    width: 100%;
    border-radius: 18px;
  }
  .persportal-gallery-head {
    padding: 12px;
  }
  .gallery-main-image {
    aspect-ratio: 4 / 3;
  }
  .gallery-nav {
    width: 38px;
    height: 38px;
    font-size: 28px;
  }
  .gallery-prev { left: 8px; }
  .gallery-next { right: 8px; }
  .gallery-thumb {
    flex-basis: 70px;
    width: 70px;
    height: 52px;
    border-radius: 10px;
  }
  .t112-watermark {
    left: 10px;
    bottom: 10px;
    width: 108px;
    padding: 5px 7px;
    border-radius: 9px;
  }
  .t112-lightbox {
    padding: 10px;
  }
  .lightbox-nav {
    width: 38px;
    height: 38px;
    font-size: 28px;
  }
  .lightbox-close {
    right: 6px;
    top: 6px;
  }
}

/* v1.0.13 - Publieke fotobescherming en privacy blur op de site */
.single-featured-media {
  position: relative;
  overflow: hidden;
  background: #0f172a;
}
.t112-protected-media {
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.t112-protected-media img,
.t112-protected-image {
  -webkit-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
}
.t112-privacy-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
.t112-privacy-box {
  position: absolute;
  display: block;
  border-radius: 12px;
  background: rgba(241, 245, 249, .52);
  box-shadow: 0 0 0 1px rgba(255,255,255,.26), 0 8px 22px rgba(2,6,23,.24);
  backdrop-filter: blur(18px) saturate(1.25);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
  transform: scale(1.08);
  transform-origin: center;
}
.t112-privacy-box-face {
  border-radius: 999px;
}
.t112-privacy-box-plate,
.t112-privacy-box-kenteken,
.t112-privacy-box-license-plate {
  border-radius: 9px;
  transform: scale(1.16, 1.28);
}
.t112-protected-media .t112-watermark {
  z-index: 5;
}
.gallery-open .t112-privacy-layer,
.lightbox-figure .t112-privacy-layer,
.single-featured-media .t112-privacy-layer {
  z-index: 4;
}
.gallery-nav,
.lightbox-nav,
.lightbox-close {
  z-index: 8;
}
.persportal-gallery-thumbs img {
  -webkit-user-drag: none;
  user-select: none;
}
@supports not ((backdrop-filter: blur(10px)) or (-webkit-backdrop-filter: blur(10px))) {
  .t112-privacy-box {
    background: rgba(15, 23, 42, .72);
  }
}
.t112-thumb-protected {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.t112-thumb-protected .post-thumb,
.t112-thumb-protected .t112-protected-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-media .t112-thumb-protected {
  position: absolute;
  inset: 0;
}

/* v1.0.14 - Lightbox onder artikeltekst + visuele polish */
.single-article {
  --t112-gallery-bg: #050816;
}

.single-featured {
  border: 1px solid rgba(255, 255, 255, .7);
  box-shadow: 0 24px 70px rgba(15, 23, 42, .16);
}

.single-featured-credit {
  background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.article-share {
  position: relative;
  overflow: hidden;
  border-color: rgba(226, 232, 240, .9);
  background: linear-gradient(135deg, #ffffff, #fff9d7);
}
.article-share::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--t112-yellow);
}
.article-share h2 {
  color: #7c6500;
}
.share-link {
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.share-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(15, 23, 42, .11);
}

.article-content {
  border-color: rgba(226, 232, 240, .86);
  box-shadow: 0 16px 44px rgba(15, 23, 42, .08);
}
.article-content p:first-of-type {
  font-size: 1.06em;
}

.persportal-gallery-under-text {
  width: 100%;
  margin: 26px 0 10px;
  border: 0;
  border-radius: 26px;
  background: linear-gradient(145deg, #ffffff 0%, #f8fafc 42%, #fff5bf 100%);
  box-shadow: 0 18px 46px rgba(15, 23, 42, .12);
}
.persportal-gallery-head {
  min-height: 76px;
  padding: 18px 20px;
  border-bottom: 0;
  background: linear-gradient(135deg, #101827, #172033 62%, #2c2500);
  color: #fff;
}
.persportal-gallery-title {
  min-width: 0;
}
.persportal-gallery-title span,
.persportal-gallery-head span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  color: var(--t112-yellow);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.persportal-gallery-title span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--t112-yellow);
  box-shadow: 0 0 0 6px rgba(255, 212, 0, .18);
}
.persportal-gallery-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 3.4vw, 34px);
  line-height: 1;
  letter-spacing: -.045em;
}
.persportal-gallery-head strong {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: #f8fafc;
  font-size: 12px;
  font-weight: 950;
  backdrop-filter: blur(10px);
}
.persportal-gallery-stage {
  background: radial-gradient(circle at 20% 10%, rgba(255, 212, 0, .16), transparent 28rem), var(--t112-gallery-bg);
}
.gallery-open::after {
  content: "Klik om te vergroten";
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 7;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(2, 6, 23, .72);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  pointer-events: none;
  backdrop-filter: blur(10px);
}
.gallery-main-image {
  border-radius: 0;
  transition: opacity .18s ease;
}
.gallery-nav,
.lightbox-nav,
.lightbox-close {
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.gallery-nav:hover,
.lightbox-nav:hover,
.lightbox-close:hover {
  transform: translateY(-50%) scale(1.04);
}
.lightbox-close:hover {
  transform: scale(1.04);
}
.persportal-gallery-thumbs {
  gap: 10px;
  padding: 14px;
  background: rgba(248, 250, 252, .92);
}
.gallery-thumb {
  border-width: 2px;
  border-radius: 14px;
  opacity: .72;
  transition: opacity .18s ease, transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.gallery-thumb:hover,
.gallery-thumb.is-active {
  opacity: 1;
  transform: translateY(-1px);
}
.gallery-thumb.is-active {
  border-color: var(--t112-yellow);
  box-shadow: 0 0 0 3px rgba(255, 212, 0, .28), 0 10px 24px rgba(15, 23, 42, .14);
}
.t112-lightbox {
  backdrop-filter: blur(2px);
}
.lightbox-figure {
  border: 1px solid rgba(255, 255, 255, .12);
}

@media (max-width: 720px) {
  .article-content p:first-of-type {
    font-size: 1em;
  }
  .persportal-gallery-under-text {
    margin-top: 18px;
    border-radius: 20px;
  }
  .persportal-gallery-head {
    min-height: 0;
    align-items: flex-start;
    padding: 15px;
  }
  .persportal-gallery-head h2 {
    font-size: 24px;
  }
  .persportal-gallery-head strong {
    min-height: 30px;
    padding: 6px 9px;
  }
  .gallery-open::after {
    right: 10px;
    bottom: 10px;
    min-height: 28px;
    font-size: 11px;
  }
  .persportal-gallery-thumbs {
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .persportal-gallery-head {
    flex-direction: column;
    gap: 10px;
  }
  .gallery-open::after {
    display: none;
  }
}


/* v1.0.15 - Beeldcredit beter zichtbaar onder foto */
.single-featured .single-featured-credit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  min-height: 46px;
  padding: 12px 16px;
  background: #081120 !important;
  color: #ffffff !important;
  border-top: 4px solid var(--t112-yellow);
  font-size: 14px;
  line-height: 1.35;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}
.single-featured-credit .credit-label {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--t112-yellow);
  color: #111827;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.single-featured-credit .photo-credit {
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 900;
}
.single-featured-credit .photo-credit strong {
  color: var(--t112-yellow);
  margin-right: 2px;
}
.single-featured-credit .photo-caption {
  flex-basis: 100%;
  color: #cbd5e1 !important;
  font-size: 13px;
  font-weight: 700;
}
@media (max-width: 720px) {
  .single-featured .single-featured-credit {
    min-height: 0;
    padding: 10px 12px;
    font-size: 13px;
  }
  .single-featured-credit .photo-credit {
    font-size: 14px;
  }
}

/* v1.0.17 - Admin-only beeldcredit debug en schonere credits */
.t112-credit-debug {
  margin-top: 10px;
  border: 1px solid rgba(15, 23, 42, 0.18);
  border-radius: 14px;
  background: #fff;
  color: #0f172a;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.t112-credit-debug summary {
  cursor: pointer;
  padding: 12px 14px;
  font-weight: 800;
  background: #facc15;
  color: #0f172a;
}

.t112-credit-debug p {
  margin: 12px 14px;
}

.t112-credit-debug-scroll {
  overflow-x: auto;
  padding: 0 14px 14px;
}

.t112-credit-debug table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  font-size: 13px;
}

.t112-credit-debug th,
.t112-credit-debug td {
  padding: 8px 10px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
  text-align: left;
  vertical-align: top;
}

.t112-credit-debug code {
  white-space: pre-wrap;
  word-break: break-word;
}


/* Social sharing: native delen alleen tonen op telefoons/browsers die het ondersteunen. */
.share-native {
  display: none;
}

.supports-native-share .share-native {
  display: inline-flex;
}

.share-whatsapp {
  font-weight: 800;
}

/* P2000 monitor pagina */
.p2000-monitor-main {
    padding: 28px 0 48px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 42%);
}

.p2000-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 230px;
    gap: 22px;
    align-items: stretch;
    padding: 28px;
    margin: 0 0 18px;
    border-radius: 26px;
    background: #101827;
    color: #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .18);
    overflow: hidden;
    position: relative;
}

.p2000-hero::after {
    content: "";
    position: absolute;
    right: -80px;
    top: -100px;
    width: 260px;
    height: 260px;
    border-radius: 999px;
    background: rgba(255, 214, 10, .18);
    pointer-events: none;
}

.p2000-hero .archive-label {
    background: #ffd60a;
    color: #111827;
}

.p2000-hero h1 {
    margin: 12px 0 10px;
    font-size: clamp(2rem, 5vw, 3.6rem);
    line-height: .98;
    letter-spacing: -.045em;
}

.p2000-hero p {
    max-width: 720px;
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 1.04rem;
}

.p2000-hero-card {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 22px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 22px;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(12px);
}

.p2000-hero-card strong {
    font-size: 3rem;
    line-height: 1;
    color: #ffd60a;
}

.p2000-hero-card span {
    margin-top: 8px;
    font-weight: 800;
}

.p2000-hero-card small {
    margin-top: 12px;
    color: rgba(255,255,255,.68);
}

.p2000-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 16px;
    padding: 14px 16px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
}

.p2000-toolbar strong,
.p2000-toolbar span {
    display: block;
}

.p2000-toolbar span {
    margin-top: 2px;
    color: #64748b;
    font-size: .92rem;
}

.p2000-refresh-button,
.p2000-article-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 15px;
    border-radius: 999px;
    background: #ffd60a;
    color: #101827;
    text-decoration: none;
    font-weight: 900;
    box-shadow: 0 8px 20px rgba(255, 214, 10, .25);
}

.p2000-refresh-button:hover,
.p2000-article-link:hover {
    transform: translateY(-1px);
    color: #101827;
}

.p2000-list {
    display: grid;
    gap: 14px;
}

.p2000-card {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 16px;
    padding: 18px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
}

.p2000-card-time {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 3px;
}

.p2000-card-time time,
.p2000-card-time span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    min-height: 42px;
    border-radius: 16px;
    background: #101827;
    color: #ffd60a;
    font-weight: 950;
    font-size: 1.05rem;
}

.p2000-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    color: #64748b;
    font-size: .86rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.p2000-pill {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 4px 9px;
    border-radius: 999px;
    background: #fee2e2;
    color: #991b1b;
}

.p2000-card h2 {
    margin: 10px 0 12px;
    color: #111827;
    font-size: clamp(1.1rem, 2vw, 1.45rem);
    line-height: 1.2;
    letter-spacing: -.02em;
}

.p2000-details {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 14px;
}

.p2000-details div {
    padding: 10px 12px;
    border-radius: 16px;
    background: #f8fafc;
}

.p2000-details dt {
    margin: 0 0 3px;
    color: #64748b;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.p2000-details dd {
    margin: 0;
    color: #111827;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.p2000-article-link {
    min-height: 38px;
    padding-inline: 13px;
    font-size: .92rem;
}

.p2000-empty {
    padding: 34px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
}

.p2000-empty h2 {
    margin-top: 0;
}

@media (max-width: 820px) {
    .p2000-hero {
        grid-template-columns: 1fr;
        padding: 22px;
        border-radius: 22px;
    }

    .p2000-hero-card {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
    }

    .p2000-hero-card strong {
        font-size: 2.2rem;
    }

    .p2000-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .p2000-card {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 15px;
    }

    .p2000-card-time {
        justify-content: flex-start;
    }

    .p2000-details {
        grid-template-columns: 1fr;
    }

    .p2000-refresh-button,
    .p2000-article-link {
        width: 100%;
    }
}

/* P2000 monitor v1.0.24 - snelle backend-helper weergave */
.t112-p2000-page {
    padding: 28px 0 48px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 44%);
}

.t112-p2000-monitor {
    display: grid;
    gap: 18px;
}

.t112-p2000-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 26px;
    border-radius: 26px;
    background: #101827;
    color: #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .16);
    overflow: hidden;
    position: relative;
}

.t112-p2000-header::after {
    content: "";
    position: absolute;
    right: -80px;
    top: -100px;
    width: 260px;
    height: 260px;
    border-radius: 999px;
    background: rgba(255, 214, 10, .18);
    pointer-events: none;
}

.t112-p2000-header > * {
    position: relative;
    z-index: 1;
}

.t112-p2000-header .archive-label {
    background: #ffd60a;
    color: #111827;
}

.t112-p2000-header h1 {
    margin: 12px 0 8px;
    font-size: clamp(2rem, 5vw, 3.4rem);
    line-height: .98;
    letter-spacing: -.045em;
}

.t112-p2000-header p {
    max-width: 720px;
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 1.03rem;
}

.t112-p2000-count {
    min-width: 170px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 22px;
    background: rgba(255,255,255,.08);
    text-align: center;
}

.t112-p2000-count strong,
.t112-p2000-count span {
    display: block;
}

.t112-p2000-count strong {
    color: #ffd60a;
    font-size: 2.75rem;
    line-height: 1;
}

.t112-p2000-count span {
    margin-top: 8px;
    font-weight: 900;
}

.t112-p2000-notice,
.t112-p2000-empty {
    padding: 22px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 22px;
    background: #fff;
    color: #334155;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
    font-weight: 800;
}

.t112-p2000-notice {
    border-color: rgba(245, 158, 11, .22);
    background: #fffbeb;
    color: #92400e;
}

.t112-p2000-list {
    display: grid;
    gap: 12px;
}

.t112-p2000-item {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 16px;
    padding: 16px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-left: 5px solid #ffd60a;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .055);
}

.t112-p2000-brandweer {
    border-left-color: #dc2626;
}

.t112-p2000-ambulance,
.t112-p2000-ambulancedienst {
    border-left-color: #16a34a;
}

.t112-p2000-politie {
    border-left-color: #2563eb;
}

.t112-p2000-time {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    min-height: 42px;
    align-self: flex-start;
    border-radius: 16px;
    background: #101827;
    color: #ffd60a;
    font-weight: 950;
    font-size: 1.02rem;
    text-align: center;
}

.t112-p2000-content {
    min-width: 0;
}

.t112-p2000-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    margin-bottom: 9px;
}

.t112-p2000-meta span,
.t112-p2000-priority,
.t112-p2000-discipline,
.t112-p2000-city {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 4px 9px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #334155;
    font-size: .78rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.t112-p2000-priority {
    background: #fee2e2;
    color: #991b1b;
}

.t112-p2000-brandweer .t112-p2000-discipline {
    background: #fee2e2;
    color: #991b1b;
}

.t112-p2000-ambulance .t112-p2000-discipline,
.t112-p2000-ambulancedienst .t112-p2000-discipline {
    background: #dcfce7;
    color: #166534;
}

.t112-p2000-politie .t112-p2000-discipline {
    background: #dbeafe;
    color: #1d4ed8;
}

.t112-p2000-message {
    margin: 0 0 10px;
    color: #111827;
    font-size: clamp(1.08rem, 2vw, 1.42rem);
    line-height: 1.22;
    letter-spacing: -.02em;
    overflow-wrap: anywhere;
}

.t112-p2000-location,
.t112-p2000-units,
.t112-p2000-capcodes {
    margin-top: 7px;
    color: #475569;
    font-weight: 750;
    overflow-wrap: anywhere;
}

.t112-p2000-location::before {
    content: "📍 ";
}

.t112-p2000-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 13px;
    min-height: 38px;
    padding: 9px 13px;
    border-radius: 999px;
    background: #ffd60a;
    color: #101827;
    text-decoration: none;
    font-weight: 950;
    box-shadow: 0 8px 20px rgba(255, 214, 10, .22);
}

.t112-p2000-link:hover {
    transform: translateY(-1px);
    color: #101827;
}

@media (max-width: 820px) {
    .t112-p2000-page {
        padding-top: 16px;
    }

    .t112-p2000-header {
        grid-template-columns: 1fr;
        padding: 21px;
        border-radius: 22px;
    }

    .t112-p2000-count {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-width: 0;
        text-align: left;
    }

    .t112-p2000-count strong {
        font-size: 2.1rem;
    }

    .t112-p2000-item {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 14px;
        border-radius: 18px;
    }

    .t112-p2000-time {
        width: auto;
        min-width: 64px;
        justify-self: flex-start;
        min-height: 36px;
        font-size: .95rem;
    }

    .t112-p2000-link {
        width: 100%;
    }
}

/* v1.0.25 - P2000 in hoofdmenu + mooiere monitorpagina */
.main-navigation .t112-menu-p2000 > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-weight: 950;
}

.main-navigation .t112-menu-p2000 > a::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #ffd60a;
    box-shadow: 0 0 0 4px rgba(255, 214, 10, .18);
}

.main-navigation .t112-menu-p2000.current-menu-item > a,
.main-navigation .t112-menu-p2000 > a:hover {
    color: #ffd60a;
}

.t112-p2000-page {
    padding: 24px 0 56px;
    background:
        radial-gradient(circle at 12% 0%, rgba(255, 214, 10, .18), transparent 27%),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 48%);
}

.t112-p2000-monitor {
    display: grid;
    gap: 18px;
}

.t112-p2000-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 330px);
    gap: 22px;
    align-items: stretch;
    padding: clamp(22px, 4vw, 36px);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 30px;
    background:
        radial-gradient(circle at 88% 15%, rgba(255, 214, 10, .24), transparent 28%),
        linear-gradient(135deg, #0b1220 0%, #111827 56%, #1f2937 100%);
    color: #fff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, .22);
    overflow: hidden;
    position: relative;
}

.t112-p2000-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(90deg, #000, transparent 78%);
    pointer-events: none;
}

.t112-p2000-header::after {
    content: "";
    position: absolute;
    right: -90px;
    top: -110px;
    width: 300px;
    height: 300px;
    border-radius: 999px;
    background: rgba(255, 214, 10, .18);
    pointer-events: none;
}

.t112-p2000-header > * {
    position: relative;
    z-index: 1;
}

.t112-p2000-header-main {
    align-self: center;
}

.t112-p2000-header .archive-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 11px;
    border-radius: 999px;
    background: #ffd60a;
    color: #111827;
    font-weight: 950;
    letter-spacing: .06em;
}

.t112-p2000-header .archive-label::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #ef4444;
    box-shadow: 0 0 0 4px rgba(239, 68, 68, .2);
}

.t112-p2000-header h1 {
    margin: 14px 0 10px;
    font-size: clamp(2.25rem, 7vw, 4.6rem);
    line-height: .92;
    letter-spacing: -.06em;
}

.t112-p2000-header p {
    max-width: 780px;
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: clamp(1rem, 2vw, 1.13rem);
    line-height: 1.55;
}

.t112-p2000-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 18px;
}

.t112-p2000-refresh {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #ffd60a;
    color: #111827;
    text-decoration: none;
    font-weight: 950;
    box-shadow: 0 12px 24px rgba(255, 214, 10, .22);
}

.t112-p2000-refresh:hover {
    color: #111827;
    transform: translateY(-1px);
}

.t112-p2000-helper {
    color: rgba(255,255,255,.68);
    font-weight: 800;
    font-size: .92rem;
}

.t112-p2000-summary {
    display: grid;
    gap: 12px;
    align-content: center;
}

.t112-p2000-summary-card,
.t112-p2000-count {
    padding: 20px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 24px;
    background: rgba(255,255,255,.09);
    backdrop-filter: blur(14px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

.t112-p2000-summary-card strong,
.t112-p2000-summary-card span,
.t112-p2000-count strong,
.t112-p2000-count span {
    display: block;
}

.t112-p2000-summary-card strong,
.t112-p2000-count strong {
    color: #ffd60a;
    font-size: clamp(1.65rem, 4vw, 3.1rem);
    line-height: 1;
    letter-spacing: -.04em;
}

.t112-p2000-summary-card span,
.t112-p2000-count span {
    margin-top: 8px;
    color: rgba(255,255,255,.78);
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: .78rem;
}

.t112-p2000-filterbar {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    padding: 12px;
    border: 1px solid rgba(15, 23, 42, .07);
    border-radius: 22px;
    background: rgba(255,255,255,.82);
    box-shadow: 0 10px 28px rgba(15, 23, 42, .055);
}

.t112-p2000-filterchip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #334155;
    font-weight: 950;
    font-size: .84rem;
}

.t112-p2000-filterchip strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 7px;
    border-radius: 999px;
    background: #111827;
    color: #ffd60a;
}

.t112-p2000-filterchip-brandweer strong { background: #dc2626; color: #fff; }
.t112-p2000-filterchip-ambulance strong,
.t112-p2000-filterchip-ambulancedienst strong { background: #16a34a; color: #fff; }
.t112-p2000-filterchip-politie strong { background: #2563eb; color: #fff; }

.t112-p2000-notice,
.t112-p2000-empty {
    padding: 24px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 24px;
    background: #fff;
    color: #334155;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .07);
    font-weight: 850;
}

.t112-p2000-notice {
    border-color: rgba(245, 158, 11, .25);
    background: #fffbeb;
    color: #92400e;
}

.t112-p2000-list {
    display: grid;
    gap: 13px;
}

.t112-p2000-item {
    position: relative;
    display: grid;
    grid-template-columns: 94px minmax(0, 1fr);
    gap: 18px;
    padding: 18px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-left: 6px solid #ffd60a;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.t112-p2000-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 44px rgba(15, 23, 42, .09);
}

.t112-p2000-brandweer { border-left-color: #dc2626; }
.t112-p2000-ambulance,
.t112-p2000-ambulancedienst { border-left-color: #16a34a; }
.t112-p2000-politie { border-left-color: #2563eb; }

.t112-p2000-time {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.t112-p2000-time span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 74px;
    min-height: 46px;
    padding: 7px 10px;
    border-radius: 18px;
    background: #111827;
    color: #ffd60a;
    font-weight: 950;
    font-size: 1.02rem;
    text-align: center;
    box-shadow: 0 9px 20px rgba(15, 23, 42, .16);
}

.t112-p2000-content {
    min-width: 0;
}

.t112-p2000-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    margin-bottom: 10px;
}

.t112-p2000-meta span,
.t112-p2000-priority,
.t112-p2000-discipline,
.t112-p2000-city {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #334155;
    font-size: .78rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .045em;
}

.t112-p2000-priority {
    background: #fee2e2;
    color: #991b1b;
}

.t112-p2000-brandweer .t112-p2000-discipline { background: #fee2e2; color: #991b1b; }
.t112-p2000-ambulance .t112-p2000-discipline,
.t112-p2000-ambulancedienst .t112-p2000-discipline { background: #dcfce7; color: #166534; }
.t112-p2000-politie .t112-p2000-discipline { background: #dbeafe; color: #1d4ed8; }

.t112-p2000-message {
    margin: 0 0 11px;
    color: #0f172a;
    font-size: clamp(1.08rem, 2vw, 1.45rem);
    line-height: 1.22;
    letter-spacing: -.025em;
    overflow-wrap: anywhere;
}

.t112-p2000-details {
    display: grid;
    gap: 8px;
    margin-top: 10px;
}

.t112-p2000-detail {
    display: grid;
    gap: 2px;
    padding: 10px 12px;
    border: 1px solid rgba(15, 23, 42, .06);
    border-radius: 16px;
    background: #f8fafc;
    overflow-wrap: anywhere;
}

.t112-p2000-detail span {
    color: #64748b;
    font-size: .74rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.t112-p2000-detail strong {
    color: #334155;
    font-size: .94rem;
    line-height: 1.35;
}

.t112-p2000-location::before {
    content: none;
}

.t112-p2000-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    min-height: 40px;
    padding: 10px 15px;
    border-radius: 999px;
    background: #ffd60a;
    color: #111827;
    text-decoration: none;
    font-weight: 950;
    box-shadow: 0 8px 20px rgba(255, 214, 10, .22);
}

.t112-p2000-link:hover {
    transform: translateY(-1px);
    color: #111827;
}

@media (max-width: 820px) {
    .t112-p2000-page {
        padding-top: 14px;
    }

    .t112-p2000-header {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 22px;
        border-radius: 24px;
    }

    .t112-p2000-header h1 {
        font-size: clamp(2.2rem, 14vw, 3.4rem);
    }

    .t112-p2000-summary {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .t112-p2000-summary-card,
    .t112-p2000-count {
        padding: 15px;
        border-radius: 20px;
    }

    .t112-p2000-summary-card strong,
    .t112-p2000-count strong {
        font-size: 1.8rem;
    }

    .t112-p2000-filterbar {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding: 10px;
        scrollbar-width: thin;
    }

    .t112-p2000-filterchip {
        white-space: nowrap;
    }

    .t112-p2000-item {
        grid-template-columns: 1fr;
        gap: 11px;
        padding: 15px;
        border-radius: 20px;
        border-left-width: 5px;
    }

    .t112-p2000-time {
        justify-content: flex-start;
    }

    .t112-p2000-time span {
        min-width: 66px;
        min-height: 38px;
        border-radius: 15px;
        font-size: .95rem;
    }

    .t112-p2000-details {
        gap: 7px;
    }

    .t112-p2000-link,
    .t112-p2000-refresh {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .t112-p2000-summary {
        grid-template-columns: 1fr;
    }
}


/* v1.0.26 - P2000: één lijst + brandweer-eenheden als badges */
.t112-p2000-filterbar + .t112-p2000-list {
    margin-top: 18px;
}

.t112-p2000-unit-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 7px;
}

.t112-p2000-unit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-size: .82rem;
    line-height: 1;
    letter-spacing: .02em;
    font-weight: 800;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
}

.t112-p2000-brandweer .t112-p2000-unit {
    background: #991b1b;
}

.t112-p2000-ambulance .t112-p2000-unit,
.t112-p2000-ambulancedienst .t112-p2000-unit {
    background: #166534;
}

.t112-p2000-politie .t112-p2000-unit {
    background: #1d4ed8;
}

.t112-p2000-units .t112-p2000-unit-badges + strong,
.t112-p2000-capcodes {
    display: none !important;
}

.t112-p2000-message {
    text-wrap: balance;
}

@media (max-width: 640px) {
    .t112-p2000-unit-badges {
        gap: 6px;
    }

    .t112-p2000-unit {
        min-height: 24px;
        padding: 4px 9px;
        font-size: .78rem;
    }
}

/* v1.0.28 - P2000 voertuigen met post en voertuigtype */
.t112-p2000-item {
    align-items: start;
}

.t112-p2000-message {
    line-height: 1.32;
    margin-bottom: 2px;
}

.t112-p2000-details {
    gap: 10px;
    margin-top: 14px;
}

.t112-p2000-detail {
    gap: 6px;
}

.t112-p2000-unit-badges {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 9px;
    margin-top: 8px;
}

.t112-p2000-unit-card {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 9px;
    min-height: 46px;
    padding: 8px 10px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 8px 20px rgba(15, 23, 42, .05);
}

.t112-p2000-unit-code {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    min-height: 30px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-size: .88rem;
    line-height: 1;
    letter-spacing: .02em;
    font-weight: 950;
    white-space: nowrap;
}

.t112-p2000-unit-info {
    color: #334155;
    font-size: .84rem;
    line-height: 1.28;
    font-weight: 800;
}

.t112-p2000-brandweer .t112-p2000-unit-code {
    background: #991b1b;
}

.t112-p2000-brandweer-units {
    border-color: rgba(153, 27, 27, .14);
    background: linear-gradient(180deg, #fff7f7, #ffffff);
}

.t112-p2000-ambulance .t112-p2000-unit-code,
.t112-p2000-ambulancedienst .t112-p2000-unit-code {
    background: #166534;
}

.t112-p2000-politie .t112-p2000-unit-code {
    background: #1d4ed8;
}

@media (max-width: 640px) {
    .t112-p2000-unit-badges {
        grid-template-columns: 1fr;
    }

    .t112-p2000-unit-card {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 6px;
    }

    .t112-p2000-unit-code {
        width: fit-content;
        min-width: 0;
    }
}

/* v1.0.31 - P2000: roepnummers extra leesbaar, alleen roepnummertekst wit */
.t112-p2000-unit-code,
.t112-p2000-unit-code:link,
.t112-p2000-unit-code:visited,
.t112-p2000-unit-code * {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
}

.t112-p2000-unit-code {
    font-size: .92rem;
    font-weight: 950;
    letter-spacing: .025em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .35);
    border: 1px solid rgba(255, 255, 255, .20);
}

@media (max-width: 640px) {
    .t112-p2000-unit-code {
        font-size: .9rem;
    }
}


/* v1.0.32 - P2000 visueel verfijnd */
.t112-p2000-monitor {
    gap: 22px;
}

.t112-p2000-header {
    border-radius: 32px;
    box-shadow: 0 28px 70px rgba(15, 23, 42, .24);
}

.t112-p2000-header-main {
    max-width: 860px;
}

.t112-p2000-header p {
    max-width: 62ch;
}

.t112-p2000-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.t112-p2000-summary-card {
    position: relative;
    overflow: hidden;
}

.t112-p2000-summary-card::after {
    content: "";
    position: absolute;
    inset: auto -25px -25px auto;
    width: 90px;
    height: 90px;
    border-radius: 999px;
    background: rgba(255,255,255,.06);
}

.t112-p2000-streambar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.t112-p2000-streambar span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
    color: #334155;
    font-size: .84rem;
    font-weight: 900;
}

.t112-p2000-streambar span::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #ffd60a;
    box-shadow: 0 0 0 4px rgba(255, 214, 10, .16);
}

.t112-p2000-filterbar {
    padding: 14px;
    border-radius: 24px;
}

.t112-p2000-list {
    gap: 16px;
}

.t112-p2000-item {
    gap: 20px;
    padding: 22px;
    border-radius: 28px;
    border-left-width: 0;
    background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
    box-shadow: 0 14px 40px rgba(15, 23, 42, .07);
    overflow: hidden;
}

.t112-p2000-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 7px;
    background: #ffd60a;
}

.t112-p2000-brandweer::before { background: #dc2626; }
.t112-p2000-ambulance::before,
.t112-p2000-ambulancedienst::before { background: #16a34a; }
.t112-p2000-politie::before { background: #2563eb; }

.t112-p2000-time {
    justify-content: flex-start;
}

.t112-p2000-time span {
    min-width: 78px;
    min-height: 52px;
    border-radius: 20px;
    font-size: 1.04rem;
    letter-spacing: -.02em;
}

.t112-p2000-meta {
    margin-bottom: 12px;
}

.t112-p2000-meta span,
.t112-p2000-priority,
.t112-p2000-discipline,
.t112-p2000-city {
    min-height: 28px;
    padding: 5px 11px;
    font-size: .76rem;
}

.t112-p2000-message {
    margin-bottom: 6px;
    font-size: clamp(1.12rem, 2vw, 1.5rem);
    line-height: 1.36;
}

.t112-p2000-details {
    gap: 12px;
    margin-top: 16px;
}

.t112-p2000-detail {
    padding: 12px 14px;
    border-radius: 18px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.t112-p2000-unit-badges {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 10px;
}

.t112-p2000-unit-card {
    min-height: 54px;
    padding: 10px 12px;
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
}

.t112-p2000-unit-info {
    line-height: 1.35;
}

.t112-p2000-link {
    gap: 8px;
    margin-top: 16px;
    min-height: 44px;
    padding: 11px 17px;
}

.t112-p2000-link::after {
    content: "→";
    font-size: 1rem;
    line-height: 1;
}

@media (max-width: 820px) {
    .t112-p2000-streambar {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 2px;
        scrollbar-width: thin;
    }

    .t112-p2000-streambar span {
        white-space: nowrap;
    }

    .t112-p2000-item {
        gap: 14px;
        padding: 18px;
        border-radius: 22px;
    }

    .t112-p2000-unit-badges {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .t112-p2000-header {
        border-radius: 26px;
    }

    .t112-p2000-time span {
        min-width: 72px;
        min-height: 44px;
        border-radius: 16px;
    }

    .t112-p2000-message {
        font-size: 1.05rem;
    }

    .t112-p2000-detail {
        padding: 11px 12px;
    }
}


/* v1.0.33 - P2000 nog veel mooier */
.t112-p2000-page {
    padding: 28px 0 70px;
    background:
        radial-gradient(circle at 0% 0%, rgba(255, 214, 10, .17), transparent 25%),
        radial-gradient(circle at 100% 15%, rgba(59, 130, 246, .08), transparent 18%),
        linear-gradient(180deg, #f7f9fc 0%, #eef3f9 100%);
}

.t112-p2000-page .container {
    max-width: 1260px;
}

.t112-p2000-monitor {
    gap: 24px;
}

.t112-p2000-header {
    gap: 28px;
    padding: clamp(24px, 4vw, 40px);
    border-radius: 34px;
    box-shadow: 0 30px 80px rgba(15, 23, 42, .25);
    background:
        radial-gradient(circle at 100% 0%, rgba(255,255,255,.13), transparent 20%),
        radial-gradient(circle at 88% 16%, rgba(255, 214, 10, .24), transparent 28%),
        linear-gradient(135deg, #09111f 0%, #0f172a 48%, #1e293b 100%);
}

.t112-p2000-header::before {
    opacity: .8;
}

.t112-p2000-header::after {
    right: -60px;
    top: -100px;
    width: 280px;
    height: 280px;
    background: rgba(255, 214, 10, .2);
    filter: blur(2px);
}

.t112-p2000-header-main {
    display: grid;
    gap: 0;
}

.t112-p2000-header h1 {
    margin-top: 16px;
    font-size: clamp(2.5rem, 7vw, 5rem);
    line-height: .9;
}

.t112-p2000-header p {
    margin-top: 4px;
    max-width: 58ch;
    color: rgba(255,255,255,.8);
}

.t112-p2000-actions {
    margin-top: 22px;
}

.t112-p2000-refresh {
    min-height: 46px;
    padding: 11px 18px;
    font-size: .95rem;
}

.t112-p2000-summary {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.t112-p2000-summary-card {
    min-height: 126px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.t112-p2000-summary-card strong {
    margin-bottom: 2px;
}

.t112-p2000-streambar {
    gap: 12px;
}

.t112-p2000-streambar span {
    min-height: 40px;
    padding: 10px 15px;
    border-radius: 999px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
}

.t112-p2000-filterbar {
    position: sticky;
    top: 86px;
    z-index: 8;
    padding: 14px;
    border-radius: 24px;
    background: rgba(255,255,255,.88);
    backdrop-filter: blur(14px);
    box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
}

.t112-p2000-filterchip {
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid rgba(15, 23, 42, .05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}

.t112-p2000-list {
    gap: 18px;
}

.t112-p2000-item {
    gap: 22px;
    padding: 24px;
    grid-template-columns: 102px minmax(0, 1fr);
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(252,253,255,1) 100%);
    border: 1px solid rgba(15, 23, 42, .07);
    box-shadow: 0 16px 44px rgba(15, 23, 42, .075);
}

.t112-p2000-item::before {
    width: 8px;
    border-radius: 999px;
}

.t112-p2000-item::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 18px;
    width: 110px;
    height: 110px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 214, 10, .14) 0%, rgba(255, 214, 10, 0) 70%);
    pointer-events: none;
}

.t112-p2000-brandweer::after {
    background: radial-gradient(circle, rgba(220, 38, 38, .10) 0%, rgba(220, 38, 38, 0) 70%);
}
.t112-p2000-ambulance::after,
.t112-p2000-ambulancedienst::after {
    background: radial-gradient(circle, rgba(22, 163, 74, .10) 0%, rgba(22, 163, 74, 0) 70%);
}
.t112-p2000-politie::after {
    background: radial-gradient(circle, rgba(37, 99, 235, .10) 0%, rgba(37, 99, 235, 0) 70%);
}

.t112-p2000-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 52px rgba(15, 23, 42, .1);
}

.t112-p2000-time {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.t112-p2000-time::after {
    content: "Melding";
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 4px 9px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #64748b;
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.t112-p2000-time span {
    min-width: 82px;
    min-height: 54px;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 1.08rem;
    box-shadow: 0 12px 24px rgba(15, 23, 42, .17);
}

.t112-p2000-content {
    display: grid;
    gap: 0;
}

.t112-p2000-meta {
    gap: 8px;
    margin-bottom: 14px;
}

.t112-p2000-meta span,
.t112-p2000-priority,
.t112-p2000-discipline,
.t112-p2000-city {
    min-height: 30px;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: .77rem;
    border: 1px solid rgba(15, 23, 42, .05);
}

.t112-p2000-message {
    margin: 0;
    color: #0b1323;
    font-size: clamp(1.12rem, 2vw, 1.55rem);
    line-height: 1.4;
    max-width: 58ch;
}

.t112-p2000-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.t112-p2000-detail {
    position: relative;
    gap: 7px;
    min-height: 100%;
    padding: 14px 15px;
    border-radius: 20px;
    background: linear-gradient(180deg, #f9fbfd 0%, #ffffff 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}

.t112-p2000-detail span {
    font-size: .73rem;
}

.t112-p2000-location strong,
.t112-p2000-detail strong {
    font-size: .96rem;
}

.t112-p2000-units {
    border-color: rgba(15, 23, 42, .07);
}

.t112-p2000-unit-badges {
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
    gap: 11px;
    margin-top: 2px;
}

.t112-p2000-unit-card {
    gap: 10px;
    min-height: 58px;
    padding: 11px 12px;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(15, 23, 42, .07);
    box-shadow: 0 12px 26px rgba(15, 23, 42, .055);
}

.t112-p2000-unit-code {
    min-width: 78px;
    min-height: 34px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: .9rem;
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.08), 0 8px 18px rgba(15, 23, 42, .14);
}

.t112-p2000-unit-info {
    font-size: .85rem;
    color: #475569;
}

.t112-p2000-link {
    width: fit-content;
    margin-top: 18px;
    padding: 11px 18px;
    border: 1px solid rgba(255, 214, 10, .42);
    box-shadow: 0 10px 22px rgba(255, 214, 10, .18);
}

.t112-p2000-link:hover {
    box-shadow: 0 14px 28px rgba(255, 214, 10, .22);
}

@media (max-width: 1024px) {
    .t112-p2000-header {
        grid-template-columns: 1fr;
    }

    .t112-p2000-item {
        grid-template-columns: 90px minmax(0, 1fr);
    }

    .t112-p2000-details {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .t112-p2000-page {
        padding-top: 18px;
    }

    .t112-p2000-filterbar {
        top: 74px;
        padding: 11px;
    }

    .t112-p2000-header {
        padding: 24px 22px;
        border-radius: 28px;
    }

    .t112-p2000-summary {
        grid-template-columns: 1fr 1fr;
    }

    .t112-p2000-item {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 18px;
        border-radius: 24px;
    }

    .t112-p2000-time {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .t112-p2000-time span {
        min-width: 74px;
        min-height: 46px;
        border-radius: 16px;
    }

    .t112-p2000-message {
        max-width: none;
    }

    .t112-p2000-link {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .t112-p2000-summary {
        grid-template-columns: 1fr;
    }

    .t112-p2000-filterbar {
        overflow-x: auto;
        flex-wrap: nowrap;
        scrollbar-width: thin;
    }

    .t112-p2000-filterchip,
    .t112-p2000-streambar span {
        white-space: nowrap;
    }

    .t112-p2000-item {
        padding: 16px;
        border-radius: 22px;
    }

    .t112-p2000-unit-badges {
        grid-template-columns: 1fr;
    }

    .t112-p2000-unit-card {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .t112-p2000-unit-code {
        width: fit-content;
    }
}


/* v1.0.34 - homepage visuele upgrade, geen nieuwe functies */
.home .site-main,
.blog .site-main {
    position: relative;
    padding-top: 26px;
    background:
        radial-gradient(circle at 8% 0%, rgba(255, 214, 10, .16), transparent 28%),
        radial-gradient(circle at 100% 9%, rgba(15, 23, 42, .08), transparent 22%),
        linear-gradient(180deg, #f8fafc 0%, #eef3f8 46%, #ffffff 100%);
}

.home .top-story-section,
.blog .top-story-section {
    margin: 0 0 32px;
}

.home .hero-card,
.blog .hero-card {
    min-height: clamp(520px, 55vw, 690px);
    border-radius: 36px;
    border: 1px solid rgba(255,255,255,.28);
    box-shadow: 0 30px 82px rgba(15, 23, 42, .24);
    isolation: isolate;
}

.home .hero-card::before,
.blog .hero-card::before {
    content: "";
    position: absolute;
    inset: 18px;
    z-index: 1;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 26px;
    pointer-events: none;
}

.home .hero-card::after,
.blog .hero-card::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -140px;
    z-index: 1;
    width: 360px;
    height: 360px;
    border-radius: 999px;
    background: rgba(255, 214, 10, .22);
    filter: blur(4px);
    pointer-events: none;
}

.home .hero-media .post-thumb,
.blog .hero-media .post-thumb,
.home .hero-media .thumb-placeholder,
.blog .hero-media .thumb-placeholder {
    transform: scale(1.015);
}

.home .hero-gradient,
.blog .hero-gradient {
    background:
        linear-gradient(90deg, rgba(3, 7, 18, .92) 0%, rgba(3, 7, 18, .72) 45%, rgba(3, 7, 18, .18) 100%),
        linear-gradient(0deg, rgba(3, 7, 18, .72) 0%, rgba(3, 7, 18, 0) 52%);
}

.home .hero-content,
.blog .hero-content {
    width: min(820px, 100%);
    min-height: clamp(520px, 55vw, 690px);
    padding: clamp(32px, 5vw, 72px);
}

.home .hero-kicker,
.blog .hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 214, 10, .16);
    color: #ffd60a;
    border: 1px solid rgba(255, 214, 10, .24);
    backdrop-filter: blur(10px);
}

.home .hero-kicker::before,
.blog .hero-kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #ffd60a;
    box-shadow: 0 0 0 4px rgba(255, 214, 10, .18);
}

.home .hero-content .cat-badge,
.blog .hero-content .cat-badge {
    min-height: 30px;
    padding: 6px 11px;
    background: #ffd60a;
    color: #111827;
    box-shadow: 0 10px 22px rgba(255, 214, 10, .22);
}

.home .hero-content h1,
.blog .hero-content h1 {
    max-width: 900px;
    margin: 14px 0 16px;
    font-size: clamp(40px, 6vw, 76px);
    line-height: .93;
    text-shadow: 0 18px 48px rgba(0,0,0,.34);
}

.home .hero-content p,
.blog .hero-content p {
    max-width: 660px;
    color: rgba(255,255,255,.82);
    line-height: 1.55;
}

.home .hero-content .entry-meta,
.blog .hero-content .entry-meta {
    padding: 8px 0 0;
    color: rgba(255,255,255,.78);
}

.home .hero-content .button-light,
.blog .hero-content .button-light {
    min-height: 46px;
    padding: 12px 18px;
    border-radius: 999px;
    background: #ffd60a;
    color: #111827;
    border: 0;
    box-shadow: 0 14px 30px rgba(255, 214, 10, .24);
}

.home .hero-content .button-light:hover,
.blog .hero-content .button-light:hover {
    background: #fff;
    color: #111827;
}

.home .main-layout,
.blog .main-layout {
    gap: 32px;
}

.home .content-feed,
.blog .content-feed {
    padding: clamp(16px, 2vw, 20px);
    border: 1px solid rgba(15, 23, 42, .06);
    border-radius: 32px;
    background: rgba(255,255,255,.68);
    box-shadow: 0 18px 44px rgba(15, 23, 42, .055);
    backdrop-filter: blur(10px);
}

.home .section-heading,
.blog .section-heading {
    position: relative;
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 0;
}

.home .section-heading::after,
.blog .section-heading::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, #ffd60a, rgba(15, 23, 42, .1), transparent);
}

.home .section-heading span,
.blog .section-heading span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 7px 11px;
    border-radius: 999px;
    background: #111827;
    color: #ffd60a;
    letter-spacing: .08em;
}

.home .section-heading span::before,
.blog .section-heading span::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #ffd60a;
}

.home .section-heading h1,
.blog .section-heading h1 {
    font-size: clamp(28px, 3.2vw, 44px);
}

.home .news-grid,
.blog .news-grid,
.home .main-layout.has-no-sidebar .news-grid,
.blog .main-layout.has-no-sidebar .news-grid {
    gap: 20px;
}

.home .news-card,
.blog .news-card {
    position: relative;
    border-radius: 28px;
    border: 1px solid rgba(15, 23, 42, .07);
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .065);
    overflow: hidden;
}

.home .news-card::after,
.blog .news-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}

.home .news-card:hover,
.blog .news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 52px rgba(15, 23, 42, .10);
    border-color: rgba(255, 214, 10, .55);
}

.home .card-media,
.blog .card-media {
    aspect-ratio: 16 / 10.5;
    background:
        radial-gradient(circle at 25% 10%, rgba(255, 214, 10, .22), transparent 30%),
        linear-gradient(135deg, #111827, #334155);
}

.home .card-media .post-thumb,
.blog .card-media .post-thumb {
    transition: transform .35s ease, filter .35s ease;
}

.home .news-card:hover .post-thumb,
.blog .news-card:hover .post-thumb {
    transform: scale(1.055);
    filter: saturate(1.08) contrast(1.03);
}

.home .card-body,
.blog .card-body {
    padding: 20px;
}

.home .card-title,
.blog .card-title {
    margin: 12px 0 11px;
    font-size: clamp(21px, 2vw, 28px);
    line-height: 1.08;
}

.home .card-title a:hover,
.blog .card-title a:hover {
    color: #b45309;
}

.home .card-excerpt,
.blog .card-excerpt {
    margin: 13px 0 15px;
    color: #64748b;
    line-height: 1.55;
}

.home .read-more,
.blog .read-more {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(255, 214, 10, .18);
    color: #111827;
    text-decoration: none;
}

.home .read-more:hover,
.blog .read-more:hover {
    background: #ffd60a;
    color: #111827;
}

.home .cat-badge,
.blog .cat-badge {
    background: rgba(255, 214, 10, .2);
    color: #7c5a00;
}

.home .entry-meta,
.blog .entry-meta {
    color: #64748b;
}

.home .thumb-placeholder,
.blog .thumb-placeholder {
    background:
        radial-gradient(circle at 25% 15%, rgba(255, 214, 10, .35), transparent 28%),
        linear-gradient(135deg, #0f172a 0%, #1f2937 65%, #334155 100%);
}

@media (min-width: 1000px) {
    .home .content-feed .news-grid .news-card:nth-child(1),
    .blog .content-feed .news-grid .news-card:nth-child(1) {
        display: grid;
        grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
        grid-column: 1 / -1;
        min-height: 310px;
    }

    .home .content-feed .news-grid .news-card:nth-child(1) .card-media,
    .blog .content-feed .news-grid .news-card:nth-child(1) .card-media {
        aspect-ratio: auto;
        min-height: 100%;
    }

    .home .content-feed .news-grid .news-card:nth-child(1) .card-body,
    .blog .content-feed .news-grid .news-card:nth-child(1) .card-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 26px;
    }

    .home .content-feed .news-grid .news-card:nth-child(1) .card-title,
    .blog .content-feed .news-grid .news-card:nth-child(1) .card-title {
        font-size: clamp(28px, 3vw, 42px);
        line-height: 1;
    }
}

@media (max-width: 720px) {
    .home .site-main,
    .blog .site-main {
        padding-top: 14px;
    }

    .home .top-story-section,
    .blog .top-story-section {
        margin: 0 0 18px;
    }

    .home .hero-card,
    .blog .hero-card {
        min-height: 0;
        border-radius: 26px;
        box-shadow: 0 18px 44px rgba(15, 23, 42, .12);
    }

    .home .hero-card::before,
    .blog .hero-card::before,
    .home .hero-card::after,
    .blog .hero-card::after {
        display: none;
    }

    .home .hero-media,
    .blog .hero-media {
        position: relative;
        inset: auto;
        aspect-ratio: 16 / 10;
    }

    .home .hero-gradient,
    .blog .hero-gradient {
        display: block;
        background: linear-gradient(0deg, rgba(3, 7, 18, .7), transparent 58%);
    }

    .home .hero-content,
    .blog .hero-content {
        width: auto;
        min-height: 0;
        padding: 18px;
        background: #fff;
        color: #0f172a;
    }

    .home .hero-kicker,
    .blog .hero-kicker {
        background: #111827;
        color: #ffd60a;
        border: 0;
    }

    .home .hero-content .cat-badge,
    .blog .hero-content .cat-badge {
        box-shadow: none;
    }

    .home .hero-content h1,
    .blog .hero-content h1 {
        margin-top: 12px;
        font-size: clamp(29px, 9vw, 40px);
        line-height: 1.02;
        text-shadow: none;
    }

    .home .hero-content p,
    .blog .hero-content p {
        color: #64748b;
        font-size: 15px;
    }

    .home .hero-content .entry-meta,
    .blog .hero-content .entry-meta {
        color: #64748b;
    }

    .home .content-feed,
    .blog .content-feed {
        padding: 13px;
        border-radius: 24px;
    }

    .home .content-feed .news-card,
    .blog .content-feed .news-card {
        grid-template-columns: 126px minmax(0, 1fr);
        border-radius: 18px;
        box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
    }

    .home .content-feed .card-media,
    .blog .content-feed .card-media {
        border-radius: 0;
    }

    .home .content-feed .card-body,
    .blog .content-feed .card-body {
        padding: 12px 13px;
    }

    .home .content-feed .card-title,
    .blog .content-feed .card-title {
        font-size: 17px;
        line-height: 1.14;
    }
}

@media (max-width: 420px) {
    .home .content-feed,
    .blog .content-feed {
        padding: 10px;
        border-radius: 22px;
    }

    .home .content-feed .news-card,
    .blog .content-feed .news-card {
        grid-template-columns: 112px minmax(0, 1fr);
        min-height: 102px;
    }
}


/* v1.0.35 - Visuele upgrade itempagina's */
.single-main {
  padding: 34px 0 62px;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 214, 10, .13), transparent 27%),
    radial-gradient(circle at 100% 18%, rgba(15, 23, 42, .06), transparent 22%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 52%);
}

.single-article {
  --single-max: 1120px;
}

.single-header {
  width: min(100%, 980px);
  margin: 0 auto 28px;
  padding: clamp(18px, 3vw, 28px) clamp(14px, 3vw, 26px);
  text-align: center;
  border-radius: 30px;
  position: relative;
}

.single-header::before {
  content: "";
  position: absolute;
  inset: auto 20% 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 214, 10, .65), transparent);
}

.single-header .urgent-pill,
.single-header .cat-badges,
.single-header .entry-meta {
  position: relative;
  z-index: 1;
}

.single-header .cat-badges {
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
}

.single-header .cat-badge,
.single-header .category-badge {
  box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
}

.single-title {
  max-width: 980px;
  margin: 14px auto 18px;
  color: #0b1220;
  font-size: clamp(2.25rem, 6vw, 4.9rem);
  line-height: .96;
  letter-spacing: -.075em;
  text-wrap: balance;
}

.single-header .entry-meta {
  justify-content: center;
  gap: 8px 14px;
  color: #64748b;
  font-weight: 850;
}

.single-header .entry-meta > * {
  display: inline-flex;
  align-items: center;
}

.single-header .entry-meta a {
  color: #334155;
  font-weight: 950;
}

.single-header .meta-updated,
.single-header .updated {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fff3bf;
  color: #7c5b00;
  font-size: .84rem;
  font-weight: 950;
}

.single-article.no-featured-image .single-header {
  width: min(100%, 1080px);
  padding: clamp(28px, 5vw, 54px);
  color: #fff;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 214, 10, .22), transparent 26%),
    linear-gradient(135deg, #0b1220 0%, #111827 58%, #1f2937 100%);
  box-shadow: 0 24px 64px rgba(15, 23, 42, .22);
  overflow: hidden;
}

.single-article.no-featured-image .single-header::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -120px;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  background: rgba(255, 214, 10, .18);
}

.single-article.no-featured-image .single-title,
.single-article.no-featured-image .single-header .entry-meta,
.single-article.no-featured-image .single-header .entry-meta a {
  color: #fff;
}

.single-article.no-featured-image .single-header .entry-meta {
  color: rgba(255,255,255,.76);
}

.single-featured {
  width: min(100%, var(--single-max));
  margin: 0 auto 22px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 26px 70px rgba(15, 23, 42, .18);
  background: #0b1220;
  border: 1px solid rgba(15, 23, 42, .08);
}

.single-featured-media {
  position: relative;
  overflow: hidden;
  background: #0b1220;
}

.single-featured-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 680px;
  object-fit: cover;
  transition: transform .35s ease;
}

.single-featured:hover .single-featured-image {
  transform: scale(1.012);
}

.single-featured-credit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 14px;
  padding: 12px 16px;
  background:
    linear-gradient(90deg, rgba(15, 23, 42, .98), rgba(15, 23, 42, .92));
  border-top: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.72);
  font-size: .86rem;
  font-weight: 850;
}

.single-featured-credit .photo-credit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 950;
}

.single-featured-credit .photo-credit::before {
  content: "Beeldcredit";
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #ffd60a;
  color: #111827;
  font-size: .72rem;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 950;
}

.single-featured-credit .photo-caption {
  color: rgba(255,255,255,.66);
}

.article-share {
  width: min(100%, 920px);
  margin: 0 auto 24px;
  padding: 14px;
  border-radius: 22px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(15, 23, 42, .07);
  box-shadow: 0 14px 34px rgba(15, 23, 42, .07);
}

.article-share h2 {
  margin: 0 0 11px;
  color: #64748b;
  font-size: .78rem;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.article-share-links {
  gap: 8px;
}

.share-link {
  min-height: 40px;
  padding: 0 13px;
  border-radius: 999px;
  background: #f8fafc;
  border-color: rgba(15, 23, 42, .08);
  color: #0f172a;
  font-size: .88rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85);
}

.share-link:hover {
  background: #ffd60a;
  border-color: #ffd60a;
  color: #111827;
  transform: translateY(-1px);
}

.single-layout {
  grid-template-columns: minmax(0, 840px) 320px;
  gap: 36px;
  justify-content: center;
  margin-top: 26px;
}

.single-layout.has-no-sidebar {
  grid-template-columns: minmax(0, 860px);
}

.article-content-wrap {
  min-width: 0;
}

.article-content {
  border-radius: 30px;
  padding: clamp(24px, 4vw, 50px);
  border: 1px solid rgba(15, 23, 42, .07);
  background: #fff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, .075);
  color: #1e293b;
  font-size: clamp(18px, 1.35vw, 20px);
  line-height: 1.78;
}

.article-content p {
  margin: 0 0 1.3em;
}

.article-content h2,
.article-content h3,
.article-content h4 {
  color: #0f172a;
  line-height: 1.08;
  letter-spacing: -.045em;
}

.article-content h2 {
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  margin-top: 1.65em;
  margin-bottom: .55em;
}

.article-content h3 {
  font-size: clamp(1.3rem, 2.3vw, 1.7rem);
}

.article-content a {
  color: #0f172a;
  font-weight: 850;
  text-decoration-color: #ffd60a;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

.article-content a:hover {
  color: #7c5b00;
}

.article-content blockquote {
  margin: 1.6em 0;
  padding: 18px 20px;
  border-left: 6px solid #ffd60a;
  border-radius: 0 18px 18px 0;
  background: #fff9db;
  color: #334155;
  font-weight: 800;
}

.article-content img,
.article-content video,
.article-content iframe {
  border-radius: 18px;
}

.single-footer-meta {
  width: min(100%, 860px);
  margin: 20px auto 0;
}

.tag-list a {
  text-decoration: none;
  color: #334155;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .045);
}

.post-navigation-custom {
  width: min(100%, 860px);
  margin: 24px auto;
  gap: 16px;
}

.post-navigation-custom a {
  border-radius: 22px;
  padding: 18px;
  text-decoration: none;
  color: #0f172a;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.post-navigation-custom a:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 214, 10, .65);
  box-shadow: 0 16px 34px rgba(15, 23, 42, .08);
}

.persportal-gallery {
  width: min(100%, 860px);
  margin: 28px auto 24px;
  border-radius: 30px;
  box-shadow: 0 20px 54px rgba(15, 23, 42, .12);
}

.persportal-gallery-head {
  padding: 16px 18px;
  background:
    radial-gradient(circle at 90% 12%, rgba(255, 214, 10, .18), transparent 25%),
    linear-gradient(135deg, #0b1220 0%, #111827 100%);
  border-bottom: 0;
}

.persportal-gallery-head span {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 4px 9px;
  border-radius: 999px;
  background: #ffd60a;
  color: #111827;
}

.persportal-gallery-head h2,
.persportal-gallery-head strong {
  color: #fff;
}

.persportal-gallery-thumbs,
.persportal-gallery-grid {
  padding: 14px;
  background: #fff;
}

.related-posts {
  width: min(100%, 980px);
  margin: 40px auto 0;
}

.related-posts h2,
.related-posts .section-title {
  letter-spacing: -.04em;
}

.related-posts .news-card {
  border-radius: 24px;
}

.site-sidebar {
  align-self: start;
}

.site-sidebar .widget {
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}

@media (min-width: 981px) {
  .single-layout.has-sidebar .site-sidebar {
    position: sticky;
    top: 92px;
  }
}

@media (max-width: 980px) {
  .single-main {
    padding-top: 18px;
  }

  .single-header {
    padding: 12px 4px 18px;
    margin-bottom: 18px;
  }

  .single-title {
    font-size: clamp(2rem, 10vw, 3.8rem);
  }

  .single-featured {
    border-radius: 24px;
  }

  .single-layout,
  .single-layout.has-no-sidebar {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 18px;
  }

  .site-sidebar {
    order: 2;
  }

  .article-share {
    border-radius: 20px;
  }

  .article-share-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .share-link {
    width: 100%;
  }

  .article-content {
    border-radius: 24px;
  }

  .post-navigation-custom {
    grid-template-columns: 1fr;
  }

  .nav-next {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .single-main {
    background: #f8fafc;
  }

  .single-header .cat-badges {
    justify-content: flex-start;
  }

  .single-header,
  .single-header .entry-meta {
    text-align: left;
    justify-content: flex-start;
  }

  .single-title {
    margin-top: 12px;
    letter-spacing: -.055em;
  }

  .single-featured {
    width: calc(100% + 28px);
    margin-left: -14px;
    margin-right: -14px;
    border-radius: 0 0 22px 22px;
  }

  .single-featured-image {
    aspect-ratio: 4 / 3;
  }

  .single-featured-credit {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 11px 14px;
  }

  .single-featured-credit .photo-credit {
    flex-wrap: wrap;
  }

  .article-share {
    margin-top: 0;
  }

  .article-content {
    padding: 22px 18px;
    font-size: 17.5px;
    line-height: 1.72;
  }

  .article-content blockquote {
    padding: 15px 16px;
  }

  .persportal-gallery {
    border-radius: 24px;
  }

  .persportal-gallery-head {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* v1.0.36 - Livebalk onder header aangescherpt */
.live-item-bar {
    background:
        radial-gradient(circle at 0% 50%, rgba(255,255,255,.22), transparent 28%),
        linear-gradient(90deg, #b91c1c 0%, #ef4444 34%, #ffd60a 100%);
    color: #111827;
    box-shadow: 0 14px 32px rgba(15, 23, 42, .16);
}

.live-item-bar .breaking-inner {
    min-height: 52px;
    gap: 12px;
}

.live-item-bar .breaking-label {
    flex: 0 0 auto;
    background: #111827;
    color: #fff;
    box-shadow: 0 8px 18px rgba(17, 24, 39, .22);
}

.live-item-bar .breaking-title {
    flex: 1 1 auto;
    min-width: 0;
    color: #111827;
    font-weight: 950;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.live-item-bar .breaking-title:hover {
    color: #000;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.live-item-bar .breaking-cta {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(17, 24, 39, .92);
    color: #fff;
    font-size: .82rem;
    font-weight: 950;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(17, 24, 39, .18);
}

.live-item-bar .breaking-cta:hover {
    color: #fff;
    transform: translateY(-1px);
}

@media (max-width: 700px) {
    .live-item-bar .breaking-inner {
        align-items: stretch;
        gap: 8px;
        padding: 10px 0;
    }

    .live-item-bar .breaking-title {
        white-space: normal;
        line-height: 1.25;
    }

    .live-item-bar .breaking-cta {
        width: fit-content;
    }
}


/* v1.0.39 - Beeldcredit niet dubbel tonen */
.single-featured-credit .credit-label {
    display: none !important;
}

.single-featured-credit {
    justify-content: flex-end;
}

.single-featured-credit .photo-credit {
    margin-left: auto;
}

.single-featured-credit .photo-caption {
    width: 100%;
    text-align: right;
}

@media (max-width: 720px) {
    .single-featured-credit {
        justify-content: flex-start;
    }

    .single-featured-credit .photo-credit {
        margin-left: 0;
    }

    .single-featured-credit .photo-caption {
        text-align: left;
    }
}


/* v1.0.40 - mobiele nieuwsapp-look + betere livebalk */
@media (max-width: 760px) {
    html {
        background: #f3f6fb;
    }

    body {
        background: #f3f6fb;
    }

    .site-header {
        box-shadow: 0 12px 28px rgba(15, 23, 42, .12);
        position: relative;
        z-index: 40;
    }

    .container {
        width: min(calc(100% - 24px), var(--t112-container));
    }

    .live-item-bar {
        padding: 10px 0 0;
        background: linear-gradient(180deg, #f3f6fb 0%, #eef3f9 100%);
        box-shadow: none;
    }

    .live-item-bar .breaking-inner {
        position: relative;
        display: grid;
        grid-template-columns: 1fr;
        align-items: start;
        gap: 10px;
        min-height: 0;
        padding: 14px 14px 15px;
        border-radius: 22px;
        background:
            radial-gradient(circle at 96% 0%, rgba(255, 214, 10, .28), transparent 34%),
            linear-gradient(135deg, #0b1220 0%, #111827 55%, #1f2937 100%);
        color: #ffffff;
        white-space: normal;
        overflow: hidden;
        box-shadow: 0 18px 38px rgba(15, 23, 42, .22);
    }

    .live-item-bar .breaking-inner::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 6px;
        background: #ef4444;
    }

    .live-item-bar .breaking-label {
        width: fit-content;
        min-height: 30px;
        padding: 6px 10px;
        background: #ef4444;
        color: #ffffff;
        border: 1px solid rgba(255,255,255,.14);
        box-shadow: 0 10px 24px rgba(239, 68, 68, .22);
        font-size: 11px;
        letter-spacing: .1em;
    }

    .live-item-bar .live-dot {
        background: #ffffff;
        box-shadow: 0 0 0 5px rgba(255,255,255,.18);
    }

    .live-item-bar .breaking-title {
        display: block;
        color: #ffffff;
        font-size: clamp(1.02rem, 4.5vw, 1.25rem);
        line-height: 1.25;
        font-weight: 950;
        text-decoration: none;
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
        letter-spacing: -.025em;
    }

    .live-item-bar .breaking-title:hover {
        color: #ffffff;
        text-decoration: underline;
        text-decoration-color: #ffd60a;
    }

    .live-item-bar .breaking-cta {
        width: 100%;
        min-height: 42px;
        padding: 10px 14px;
        border-radius: 15px;
        background: #ffd60a;
        color: #111827;
        box-shadow: 0 12px 24px rgba(255, 214, 10, .20);
        font-size: .9rem;
    }

    .live-item-bar .breaking-cta::after {
        content: " →";
    }

    .live-item-bar .breaking-cta:hover {
        color: #111827;
    }

    .latest-ticker {
        display: block !important;
        margin-top: 10px;
        border: 0;
        background: #f3f6fb;
        box-shadow: none;
    }

    .latest-ticker-inner {
        display: grid;
        gap: 8px;
        padding: 0 0 10px;
    }

    .latest-ticker-label {
        width: fit-content;
        padding: 6px 10px;
        border-radius: 999px;
        background: #111827;
        color: #ffd60a;
        font-size: 11px;
        letter-spacing: .09em;
        box-shadow: 0 8px 18px rgba(15, 23, 42, .12);
    }

    .latest-ticker-track {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding: 1px 0 3px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .latest-ticker-track a {
        flex: 0 0 min(82vw, 320px);
        display: grid;
        gap: 2px;
        padding: 10px 12px;
        border: 1px solid rgba(15, 23, 42, .07);
        border-radius: 16px;
        background: #ffffff;
        text-decoration: none;
        box-shadow: 0 10px 24px rgba(15, 23, 42, .055);
    }

    .latest-ticker-track a::after {
        display: none;
    }

    .latest-ticker-track time {
        color: #64748b;
        font-size: 11px;
        font-weight: 900;
    }

    .latest-ticker-track span {
        color: #0f172a;
        font-size: 13px;
        line-height: 1.25;
        font-weight: 900;
        white-space: normal;
    }

    .home .site-main,
    .blog .site-main {
        padding-top: 14px;
        background:
            radial-gradient(circle at 0% 0%, rgba(255, 214, 10, .15), transparent 22%),
            linear-gradient(180deg, #f3f6fb 0%, #ffffff 80%);
    }

    .home .top-story-section,
    .blog .top-story-section {
        margin: 12px 0 18px;
    }

    .home .hero-card,
    .blog .hero-card {
        min-height: auto;
        border-radius: 24px;
        box-shadow: 0 18px 40px rgba(15, 23, 42, .13);
    }

    .home .hero-media,
    .blog .hero-media {
        position: relative;
        inset: auto;
        aspect-ratio: 16 / 10;
        overflow: hidden;
    }

    .home .hero-gradient,
    .blog .hero-gradient {
        background: linear-gradient(180deg, transparent 0%, rgba(5,8,16,.82) 100%);
    }

    .home .hero-content,
    .blog .hero-content {
        min-height: auto;
        width: 100%;
        padding: 18px;
        background: #0b1220;
        color: #ffffff;
    }

    .home .hero-content h1,
    .blog .hero-content h1 {
        margin: 8px 0 10px;
        font-size: clamp(1.65rem, 7vw, 2.35rem);
        line-height: 1.04;
        letter-spacing: -.055em;
    }

    .home .hero-content p,
    .blog .hero-content p {
        display: none;
    }

    .home .hero-content .entry-meta,
    .blog .hero-content .entry-meta {
        color: rgba(255,255,255,.78);
        font-size: 12px;
    }

    .home .content-feed,
    .blog .content-feed {
        border-radius: 24px;
        padding: 14px;
        background: rgba(255,255,255,.72);
        border: 1px solid rgba(15,23,42,.06);
        box-shadow: 0 14px 34px rgba(15, 23, 42, .055);
    }

    .home .section-heading,
    .blog .section-heading {
        margin-bottom: 12px;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .home .section-heading h1,
    .blog .section-heading h1 {
        font-size: 1.55rem;
        letter-spacing: -.045em;
    }

    .home .section-heading span,
    .blog .section-heading span {
        font-size: 11px;
    }

    .home .news-grid,
    .blog .news-grid,
    .home .main-layout.has-no-sidebar .news-grid,
    .blog .main-layout.has-no-sidebar .news-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .home .content-feed .news-card,
    .blog .content-feed .news-card,
    .home .content-feed .news-grid .news-card:nth-child(1),
    .blog .content-feed .news-grid .news-card:nth-child(1) {
        display: grid;
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 0;
        min-height: 116px;
        border-radius: 18px;
        overflow: hidden;
        background: #ffffff;
        box-shadow: 0 10px 24px rgba(15, 23, 42, .055);
    }

    .home .content-feed .card-media,
    .blog .content-feed .card-media,
    .home .content-feed .news-grid .news-card:nth-child(1) .card-media,
    .blog .content-feed .news-grid .news-card:nth-child(1) .card-media {
        height: 100%;
        min-height: 116px;
        aspect-ratio: auto;
        border-radius: 0;
    }

    .home .content-feed .card-media .post-thumb,
    .blog .content-feed .card-media .post-thumb,
    .home .content-feed .card-media .thumb-placeholder,
    .blog .content-feed .card-media .thumb-placeholder {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .home .content-feed .card-body,
    .blog .content-feed .card-body,
    .home .content-feed .news-grid .news-card:nth-child(1) .card-body,
    .blog .content-feed .news-grid .news-card:nth-child(1) .card-body {
        padding: 11px 12px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-width: 0;
    }

    .home .content-feed .cat-badges,
    .blog .content-feed .cat-badges {
        margin-bottom: 5px;
        gap: 4px;
    }

    .home .content-feed .cat-badge,
    .blog .content-feed .cat-badge {
        padding: 4px 7px;
        font-size: 9px;
        letter-spacing: .06em;
    }

    .home .content-feed .card-title,
    .blog .content-feed .card-title,
    .home .content-feed .news-grid .news-card:nth-child(1) .card-title,
    .blog .content-feed .news-grid .news-card:nth-child(1) .card-title {
        margin: 0;
        font-size: 1rem;
        line-height: 1.18;
        letter-spacing: -.025em;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .home .content-feed .entry-meta,
    .blog .content-feed .entry-meta {
        margin-top: 6px;
        gap: 6px;
        font-size: 11px;
        line-height: 1.2;
    }

    .home .content-feed .meta-author,
    .blog .content-feed .meta-author,
    .home .content-feed .meta-read,
    .blog .content-feed .meta-read,
    .home .content-feed .card-excerpt,
    .blog .content-feed .card-excerpt,
    .home .content-feed .read-more,
    .blog .content-feed .read-more {
        display: none !important;
    }

    .pagination-wrapper,
    .page-numbers {
        justify-content: center;
    }

    .site-sidebar {
        display: none !important;
    }

    .single-layout {
        gap: 18px;
    }

    .single-header,
    .single-featured-wrap,
    .article-content,
    .related-posts,
    .comments-area {
        border-radius: 22px;
    }

    .single-title {
        font-size: clamp(2rem, 9vw, 2.7rem);
        line-height: 1.05;
    }

    .article-content {
        padding: 22px 18px;
        font-size: 17px;
        line-height: 1.72;
    }
}

@media (max-width: 420px) {
    .home .content-feed .news-card,
    .blog .content-feed .news-card,
    .home .content-feed .news-grid .news-card:nth-child(1),
    .blog .content-feed .news-grid .news-card:nth-child(1) {
        grid-template-columns: 96px minmax(0, 1fr);
        min-height: 104px;
    }

    .home .content-feed .card-media,
    .blog .content-feed .card-media,
    .home .content-feed .news-grid .news-card:nth-child(1) .card-media,
    .blog .content-feed .news-grid .news-card:nth-child(1) .card-media {
        min-height: 104px;
    }

    .home .content-feed .card-title,
    .blog .content-feed .card-title {
        font-size: .94rem;
    }
}


/* v1.0.41 - mobile first nieuwsapp upgrade */
.t112-mobile-app-nav {
    display: none;
}

@media (max-width: 760px) {
    :root {
        --t112-mobile-gutter: 14px;
        --t112-mobile-card-radius: 22px;
        --t112-mobile-bottom-nav-height: 74px;
    }

    html {
        scroll-padding-top: 86px;
    }

    body {
        padding-bottom: calc(var(--t112-mobile-bottom-nav-height) + env(safe-area-inset-bottom, 0px) + 8px);
        background: #eef3f9;
        -webkit-font-smoothing: antialiased;
    }

    .site-shell {
        overflow: clip;
    }

    .container {
        width: min(calc(100% - 22px), var(--t112-container));
    }

    .site-header {
        position: sticky;
        top: 0;
        z-index: 100;
        border-bottom: 1px solid rgba(15, 23, 42, .08);
        background: rgba(255, 255, 255, .92);
        backdrop-filter: blur(18px);
        box-shadow: 0 12px 28px rgba(15, 23, 42, .10);
    }

    .top-strip {
        display: none;
    }

    .masthead {
        background: transparent;
        border: 0;
    }

    .masthead-inner {
        min-height: 60px;
        padding: 9px 0;
    }

    .site-logo img,
    .custom-logo {
        max-height: 42px;
        width: auto;
    }

    .text-logo-main {
        font-size: 1.6rem;
        letter-spacing: -.06em;
    }

    .text-logo-sub {
        display: none;
    }

    .header-search {
        display: none;
    }

    .menu-toggle {
        width: 44px;
        height: 44px;
        border-radius: 15px;
        background: #111827;
        color: #fff;
        box-shadow: 0 10px 22px rgba(15, 23, 42, .18);
    }

    .menu-toggle span:not(.screen-reader-text) {
        background: #ffd60a;
    }

    .main-navigation {
        background: rgba(255, 255, 255, .96);
        backdrop-filter: blur(18px);
    }

    .nav-inner {
        padding: 10px 0 14px;
    }

    .mobile-menu-search {
        margin-bottom: 10px;
        border-radius: 18px;
        background: #f1f5f9;
        border: 1px solid rgba(15, 23, 42, .08);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
    }

    .mobile-menu-search input {
        min-height: 46px;
        font-size: 16px;
    }

    .mobile-menu-search button {
        min-height: 46px;
        border-radius: 14px;
    }

    .main-navigation ul {
        gap: 8px;
    }

    .main-navigation a {
        min-height: 42px;
        padding: 10px 12px;
        border-radius: 14px;
        background: #f8fafc;
        color: #111827;
        font-weight: 900;
    }

    .main-navigation .current-menu-item > a,
    .main-navigation a:hover {
        background: #111827;
        color: #ffd60a;
    }

    .live-item-bar {
        position: relative;
        padding: 8px 0 10px;
        background: #eef3f9;
    }

    .live-item-bar .breaking-inner {
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "label label"
            "title cta";
        gap: 8px 10px;
        padding: 14px;
        border: 1px solid rgba(255,255,255,.1);
        border-radius: 24px;
        background:
            radial-gradient(circle at 100% 0%, rgba(255, 214, 10, .33), transparent 34%),
            linear-gradient(135deg, #070b14 0%, #111827 55%, #1f2937 100%);
        box-shadow: 0 16px 36px rgba(15, 23, 42, .24);
    }

    .live-item-bar .breaking-label {
        grid-area: label;
        min-height: 28px;
        padding: 6px 10px;
        border-radius: 999px;
        font-size: 10px;
    }

    .live-item-bar .breaking-title {
        grid-area: title;
        align-self: center;
        font-size: clamp(1rem, 4.35vw, 1.22rem);
        line-height: 1.22;
        letter-spacing: -.035em;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .live-item-bar .breaking-cta {
        grid-area: cta;
        align-self: center;
        width: auto;
        min-height: 40px;
        padding: 9px 12px;
        border-radius: 14px;
        font-size: 0;
        white-space: nowrap;
    }

    .live-item-bar .breaking-cta::before {
        content: "Open";
        font-size: .85rem;
    }

    .live-item-bar .breaking-cta::after {
        content: " →";
        font-size: .85rem;
    }

    .latest-ticker {
        margin-top: 0;
        padding: 0 0 10px;
        background: #eef3f9;
    }

    .latest-ticker-inner {
        gap: 9px;
    }

    .latest-ticker-label {
        margin-left: 1px;
        padding: 7px 10px;
        border-radius: 999px;
        background: #111827;
        color: #ffd60a;
        font-size: 10px;
    }

    .latest-ticker-track {
        margin: 0 -11px;
        padding: 0 11px 4px;
        scroll-snap-type: x mandatory;
    }

    .latest-ticker-track a {
        flex-basis: min(80vw, 330px);
        scroll-snap-align: start;
        padding: 12px 13px;
        border-radius: 19px;
        box-shadow: 0 12px 28px rgba(15, 23, 42, .07);
    }

    .latest-ticker-track span {
        font-size: 13.5px;
    }

    .home .site-main,
    .blog .site-main,
    .archive .site-main,
    .search .site-main {
        padding-top: 12px;
        background:
            radial-gradient(circle at 0% 0%, rgba(255, 214, 10, .16), transparent 22%),
            linear-gradient(180deg, #eef3f9 0%, #f8fafc 76%, #ffffff 100%);
    }

    .home .top-story-section,
    .blog .top-story-section {
        margin: 8px 0 14px;
    }

    .home .hero-card,
    .blog .hero-card {
        border-radius: 28px;
        overflow: hidden;
        background: #0b1220;
        border: 1px solid rgba(15,23,42,.08);
        box-shadow: 0 18px 44px rgba(15, 23, 42, .16);
    }

    .home .hero-media,
    .blog .hero-media {
        aspect-ratio: 4 / 3;
        border-radius: 0;
    }

    .home .hero-content,
    .blog .hero-content {
        padding: 17px 17px 18px;
    }

    .home .hero-kicker,
    .blog .hero-kicker {
        width: fit-content;
        padding: 6px 10px;
        border-radius: 999px;
        background: #ffd60a;
        color: #111827;
        font-size: 10px;
        font-weight: 950;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .home .hero-content h1,
    .blog .hero-content h1 {
        margin: 10px 0 10px;
        font-size: clamp(1.7rem, 8vw, 2.45rem);
        line-height: 1.02;
        letter-spacing: -.06em;
    }

    .home .hero-content .button-light,
    .blog .hero-content .button-light {
        display: inline-flex;
        width: 100%;
        justify-content: center;
        min-height: 44px;
        margin-top: 13px;
        border-radius: 16px;
        background: #ffd60a;
        color: #111827;
        box-shadow: 0 12px 26px rgba(255,214,10,.19);
    }

    .home .content-feed,
    .blog .content-feed,
    .archive .content-feed,
    .search .content-feed {
        padding: 13px;
        border-radius: 26px;
        background: rgba(255,255,255,.78);
        backdrop-filter: blur(14px);
        border: 1px solid rgba(15, 23, 42, .06);
        box-shadow: 0 16px 38px rgba(15, 23, 42, .06);
    }

    .home .section-heading,
    .blog .section-heading,
    .archive .section-heading,
    .search .section-heading {
        display: flex;
        justify-content: space-between;
        align-items: end;
        gap: 10px;
        margin: 0 0 12px;
        padding: 2px 1px 0;
    }

    .home .section-heading h1,
    .blog .section-heading h1,
    .archive .section-heading h1,
    .search .section-heading h1 {
        margin: 0;
        font-size: clamp(1.45rem, 6vw, 1.8rem);
        line-height: 1;
        letter-spacing: -.055em;
    }

    .home .section-heading span,
    .blog .section-heading span,
    .archive .section-heading span,
    .search .section-heading span {
        order: 2;
        white-space: nowrap;
        padding: 6px 9px;
        border-radius: 999px;
        background: #111827;
        color: #ffd60a;
        font-size: 10px;
    }

    .home .news-grid,
    .blog .news-grid,
    .archive .news-grid,
    .search .news-grid,
    .home .main-layout.has-no-sidebar .news-grid,
    .blog .main-layout.has-no-sidebar .news-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .home .content-feed .news-card,
    .blog .content-feed .news-card,
    .archive .news-card,
    .search .news-card,
    .home .content-feed .news-grid .news-card:nth-child(1),
    .blog .content-feed .news-grid .news-card:nth-child(1) {
        display: grid;
        grid-template-columns: 108px minmax(0, 1fr);
        min-height: 112px;
        border: 1px solid rgba(15,23,42,.065);
        border-radius: 20px;
        background: #ffffff;
        overflow: hidden;
        box-shadow: 0 11px 26px rgba(15, 23, 42, .06);
    }

    .home .content-feed .news-card:active,
    .blog .content-feed .news-card:active,
    .archive .news-card:active,
    .search .news-card:active {
        transform: scale(.992);
    }

    .home .content-feed .card-media,
    .blog .content-feed .card-media,
    .archive .card-media,
    .search .card-media,
    .home .content-feed .news-grid .news-card:nth-child(1) .card-media,
    .blog .content-feed .news-grid .news-card:nth-child(1) .card-media {
        height: 100%;
        min-height: 112px;
        border-radius: 0;
        aspect-ratio: auto;
    }

    .home .content-feed .card-body,
    .blog .content-feed .card-body,
    .archive .card-body,
    .search .card-body,
    .home .content-feed .news-grid .news-card:nth-child(1) .card-body,
    .blog .content-feed .news-grid .news-card:nth-child(1) .card-body {
        padding: 10px 11px;
        justify-content: center;
        min-width: 0;
    }

    .home .content-feed .cat-badge,
    .blog .content-feed .cat-badge,
    .archive .cat-badge,
    .search .cat-badge {
        padding: 4px 7px;
        font-size: 9px;
        letter-spacing: .06em;
    }

    .home .content-feed .card-title,
    .blog .content-feed .card-title,
    .archive .card-title,
    .search .card-title,
    .home .content-feed .news-grid .news-card:nth-child(1) .card-title,
    .blog .content-feed .news-grid .news-card:nth-child(1) .card-title {
        margin: 0;
        font-size: .98rem;
        line-height: 1.18;
        letter-spacing: -.03em;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .home .content-feed .entry-meta,
    .blog .content-feed .entry-meta,
    .archive .entry-meta,
    .search .entry-meta {
        margin-top: 6px;
        font-size: 10.5px;
        line-height: 1.2;
        color: #64748b;
    }

    .home .content-feed .meta-author,
    .blog .content-feed .meta-author,
    .archive .meta-author,
    .search .meta-author,
    .home .content-feed .meta-read,
    .blog .content-feed .meta-read,
    .archive .meta-read,
    .search .meta-read,
    .home .content-feed .card-excerpt,
    .blog .content-feed .card-excerpt,
    .archive .card-excerpt,
    .search .card-excerpt,
    .home .content-feed .read-more,
    .blog .content-feed .read-more,
    .archive .read-more,
    .search .read-more {
        display: none !important;
    }

    .pagination-wrapper {
        padding: 14px 0 2px;
    }

    .page-numbers {
        gap: 7px;
    }

    .page-numbers a,
    .page-numbers span {
        min-width: 40px;
        height: 40px;
        border-radius: 14px;
    }

    .single .site-main,
    .page .site-main {
        background:
            radial-gradient(circle at 0% 0%, rgba(255, 214, 10, .14), transparent 25%),
            linear-gradient(180deg, #eef3f9 0%, #ffffff 92%);
    }

    .single-layout,
    .page-layout {
        gap: 14px;
    }

    .single-header {
        padding: 20px 17px;
        border-radius: 26px;
        box-shadow: 0 14px 32px rgba(15,23,42,.07);
    }

    .single-title {
        font-size: clamp(2rem, 9vw, 2.75rem);
        line-height: 1.03;
        letter-spacing: -.06em;
    }

    .single-featured-wrap {
        border-radius: 26px;
        overflow: hidden;
        box-shadow: 0 16px 38px rgba(15,23,42,.12);
    }

    .article-share,
    .share-block {
        border-radius: 22px;
        box-shadow: 0 12px 28px rgba(15,23,42,.06);
    }

    .article-content {
        padding: 22px 18px;
        border-radius: 26px;
        font-size: 17px;
        line-height: 1.72;
        box-shadow: 0 14px 34px rgba(15,23,42,.055);
    }

    .article-content p {
        margin-bottom: 1.1em;
    }

    .t112-gallery,
    .related-posts,
    .comments-area,
    .post-navigation {
        border-radius: 24px;
    }

    .tip-strip {
        margin-bottom: 8px;
    }

    .tip-strip-inner {
        border-radius: 24px;
        padding: 17px;
    }

    .site-footer {
        padding-bottom: calc(var(--t112-mobile-bottom-nav-height) + env(safe-area-inset-bottom, 0px));
    }

    .t112-mobile-app-nav {
        position: fixed;
        left: 10px;
        right: 10px;
        bottom: calc(8px + env(safe-area-inset-bottom, 0px));
        z-index: 999;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 6px;
        min-height: 64px;
        padding: 7px;
        border: 1px solid rgba(15, 23, 42, .10);
        border-radius: 26px;
        background: rgba(255, 255, 255, .94);
        backdrop-filter: blur(20px);
        box-shadow: 0 18px 46px rgba(15, 23, 42, .22);
    }

    .t112-mobile-app-nav-link {
        display: grid;
        place-items: center;
        align-content: center;
        gap: 3px;
        min-width: 0;
        min-height: 50px;
        border-radius: 20px;
        color: #64748b;
        text-decoration: none;
        font-weight: 950;
        font-size: 10px;
        line-height: 1;
        -webkit-tap-highlight-color: transparent;
    }

    .t112-mobile-app-nav-icon {
        display: inline-grid;
        place-items: center;
        width: 22px;
        height: 22px;
        color: #0f172a;
        font-size: 18px;
        line-height: 1;
    }

    .t112-mobile-app-nav-label {
        white-space: nowrap;
        overflow: hidden;
        max-width: 100%;
        text-overflow: ellipsis;
    }

    .t112-mobile-app-nav-link.is-active {
        background: #111827;
        color: #ffd60a;
        box-shadow: 0 10px 22px rgba(15, 23, 42, .18);
    }

    .t112-mobile-app-nav-link.is-active .t112-mobile-app-nav-icon {
        color: #ffd60a;
    }

    .t112-mobile-app-nav-link.is-tip {
        background: #ffd60a;
        color: #111827;
        box-shadow: 0 10px 22px rgba(255, 214, 10, .22);
    }

    .t112-mobile-app-nav-link.is-tip .t112-mobile-app-nav-icon {
        color: #111827;
    }
}

@media (max-width: 430px) {
    .container {
        width: min(calc(100% - 18px), var(--t112-container));
    }

    .home .hero-card,
    .blog .hero-card,
    .home .content-feed,
    .blog .content-feed,
    .archive .content-feed,
    .search .content-feed,
    .single-header,
    .single-featured-wrap,
    .article-content {
        border-radius: 22px;
    }

    .home .content-feed .news-card,
    .blog .content-feed .news-card,
    .archive .news-card,
    .search .news-card,
    .home .content-feed .news-grid .news-card:nth-child(1),
    .blog .content-feed .news-grid .news-card:nth-child(1) {
        grid-template-columns: 98px minmax(0, 1fr);
        min-height: 104px;
        border-radius: 18px;
    }

    .home .content-feed .card-media,
    .blog .content-feed .card-media,
    .archive .card-media,
    .search .card-media,
    .home .content-feed .news-grid .news-card:nth-child(1) .card-media,
    .blog .content-feed .news-grid .news-card:nth-child(1) .card-media {
        min-height: 104px;
    }

    .home .content-feed .card-title,
    .blog .content-feed .card-title,
    .archive .card-title,
    .search .card-title {
        font-size: .94rem;
    }

    .live-item-bar .breaking-inner {
        grid-template-columns: 1fr;
        grid-template-areas:
            "label"
            "title"
            "cta";
    }

    .live-item-bar .breaking-cta {
        width: 100%;
    }

    .live-item-bar .breaking-cta::before {
        content: "Bekijk livebericht";
    }
}


/* v1.0.42 - Tekstlogo Tilburg112.NL overal gebruiken */
.text-logo-main {
    white-space: nowrap;
}

.text-logo-number {
    color: var(--t112-yellow);
    margin-left: 2px;
}

.text-logo-nl {
    color: var(--t112-yellow);
    margin-left: 1px;
    font-size: .42em;
    letter-spacing: -.03em;
    vertical-align: .12em;
}

.footer-logo em {
    color: var(--t112-yellow);
    font-style: normal;
    margin-left: 1px;
    font-size: .42em;
    letter-spacing: -.03em;
    vertical-align: .12em;
}

@media (max-width: 820px) {
    .brand-block {
        min-width: 0;
    }

    .text-logo-main {
        font-size: 1.55rem;
    }

    .text-logo-nl {
        font-size: .44em;
    }
}


/* v1.0.43 - mobiele header terug naar donkere Tilburg112-kleur */
@media (max-width: 760px) {
    .site-header {
        background: var(--t112-dark) !important;
        border-bottom: 1px solid rgba(255, 214, 10, .18);
        box-shadow: 0 14px 34px rgba(15, 23, 42, .28);
        backdrop-filter: none;
    }

    .masthead {
        background: linear-gradient(135deg, #101827, #172033 55%, #0b1020) !important;
    }

    .masthead-inner {
        min-height: 62px;
    }

    .text-logo,
    .text-logo:visited,
    .text-logo:hover {
        color: #ffffff;
    }

    .text-logo-main {
        color: #ffffff !important;
        font-size: clamp(1.55rem, 7.2vw, 1.95rem);
        line-height: .95;
        text-shadow: 0 2px 10px rgba(0,0,0,.22);
    }

    .text-logo-number,
    .text-logo-nl {
        color: var(--t112-yellow) !important;
        text-shadow: 0 2px 10px rgba(0,0,0,.22);
    }

    .menu-toggle {
        background: rgba(255, 255, 255, .08);
        border: 1px solid rgba(255, 255, 255, .16);
        color: #ffffff;
        box-shadow: none;
    }

    .menu-toggle span:not(.screen-reader-text) {
        background: var(--t112-yellow);
    }

    .main-navigation {
        background: #0f172a;
        border-top: 1px solid rgba(255, 255, 255, .08);
        box-shadow: 0 24px 42px rgba(0,0,0,.32);
    }

    .main-navigation a,
    .main-navigation .menu a {
        color: #ffffff;
    }

    .main-navigation a:hover,
    .main-navigation .current-menu-item > a {
        color: var(--t112-yellow);
    }

    .mobile-menu-search {
        background: rgba(255,255,255,.08);
        border-color: rgba(255,255,255,.14);
    }

    .mobile-menu-search input {
        color: #ffffff;
    }

    .mobile-menu-search input::placeholder {
        color: rgba(255,255,255,.58);
    }
}


/* v1.0.44 - mobiele header/menu weer volledig leesbaar */
@media (max-width: 760px) {
    .main-navigation {
        background: #0b1220 !important;
        border-top: 1px solid rgba(255, 214, 10, .16);
    }

    .main-navigation .nav-inner {
        padding-top: 14px;
        padding-bottom: 18px;
    }

    .main-navigation ul,
    .main-navigation .menu {
        gap: 10px !important;
    }

    .main-navigation a,
    .main-navigation .menu a,
    .main-navigation .page_item a,
    .main-navigation .menu-item a {
        background: rgba(255, 255, 255, .08) !important;
        border: 1px solid rgba(255, 255, 255, .12);
        color: #ffffff !important;
        text-shadow: none !important;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
    }

    .main-navigation a:hover,
    .main-navigation a:focus,
    .main-navigation .current-menu-item > a,
    .main-navigation .current_page_item > a,
    .main-navigation .t112-menu-p2000.current-menu-item > a,
    .main-navigation .t112-menu-p2000 > a:hover {
        background: var(--t112-yellow) !important;
        border-color: var(--t112-yellow) !important;
        color: #07111f !important;
    }

    .main-navigation .t112-menu-p2000 > a::before {
        background: var(--t112-yellow);
        box-shadow: 0 0 0 4px rgba(255, 214, 10, .18);
        flex: 0 0 auto;
    }

    .main-navigation .t112-menu-p2000.current-menu-item > a::before,
    .main-navigation .t112-menu-p2000 > a:hover::before {
        background: #07111f;
        box-shadow: 0 0 0 4px rgba(7, 17, 31, .12);
    }

    .mobile-menu-search {
        background: rgba(255,255,255,.08) !important;
        border: 1px solid rgba(255,255,255,.16) !important;
    }

    .mobile-menu-search input {
        color: #ffffff !important;
        caret-color: var(--t112-yellow);
    }

    .mobile-menu-search input::placeholder {
        color: rgba(255,255,255,.68) !important;
        opacity: 1;
    }

    .mobile-menu-search button {
        background: var(--t112-yellow) !important;
        color: #07111f !important;
        border-color: var(--t112-yellow) !important;
        font-weight: 950;
    }

    .text-logo,
    .text-logo-main,
    .text-logo:visited,
    .text-logo:hover {
        color: #ffffff !important;
    }

    .text-logo-number,
    .text-logo-nl {
        color: var(--t112-yellow) !important;
    }
}
