/*
Theme Name: URN RegioNieuws Pro
Theme URI: https://uwregionieuws.online
Author: Uw Regio Nieuws / ChatGPT
Description: Modern commercieel nieuwsplatform voor Uw Regio Nieuws Multisite. Gemaakt voor veel nieuwsblokken, advertentieposities, 112-nieuws, gemeentenieuws, thema's, agenda en een groot adverteerdersblok.
Version: 1.79.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: urn-regionieuws-pro
*/

:root{
  --urn-blue:#0043a6;
  --urn-blue-dark:#002e78;
  --urn-blue-soft:#eaf1ff;
  --urn-orange:#ff5e19;
  --urn-orange-dark:#df4300;
  --urn-red:#ed1c24;
  --urn-green:#24a148;
  --urn-purple:#6d39d2;
  --urn-cyan:#0099c9;
  --urn-bg:#f4f6fb;
  --urn-card:#ffffff;
  --urn-text:#121826;
  --urn-muted:#667085;
  --urn-border:#d9e1f2;
  --urn-shadow:0 8px 28px rgba(0,43,102,.10);
  --urn-radius:14px;
  --urn-radius-sm:9px;
  --urn-container:1680px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--urn-bg);
  color:var(--urn-text);
  font-family:Arial, Helvetica, sans-serif;
  font-size:16px;
  line-height:1.55;
}
a{color:inherit;text-decoration:none}
a:hover{color:var(--urn-orange)}
img{max-width:100%;height:auto}
button,input,textarea,select{font:inherit}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.urn-container{
  width:min(var(--urn-container), calc(100% - 36px));
  margin:0 auto;
}
.urn-topline{
  background:linear-gradient(90deg,var(--urn-orange),var(--urn-orange-dark) 16%,var(--urn-blue) 16%,var(--urn-blue-dark));
  color:#fff;
  font-size:13px;
}
.urn-topline-inner{
  height:36px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.urn-breaking{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
  white-space:nowrap;
  overflow:hidden;
}
.urn-breaking strong{font-weight:800;text-transform:uppercase}
.urn-breaking span{opacity:.95;overflow:hidden;text-overflow:ellipsis}
.urn-toplinks{
  display:flex;
  align-items:center;
  gap:14px;
  white-space:nowrap;
  font-weight:700;
}
.urn-toplinks a{opacity:.95}
.urn-toplinks a:hover{color:#fff;text-decoration:underline}

.urn-header{
  background:#fff;
  border-bottom:1px solid var(--urn-border);
}
.urn-header-inner{
  display:grid;
  grid-template-columns:minmax(320px,520px) 1fr;
  gap:28px;
  align-items:center;
  padding:22px 0;
}
.urn-brand{
  display:flex;
  align-items:center;
  gap:16px;
  min-width:0;
}
.urn-brand img{
  max-height:76px;
  width:auto;
}
.urn-brand-text strong{
  display:block;
  font-size:34px;
  line-height:1;
  letter-spacing:-1.2px;
}
.urn-brand-text .blue{color:var(--urn-blue)}
.urn-brand-text .orange{color:var(--urn-orange)}
.urn-brand-text small{
  display:block;
  color:var(--urn-blue);
  font-weight:700;
  margin-top:7px;
}
.urn-header-ad{
  min-height:82px;
  border:2px solid #b9cbea;
  border-radius:var(--urn-radius-sm);
  background:linear-gradient(90deg,#fff,#f6f9ff);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:14px 20px;
}
.urn-header-ad strong{color:var(--urn-blue);font-size:21px;line-height:1.1}
.urn-header-ad span{display:block;color:var(--urn-blue-dark);font-weight:700}
.urn-header-ad .urn-btn{flex:0 0 auto}

.urn-nav-wrap{
  background:var(--urn-blue);
  box-shadow:0 4px 18px rgba(0,43,102,.18);
  position:sticky;
  top:0;
  z-index:50;
}
.admin-bar .urn-nav-wrap{top:32px}
.urn-nav-inner{
  display:flex;
  align-items:center;
  min-height:52px;
}
.urn-home-tab{
  width:52px;height:52px;
  display:grid;place-items:center;
  background:var(--urn-orange);
  color:#fff;
  font-size:20px;
  flex:0 0 auto;
}
.urn-menu-toggle{
  display:none;
  margin-left:auto;
  border:0;
  background:transparent;
  color:#fff;
  font-weight:800;
  padding:14px;
  cursor:pointer;
}
.urn-main-menu{
  display:flex;
  align-items:center;
  gap:0;
  margin:0;
  padding:0;
  list-style:none;
}
.urn-main-menu li{position:relative}
.urn-main-menu a{
  display:block;
  padding:17px 18px;
  color:#fff;
  font-weight:800;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:.2px;
}
.urn-main-menu a:hover,
.urn-main-menu .current-menu-item>a{
  background:rgba(255,255,255,.12);
  color:#fff;
}
.urn-main-menu ul{
  display:none;
  position:absolute;
  left:0;top:100%;
  min-width:230px;
  background:#fff;
  border:1px solid var(--urn-border);
  box-shadow:var(--urn-shadow);
  border-radius:0 0 var(--urn-radius-sm) var(--urn-radius-sm);
  margin:0;
  padding:8px;
  list-style:none;
}
.urn-main-menu li:hover>ul{display:block}
.urn-main-menu ul a{
  color:var(--urn-text);
  padding:10px 12px;
  text-transform:none;
  border-radius:8px;
}
.urn-search{
  margin-left:auto;
  color:#fff;
  opacity:.95;
  font-size:20px;
}

.urn-ad-placeholder,
.urn-ad-slot{
  border:2px dashed #b9cbea;
  background:#fff;
  border-radius:var(--urn-radius-sm);
  color:#7d8aa4;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-weight:800;
  letter-spacing:.2px;
  min-height:82px;
  padding:16px;
}
.urn-ad-placeholder small,
.urn-ad-slot small{display:block;font-weight:600;color:#96a1b9}
.urn-ad-wide{min-height:76px;margin:18px 0}
.urn-ad-square{min-height:250px}
.urn-ad-sidebar{
  min-height:150px;
  border:0;
  color:#fff;
  background:linear-gradient(135deg,var(--urn-blue),var(--urn-blue-dark));
  justify-content:flex-start;
  text-align:left;
  padding:26px;
  overflow:hidden;
  position:relative;
  box-shadow:var(--urn-shadow);
}
.urn-ad-sidebar::after{
  content:"";
  position:absolute;right:-26px;bottom:-36px;
  width:150px;height:150px;border-radius:50%;
  border:22px solid rgba(255,94,25,.85);
  opacity:.85;
}
.urn-ad-sidebar strong{font-size:22px;line-height:1.08;position:relative;z-index:1}
.urn-ad-sidebar span{display:block;margin:9px 0 16px;position:relative;z-index:1}
.urn-ad-sidebar-light{
  background:linear-gradient(135deg,#fff,#eef4ff);
  color:var(--urn-blue-dark);
  border-color:#c7d6f3;
}
.urn-ad-sidebar-light span{color:#30415f}
.urn-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:8px;
  background:var(--urn-orange);
  color:#fff!important;
  font-weight:900;
  padding:11px 18px;
  text-transform:uppercase;
  font-size:13px;
  box-shadow:0 4px 12px rgba(255,94,25,.24);
}
.urn-btn:hover{background:var(--urn-orange-dark);color:#fff!important}

.urn-main{
  padding:18px 0 38px;
}
.urn-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 300px;
  gap:24px;
  align-items:start;
}
.urn-content{min-width:0}
.urn-sidebar{
  display:grid;
  gap:18px;
  position:sticky;
  top:76px;
}
.admin-bar .urn-sidebar{top:108px}

.urn-widget{margin:0}
.urn-widget-title{margin:0 0 10px;color:var(--urn-blue);font-size:19px}
.urn-sidebar .widget_search,
.urn-sidebar .widget_block,
.urn-sidebar .widget_recent_entries,
.urn-sidebar .widget_recent_comments,
.urn-sidebar .widget_archive{
  background:#fff;
  border:1px solid var(--urn-border);
  border-radius:var(--urn-radius);
  padding:18px;
  box-shadow:0 4px 18px rgba(0,43,102,.05);
}
.urn-sidebar input[type=search], .urn-sidebar input[type=text], .urn-sidebar input[type=email]{
  width:100%;
  border:1px solid var(--urn-border);
  border-radius:9px;
  padding:11px 12px;
}
.urn-sidebar button, .urn-sidebar input[type=submit]{
  border:0;
  border-radius:8px;
  background:var(--urn-blue);
  color:#fff;
  font-weight:900;
  padding:10px 14px;
  cursor:pointer;
}

.urn-hero-grid{
  display:grid;
  grid-template-columns:2fr 1fr;
  gap:14px;
  margin-top:16px;
}
.urn-card{
  background:var(--urn-card);
  border:1px solid var(--urn-border);
  border-radius:var(--urn-radius);
  box-shadow:0 4px 18px rgba(0,43,102,.06);
  overflow:hidden;
}
.urn-card:hover{
  transform:translateY(-2px);
  box-shadow:var(--urn-shadow);
}
.urn-card, .urn-card:hover{transition:.18s ease}
.urn-card-image{
  position:relative;
  background:linear-gradient(135deg,#dde7fb,#ffffff);
  overflow:hidden;
}
.urn-card-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.urn-card-large .urn-card-image{height:365px}
.urn-card-medium .urn-card-image{height:174px}
.urn-card-small{
  display:grid;
  grid-template-columns:118px minmax(0,1fr);
  min-height:112px;
  box-shadow:0 6px 18px rgba(0,43,102,.07);
  border-radius:15px;
  background:linear-gradient(180deg,#fff,#fbfcff);
  align-items:stretch;
  border:1px solid #e1e8f6;
}
.urn-card-small .urn-card-image{
  height:92px;
  min-height:92px;
  margin:10px 0 10px 10px;
  border-radius:13px;
  overflow:hidden;
  background:#eef3fb;
  border:1px solid #dbe5f5;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.65);
}
.urn-card-small .urn-card-image img{
  object-fit:contain;
  object-position:center;
  background:#eef3fb;
  padding:4px;
  border-radius:13px;
}
.urn-card-small .urn-card-image .urn-placeholder-img{
  min-height:92px;
  border-radius:13px;
}
.urn-card-small .urn-label{display:none}
.urn-card-small .urn-placeholder-img span{display:none}
.urn-card-small .urn-card-body{
  padding:13px 15px 13px 12px;
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:5px;
}
.urn-card-small .urn-card-title{
  font-size:16px;
  line-height:1.24;
  letter-spacing:-.08px;
  font-weight:900;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.urn-card-small .urn-meta{
  font-size:11px;
  gap:5px;
  margin-top:2px;
  color:#71809a;
  align-items:center;
}
.urn-news-section .urn-card-list{
  gap:12px;
  align-content:start;
}
.urn-card-list{display:grid;gap:10px;align-content:start}
.urn-card-body{padding:14px}
.urn-card-title{
  margin:0;
  font-size:18px;
  line-height:1.17;
  letter-spacing:-.2px;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}
.urn-card-large .urn-card-title{
  position:absolute;
  left:20px;right:20px;bottom:45px;
  color:#fff;
  font-size:31px;
  max-width:760px;
  text-shadow:0 2px 12px rgba(0,0,0,.52);
  z-index:3;
}
.urn-card-large .urn-meta{
  position:absolute;
  left:20px;bottom:17px;
  color:#fff;
  z-index:3;
  text-shadow:0 2px 8px rgba(0,0,0,.5);
}
.urn-card-large .urn-card-image::after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(0deg,rgba(0,0,0,.68),rgba(0,0,0,.08) 55%,rgba(0,0,0,.04));
  z-index:1;
}
.urn-card-large .urn-label{position:absolute;left:20px;bottom:92px;z-index:3}
.urn-card-medium .urn-card-title{
  position:absolute;
  left:14px;right:14px;bottom:36px;
  color:#fff;
  font-size:17px;
  text-shadow:0 2px 10px rgba(0,0,0,.58);
  z-index:3;
}
.urn-card-medium .urn-meta{
  position:absolute;left:14px;bottom:12px;
  color:#fff;z-index:3;font-size:12px;
}
.urn-card-medium .urn-card-image::after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(0deg,rgba(0,0,0,.68),rgba(0,0,0,.05));
  z-index:1;
}
.urn-card-medium .urn-label{position:absolute;left:12px;top:12px;z-index:3}
.urn-label{
  display:inline-flex;
  align-items:center;
  background:var(--urn-orange);
  color:#fff;
  font-size:11px;
  line-height:1;
  padding:7px 9px;
  border-radius:5px;
  font-weight:900;
  text-transform:uppercase;
}
.urn-label.red{background:var(--urn-red)}
.urn-label.green{background:var(--urn-green)}
.urn-label.blue{background:var(--urn-blue)}
.urn-label.purple{background:var(--urn-purple)}
.urn-label.cyan{background:var(--urn-cyan)}
.urn-meta{
  color:var(--urn-muted);
  font-size:12px;
  font-weight:700;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:8px;
}
.urn-excerpt{color:#3c4658;margin:8px 0 0;font-size:14px}

.urn-placeholder-img{
  min-height:100%;
  display:grid;
  place-items:center;
  color:#fff;
  text-align:center;
  padding:22px;
  font-weight:900;
  background:
    radial-gradient(circle at 24% 24%,rgba(255,94,25,.42),transparent 27%),
    linear-gradient(135deg,var(--urn-blue),var(--urn-blue-dark));
  position:relative;
}
.urn-placeholder-img:after{
  content:"";
  width:38px;
  height:38px;
  border:3px solid rgba(255,255,255,.42);
  border-radius:50%;
  position:absolute;
  opacity:.75;
}
.urn-placeholder-img span{position:relative;z-index:2}

.urn-quicklinks{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  margin:16px 0;
}
.urn-quicklinks strong{
  color:var(--urn-orange);
  text-transform:uppercase;
  font-size:13px;
}
.urn-quicklinks a{
  background:#fff;
  border:1px solid var(--urn-border);
  border-radius:999px;
  padding:7px 14px;
  color:#28364d;
  font-size:13px;
  font-weight:800;
}

.urn-section-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:18px;
  align-items:start;
}
.urn-news-section{
  background:#fff;
  border:1px solid var(--urn-border);
  border-radius:16px;
  padding:16px;
  box-shadow:0 6px 22px rgba(0,43,102,.06);
  align-self:start;
}
.urn-section-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  border-bottom:2px solid var(--urn-border);
  padding-bottom:8px;
  margin-bottom:10px;
}
.urn-section-title{
  margin:0;
  font-size:21px;
  line-height:1;
  color:var(--urn-blue);
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:-.4px;
}
.urn-section-title.red{color:var(--urn-red)}
.urn-section-title.green{color:var(--urn-green)}
.urn-section-title.orange{color:var(--urn-orange)}
.urn-section-title.purple{color:var(--urn-purple)}
.urn-section-title.cyan{color:var(--urn-cyan)}
.urn-section-more{
  font-size:13px;
  font-weight:900;
  color:var(--urn-orange);
  white-space:nowrap;
}

.urn-agenda-list{display:grid;gap:10px}
.urn-agenda-item{
  display:grid;
  grid-template-columns:52px 1fr;
  gap:10px;
  align-items:center;
  padding:8px;
  border:1px solid var(--urn-border);
  border-radius:10px;
}
.urn-datebox{
  background:#fff3ee;
  color:var(--urn-orange);
  border:1px solid #ffd2bf;
  border-radius:10px;
  text-align:center;
  padding:7px 3px;
  font-weight:900;
}
.urn-datebox b{display:block;font-size:20px;line-height:1}
.urn-datebox span{display:block;font-size:11px}

.urn-themes-list{
  display:grid;
  gap:8px;
}
.urn-theme-link{
  display:grid;
  grid-template-columns:34px 1fr;
  gap:10px;
  align-items:center;
  padding:8px;
  border:1px solid var(--urn-border);
  border-radius:10px;
  background:#fbfcff;
}
.urn-theme-link i{
  display:grid;
  place-items:center;
  width:34px;height:34px;
  border-radius:10px;
  background:var(--urn-blue-soft);
  color:var(--urn-blue);
  font-style:normal;
}
.urn-theme-link strong{display:block;font-size:13px}
.urn-theme-link small{display:block;color:var(--urn-muted)}

.urn-advertisers{
  margin:22px 0 0;
  background:#fff;
  border:1px solid var(--urn-border);
  border-radius:var(--urn-radius);
  box-shadow:0 4px 18px rgba(0,43,102,.05);
  padding:14px;
}
.urn-advertisers-head{
  display:flex;
  align-items:center;
  gap:18px;
  color:var(--urn-orange);
  text-transform:uppercase;
  font-weight:900;
  font-size:15px;
  margin-bottom:13px;
}
.urn-advertisers-head:after{
  content:"";
  height:2px;
  background:var(--urn-orange);
  flex:1;
  opacity:.55;
}
.urn-advertiser-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:10px;
}
.urn-advertiser{
  min-height:76px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  border:1px solid var(--urn-border);
  border-radius:12px;
  background:#fff;
  padding:10px;
  font-weight:900;
  color:var(--urn-blue);
}
.urn-advertiser img{
  max-height:58px;
  object-fit:contain;
}
.urn-advertiser small{display:block;color:var(--urn-muted);font-weight:700}

.urn-sidebar-card{
  background:#fff;
  border:1px solid var(--urn-border);
  border-radius:var(--urn-radius);
  padding:18px;
  box-shadow:0 4px 18px rgba(0,43,102,.05);
}
.urn-newsletter{
  background:linear-gradient(135deg,var(--urn-blue),var(--urn-blue-dark));
  color:#fff;
}
.urn-newsletter h3{margin:0 0 6px;font-size:24px}
.urn-newsletter p{margin:0 0 14px;color:#dce8ff}
.urn-newsletter form{display:flex;gap:8px}
.urn-newsletter input{
  min-width:0;
  flex:1;
  border:0;
  border-radius:8px;
  padding:11px 12px;
}
.urn-newsletter button{border:0;cursor:pointer}

.urn-archive-header{
  background:#fff;
  border:1px solid var(--urn-border);
  border-radius:var(--urn-radius);
  padding:22px;
  margin-bottom:18px;
  box-shadow:0 4px 18px rgba(0,43,102,.05);
}
.urn-archive-header h1{margin:0;color:var(--urn-blue);font-size:34px;letter-spacing:-.6px}
.urn-post-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.urn-pagination{
  margin:26px 0;
  display:flex;
  justify-content:center;
}
.urn-pagination .nav-links{
  display:flex;gap:8px;flex-wrap:wrap;
}
.urn-pagination a,.urn-pagination span{
  padding:8px 12px;
  border:1px solid var(--urn-border);
  border-radius:8px;
  background:#fff;
  font-weight:800;
}
.urn-pagination .current{
  background:var(--urn-blue);
  color:#fff;
}

.urn-article{
  background:#fff;
  border:1px solid var(--urn-border);
  border-radius:var(--urn-radius);
  overflow:hidden;
  box-shadow:0 4px 18px rgba(0,43,102,.05);
}
.urn-article-header{
  padding:26px 30px 18px;
}
.urn-article-header h1{
  margin:10px 0 10px;
  font-size:42px;
  line-height:1.05;
  letter-spacing:-1px;
  color:var(--urn-text);
}
.urn-featured img{
  width:100%;
  max-height:520px;
  object-fit:cover;
  display:block;
}
.urn-article-content{
  padding:26px 30px 34px;
  font-size:19px;
  line-height:1.74;
}
.urn-article-content p{margin:0 0 1.15em}
.urn-article-content h2,.urn-article-content h3{
  color:var(--urn-blue);
  line-height:1.15;
}
.urn-article-content a{text-decoration:underline;color:var(--urn-blue)}
.urn-related{
  margin-top:18px;
}

.urn-footer{
  background:linear-gradient(135deg,var(--urn-blue),var(--urn-blue-dark));
  color:#fff;
  margin-top:32px;
  padding:38px 0 18px;
}
.urn-footer-grid{
  display:grid;
  grid-template-columns:1.35fr repeat(3,1fr);
  gap:34px;
}
.urn-footer h3{
  margin:0 0 12px;
  text-transform:uppercase;
  font-size:15px;
}
.urn-footer p,.urn-footer li,.urn-footer a{color:#e5eeff}
.urn-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:7px}
.urn-footer a:hover{color:#fff;text-decoration:underline}
.urn-footer-brand img{max-height:70px;width:auto;margin-bottom:10px}
.urn-social{display:flex;gap:9px;margin-top:14px}
.urn-social a{
  width:34px;height:34px;border-radius:50%;
  display:grid;place-items:center;
  background:rgba(255,255,255,.12);
  color:#fff;
}
.urn-footer-bottom{
  border-top:1px solid rgba(255,255,255,.18);
  margin-top:30px;
  padding-top:14px;
  color:#cfdcff;
  font-size:13px;
  display:flex;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
}

/* Footer Facebook box - v1.66 */
.urn-footer-facebook-box{
  margin-top:30px;
  padding:18px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:18px;
  background:linear-gradient(135deg,rgba(255,255,255,.14),rgba(255,255,255,.06));
  box-shadow:0 16px 42px rgba(0,0,0,.18);
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:16px;
  align-items:center;
}
.urn-footer-facebook-icon{
  width:54px;
  height:54px;
  border-radius:16px;
  display:grid;
  place-items:center;
  font-size:34px;
  line-height:1;
  font-weight:900;
  color:#fff;
  background:#1877f2;
  box-shadow:0 10px 26px rgba(0,0,0,.22);
  font-family:Arial, Helvetica, sans-serif;
}
.urn-footer-facebook-content h3{
  margin:0 0 5px;
  color:#fff;
  font-size:18px;
  text-transform:none;
  letter-spacing:0;
}
.urn-footer-facebook-content p{
  margin:0;
  color:#dce8ff;
  font-size:15px;
  line-height:1.55;
}
.urn-footer-facebook-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:11px 16px;
  border-radius:999px;
  background:#fff;
  color:var(--urn-blue)!important;
  font-weight:900;
  text-decoration:none!important;
  white-space:nowrap;
  box-shadow:0 10px 28px rgba(0,0,0,.16);
}
.urn-footer-facebook-btn:hover{
  transform:translateY(-1px);
  color:var(--urn-blue-dark)!important;
}
@media (max-width:800px){
  .urn-footer-facebook-box{
    grid-template-columns:1fr;
    text-align:center;
    justify-items:center;
  }
  .urn-footer-facebook-content p{font-size:14px}
  .urn-footer-facebook-btn{width:100%}
}

@media (max-width:1100px){
  .urn-layout{grid-template-columns:1fr}
  .urn-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}
  .urn-section-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .urn-advertiser-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .urn-header-inner{grid-template-columns:1fr}
}
@media (max-width:800px){
  .urn-container{width:min(100% - 22px, var(--urn-container))}
  .urn-toplinks{display:none}
  .urn-header-inner{padding:14px 0}
  .urn-brand img{max-height:64px}
  .urn-brand-text strong{font-size:28px}
  .urn-header-ad{min-height:70px;padding:12px;display:block}
  .urn-nav-inner{flex-wrap:wrap}
  .urn-menu-toggle{display:block}
  .urn-main-menu{
    display:none;
    width:100%;
    flex-direction:column;
    align-items:stretch;
    background:var(--urn-blue-dark);
  }
  .urn-main-menu.is-open{display:flex}
  .urn-main-menu a{padding:13px 16px}
  .urn-main-menu ul{position:static;display:block;background:rgba(255,255,255,.06);box-shadow:none;border:0;border-radius:0;padding:0}
  .urn-main-menu ul a{color:#fff}
  .urn-search{display:none}
  .urn-hero-grid{grid-template-columns:1fr}
  .urn-card-large .urn-card-image{height:330px}
  .urn-card-large .urn-card-title{font-size:25px}
  .urn-section-grid{grid-template-columns:1fr}
  .urn-sidebar{grid-template-columns:1fr}
  .urn-post-grid{grid-template-columns:1fr}
  .urn-advertiser-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .urn-footer-grid{grid-template-columns:1fr}
  .urn-article-header h1{font-size:32px}
  .urn-article-content{font-size:17px;padding:20px}
  .urn-article-header{padding:20px}
}
@media (max-width:500px){
  .urn-card-large .urn-card-image{height:260px}
  .urn-card-medium .urn-card-image{height:160px}
  .urn-card-small{grid-template-columns:84px 1fr}
  .urn-newsletter form{flex-direction:column}
}

/* v1.2 verbeteringen voor nieuwsrubrieken */
.urn-section-grid .urn-news-section:nth-child(odd):last-child{grid-column:auto}
@media (max-width:900px){
  .urn-section-grid{grid-template-columns:1fr}
  .urn-card-small{grid-template-columns:96px minmax(0,1fr)}
  .urn-card-small .urn-card-image{height:92px;min-height:92px}
}
@media (max-width:520px){
  .urn-card-small{grid-template-columns:88px minmax(0,1fr)}
  .urn-card-small .urn-card-image{height:88px;min-height:88px}
  .urn-card-small .urn-card-title{font-size:15px;-webkit-line-clamp:3}
  .urn-news-section{padding:13px}
}


/* Premium kleine nieuwskaarten - versie 1.7 */
.urn-news-section .urn-section-head{
  border-bottom:1px solid #eef2f8;
  padding-bottom:11px;
  margin-bottom:14px;
}
.urn-news-section .urn-section-title{
  letter-spacing:-.25px;
}
.urn-news-section .urn-card-small:hover{
  transform:translateY(-2px);
  border-color:#cdd9ee;
  box-shadow:0 12px 28px rgba(0,43,102,.11);
}
.urn-card-small .urn-card-title a{
  color:#111827;
}
.urn-card-small .urn-card-title a:hover{
  color:var(--urn-blue);
}
.urn-card-small .urn-meta::before{
  content:"";
  width:6px;
  height:6px;
  border-radius:999px;
  background:var(--urn-orange);
  flex:0 0 auto;
}
.urn-section-grid{
  gap:20px;
}
@media (max-width: 620px){
  .urn-card-small{
    grid-template-columns:108px minmax(0,1fr);
    min-height:108px;
  }
  .urn-card-small .urn-card-image{
    height:88px;
    min-height:88px;
    margin:10px 0 10px 10px;
  }
  .urn-card-small .urn-card-image .urn-placeholder-img{
    min-height:88px;
  }
  .urn-card-small .urn-card-title{
    font-size:15px;
    line-height:1.23;
  }
}


/* Paginavullende layout - versie 1.8 */
@media (min-width: 1280px){
  .urn-container{
    width:min(1680px, calc(100% - 40px));
  }

  .urn-header-inner{
    grid-template-columns:minmax(360px,560px) 1fr;
    gap:34px;
  }

  .urn-layout{
    grid-template-columns:minmax(0,1fr) 340px;
    gap:30px;
  }

  .urn-hero-grid{
    grid-template-columns:2.15fr 1fr;
    gap:18px;
  }

  .urn-card-large .urn-card-image{
    height:410px;
  }

  .urn-card-medium .urn-card-image{
    height:196px;
  }

  .urn-section-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
  }

  .urn-sidebar{
    gap:20px;
  }

  .urn-advertiser-grid{
    grid-template-columns:repeat(6,minmax(0,1fr));
  }
}

@media (min-width: 1600px){
  .urn-container{
    width:min(1840px, calc(100% - 48px));
  }

  .urn-layout{
    grid-template-columns:minmax(0,1fr) 360px;
    gap:34px;
  }

  .urn-card-large .urn-card-image{
    height:450px;
  }

  .urn-card-medium .urn-card-image{
    height:216px;
  }

  .urn-advertiser-grid{
    grid-template-columns:repeat(8,minmax(0,1fr));
  }
}

@media (min-width: 1900px){
  .urn-container{
    width:calc(100% - 56px);
    max-width:1920px;
  }
}


/* Logo update versie 1.9 */
.urn-logo-link{display:inline-flex;align-items:center;}
.urn-logo-link img{display:block;}

/* Horizontaal logo versie 1.10 */
.urn-brand{justify-content:flex-start;}
.urn-brand img{max-width:100%;height:auto;}

/* Logo zonder regionale ondertitel - versie 1.11 */
.urn-logo-link img{object-fit:contain;}


/* Logo passend maken - versie 1.12 */
.urn-header{
  overflow:visible;
}
.urn-header-inner{
  align-items:center;
}
.urn-brand{
  overflow:visible;
}
.urn-logo-link{
  display:inline-flex;
  align-items:center;
  max-width:100%;
}
.urn-logo-link img{
  display:block;
  width:auto;
  max-width:460px;
  max-height:96px;
  object-fit:contain;
}
@media (max-width: 900px){
  .urn-logo-link img{
    max-width:320px;
    max-height:74px;
  }
}
@media (max-width: 520px){
  .urn-logo-link img{
    max-width:250px;
    max-height:62px;
  }
}


/* Kleine foto's afgerond - versie 1.13 */
.urn-card-small .urn-card-image,
.urn-card-small .urn-card-image img,
.urn-card-small .urn-card-image a,
.urn-card-small .urn-card-image .post-thumbnail{
  border-radius:13px !important;
}
.urn-card-small .urn-card-image{
  overflow:hidden;
}


/* Kleine foto's duidelijk afgerond - versie 1.14 */
.urn-news-section .urn-card-small{
  overflow:hidden;
}

.urn-news-section .urn-card-small .urn-card-image{
  border-radius:16px !important;
  overflow:hidden !important;
  isolation:isolate;
  margin:10px 0 10px 10px !important;
  background:#eef3fb !important;
}

.urn-news-section .urn-card-small .urn-card-image img,
.urn-news-section .urn-card-small .urn-card-image picture,
.urn-news-section .urn-card-small .urn-card-image .wp-post-image{
  border-radius:16px !important;
}

.urn-news-section .urn-card-small .urn-card-image img,
.urn-news-section .urn-card-small .urn-card-image .wp-post-image{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  padding:0 !important;
}

.urn-news-section .urn-card-small .urn-placeholder-img{
  border-radius:16px !important;
  overflow:hidden !important;
}


/* Actieve breaking ticker - versie 1.15 */
.urn-breaking{
  flex:1 1 auto;
  max-width:100%;
}
.urn-breaking-link{
  color:#fff;
  min-width:0;
  overflow:hidden;
  display:block;
  flex:1 1 auto;
}
.urn-breaking-link:hover{
  color:#fff;
  text-decoration:underline;
}
.urn-breaking-marquee{
  display:block;
  overflow:hidden;
  white-space:nowrap;
  width:100%;
  mask-image:linear-gradient(90deg,transparent 0,#000 24px,#000 calc(100% - 24px),transparent 100%);
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 24px,#000 calc(100% - 24px),transparent 100%);
}
.urn-breaking-marquee span{
  display:inline-block;
  padding-left:100%;
  animation:urn-breaking-scroll 22s linear infinite;
}
.urn-breaking-link:hover .urn-breaking-marquee span{
  animation-play-state:paused;
}
@keyframes urn-breaking-scroll{
  0%{transform:translateX(0);}
  100%{transform:translateX(-100%);}
}
@media (prefers-reduced-motion: reduce){
  .urn-breaking-marquee span{
    animation:none;
    padding-left:0;
  }
}
@media (max-width: 720px){
  .urn-breaking{
    gap:8px;
  }
  .urn-breaking strong{
    flex:0 0 auto;
  }
  .urn-breaking span.urn-breaking-time{
    display:none;
  }
  .urn-breaking-marquee span{
    animation-duration:18s;
  }
}


/* Automatisch verkeersblok - versie 1.16 */
.urn-traffic-section{
  background:linear-gradient(135deg,#fff,#f7fbff);
  border:1px solid #dfe7f5;
  border-radius:18px;
  box-shadow:0 10px 30px rgba(0,43,102,.08);
  padding:18px;
  margin:18px 0 20px;
}
.urn-traffic-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding-bottom:12px;
  border-bottom:1px solid #edf2f9;
  margin-bottom:13px;
}
.urn-traffic-head h2{
  margin:0;
  color:var(--urn-blue);
  font-size:22px;
  line-height:1.1;
  letter-spacing:-.3px;
}
.urn-traffic-head span{
  color:var(--urn-orange);
  font-weight:900;
  font-size:13px;
  text-transform:uppercase;
}
.urn-traffic-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.urn-traffic-item{
  display:grid;
  grid-template-columns:46px minmax(0,1fr);
  gap:11px;
  align-items:center;
  background:#fff;
  border:1px solid #e1e8f6;
  border-radius:14px;
  padding:10px;
  box-shadow:0 4px 16px rgba(0,43,102,.05);
}
.urn-traffic-icon{
  width:46px;
  height:46px;
  border-radius:13px;
  display:grid;
  place-items:center;
  color:#fff;
  background:linear-gradient(135deg,var(--urn-orange),var(--urn-red));
  font-weight:900;
}
.urn-traffic-title{
  display:block;
  color:#111827;
  font-weight:900;
  line-height:1.22;
  font-size:15px;
}
.urn-traffic-meta{
  display:block;
  margin-top:3px;
  color:#71809a;
  font-size:12px;
  font-weight:700;
}
.urn-traffic-empty{
  background:#fff;
  border:1px dashed #c7d4ea;
  border-radius:14px;
  padding:16px;
  color:#65738c;
  font-weight:800;
}
@media (max-width: 820px){
  .urn-traffic-grid{
    grid-template-columns:1fr;
  }
}


/* Verkeer zichtbaarer - versie 1.17 */
.urn-traffic-section{
  border-top:5px solid var(--urn-orange);
}
.urn-traffic-actions{
  margin-top:14px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.urn-traffic-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:var(--urn-blue);
  color:#fff;
  border-radius:999px;
  padding:10px 16px;
  font-weight:900;
  font-size:13px;
}
.urn-traffic-button:hover{
  background:var(--urn-orange);
  color:#fff;
}
.urn-traffic-source{
  color:#71809a;
  font-weight:800;
  font-size:12px;
  display:flex;
  align-items:center;
}


/* Verkeer hoger en compacter - versie 1.18 */
.urn-traffic-section{
  scroll-margin-top:90px;
}
.urn-traffic-section.urn-traffic-top{
  margin:0 0 18px;
  padding:14px 16px;
  border-radius:16px;
  border-top:4px solid var(--urn-orange);
}
.urn-traffic-section.urn-traffic-top .urn-traffic-head{
  margin-bottom:10px;
  padding-bottom:9px;
}
.urn-traffic-section.urn-traffic-top .urn-traffic-head h2{
  font-size:20px;
}
.urn-traffic-section.urn-traffic-top .urn-traffic-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.urn-traffic-section.urn-traffic-top .urn-traffic-item{
  grid-template-columns:38px minmax(0,1fr);
  padding:8px;
}
.urn-traffic-section.urn-traffic-top .urn-traffic-icon{
  width:38px;
  height:38px;
  border-radius:11px;
}
@media (max-width: 1100px){
  .urn-traffic-section.urn-traffic-top .urn-traffic-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width: 760px){
  .urn-traffic-section.urn-traffic-top .urn-traffic-grid{
    grid-template-columns:1fr;
  }
}


/* Directorist / Bedrijvengids styling - versie 1.19 */
.directorist-content-active,
.directorist-archive-grid-view,
.directorist-listing-single{
  font-family:Arial, Helvetica, sans-serif;
}
.directorist-content-active .directorist-container-fluid,
.directorist-content-active .directorist-container{
  max-width:1680px;
}
.directorist-search-form,
.directorist-search-contents,
.directorist-listing-card,
.directorist-single-listing-header,
.directorist-single-listing-content,
.directorist-listing-details,
.directorist-sidebar{
  border-radius:18px !important;
}
.directorist-search-form,
.directorist-search-contents{
  background:#fff !important;
  border:1px solid #dfe7f5 !important;
  box-shadow:0 10px 30px rgba(0,43,102,.08) !important;
}
.directorist-listing-card{
  overflow:hidden !important;
  border:1px solid #dfe7f5 !important;
  box-shadow:0 8px 24px rgba(0,43,102,.08) !important;
  transition:.18s ease !important;
}
.directorist-listing-card:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 34px rgba(0,43,102,.13) !important;
}
.directorist-listing-card .directorist-listing-single__thumb,
.directorist-listing-card .directorist-thumnail-card{
  overflow:hidden !important;
}
.directorist-listing-card img{
  border-radius:0 !important;
}
.directorist-listing-title,
.directorist-listing-title a,
.directorist-single-listing-header__title{
  color:#111827 !important;
  font-weight:900 !important;
  letter-spacing:-.25px;
}
.directorist-listing-title a:hover{
  color:var(--urn-orange) !important;
}
.directorist-badge,
.directorist-badge-popular,
.directorist-listing-category a,
.directorist-mark-as-favorite__btn{
  border-radius:999px !important;
}
.directorist-btn,
.directorist-search-form-action__submit,
.directorist-form-submit__btn,
.directorist-btn.directorist-btn-primary{
  background:var(--urn-orange) !important;
  border-color:var(--urn-orange) !important;
  color:#fff !important;
  border-radius:999px !important;
  font-weight:900 !important;
  box-shadow:0 8px 20px rgba(255,94,25,.22);
}
.directorist-btn:hover,
.directorist-search-form-action__submit:hover,
.directorist-form-submit__btn:hover{
  background:var(--urn-blue) !important;
  border-color:var(--urn-blue) !important;
  color:#fff !important;
}
.directorist-single-info,
.directorist-single-listing-action,
.directorist-details-info-wrap{
  border-color:#dfe7f5 !important;
}
.urn-directorist-note{
  background:linear-gradient(135deg,#fff,#f6f9ff);
  border:1px solid #dfe7f5;
  border-left:5px solid var(--urn-orange);
  border-radius:18px;
  padding:18px;
  margin:18px 0;
  box-shadow:0 10px 30px rgba(0,43,102,.08);
}
.urn-directorist-note strong{
  color:var(--urn-blue);
}


/* Bedrijvengids premium uitvoering - versie 1.20 */
.urn-directory-hero{
  margin:26px 0 22px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:22px;
  align-items:stretch;
}
.urn-directory-hero-content{
  background:
    radial-gradient(circle at 92% 18%,rgba(255,94,25,.15),transparent 28%),
    linear-gradient(135deg,#ffffff,#eef5ff);
  border:1px solid #dbe6f5;
  border-radius:22px;
  padding:34px;
  box-shadow:0 14px 38px rgba(0,43,102,.10);
}
.urn-directory-kicker{
  display:inline-flex;
  background:var(--urn-orange);
  color:#fff;
  border-radius:999px;
  padding:8px 13px;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  margin-bottom:12px;
}
.urn-directory-hero h1{
  margin:0 0 8px;
  color:var(--urn-blue);
  font-size:42px;
  line-height:1;
  letter-spacing:-1.1px;
}
.urn-directory-hero p{
  margin:0;
  color:#34425a;
  max-width:760px;
  font-weight:700;
}
.urn-directory-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:20px;
}
.urn-btn.urn-btn-secondary{
  background:#fff;
  color:var(--urn-blue);
  border:1px solid #cbd8ee;
  box-shadow:none;
}
.urn-directory-hero-card{
  background:linear-gradient(135deg,var(--urn-blue),var(--urn-blue-dark));
  color:#fff;
  border-radius:22px;
  padding:30px;
  box-shadow:0 14px 38px rgba(0,43,102,.18);
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.urn-directory-hero-card::after{
  content:"";
  position:absolute;
  right:-44px;
  bottom:-60px;
  width:170px;
  height:170px;
  border-radius:50%;
  border:26px solid rgba(255,94,25,.72);
}
.urn-directory-hero-card strong{
  font-size:26px;
  line-height:1.08;
  position:relative;
  z-index:1;
}
.urn-directory-hero-card span{
  margin-top:10px;
  font-weight:700;
  position:relative;
  z-index:1;
}
.urn-directory-shell{
  margin:0 0 36px;
}
.urn-directory-shell .directorist-search-form,
.urn-directory-shell .directorist-search-contents{
  margin-bottom:22px !important;
}
.urn-directory-shell .directorist-row{
  row-gap:22px !important;
}
.urn-directory-shell .directorist-listing-single,
.urn-directory-shell .directorist-listing-card{
  background:#fff !important;
  border-radius:22px !important;
  border:1px solid #dfe7f5 !important;
  box-shadow:0 10px 30px rgba(0,43,102,.09) !important;
  overflow:hidden !important;
}
.urn-directory-shell .directorist-listing-single:hover,
.urn-directory-shell .directorist-listing-card:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 40px rgba(0,43,102,.14) !important;
}
.urn-directory-shell .directorist-listing-single__thumb,
.urn-directory-shell .directorist-thumnail-card,
.urn-directory-shell .directorist-listing-card__thumb,
.urn-directory-shell .directorist-card__image{
  min-height:185px !important;
  background:
    radial-gradient(circle at 22% 22%,rgba(255,94,25,.32),transparent 30%),
    linear-gradient(135deg,#eef4ff,#ffffff) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
}
.urn-directory-shell .directorist-listing-single__thumb img,
.urn-directory-shell .directorist-thumnail-card img,
.urn-directory-shell .directorist-listing-card__thumb img,
.urn-directory-shell .directorist-card__image img{
  width:100% !important;
  height:185px !important;
  object-fit:contain !important;
  padding:18px !important;
  background:#fff !important;
}
.urn-directory-shell .directorist-listing-single__thumb:empty::before,
.urn-directory-shell .directorist-thumnail-card:empty::before,
.urn-directory-shell .directorist-listing-card__thumb:empty::before,
.urn-directory-shell .directorist-card__image:empty::before{
  content:"UwRegioNieuws";
  color:var(--urn-blue);
  font-weight:900;
  font-size:20px;
}
.urn-directory-shell .directorist-listing-single__content,
.urn-directory-shell .directorist-listing-card__content,
.urn-directory-shell .directorist-listing-single__info{
  padding:18px !important;
}
.urn-directory-shell .directorist-listing-title,
.urn-directory-shell .directorist-listing-title a{
  font-size:20px !important;
  line-height:1.18 !important;
}
.urn-directory-shell .directorist-listing-category a{
  background:#eef4ff !important;
  color:var(--urn-blue) !important;
  font-weight:900 !important;
  border-radius:999px !important;
  padding:6px 10px !important;
}
.urn-directory-shell .directorist-search-field,
.urn-directory-shell .directorist-search-field input,
.urn-directory-shell .directorist-search-field select{
  border-radius:14px !important;
}
@media (max-width: 980px){
  .urn-directory-hero{
    grid-template-columns:1fr;
  }
}
@media (max-width: 620px){
  .urn-directory-hero-content{
    padding:24px;
  }
  .urn-directory-hero h1{
    font-size:34px;
  }
}


/* Eigen premium bedrijvengids voorkant - versie 1.22 */
.urn-business-hero{
  margin:26px 0 22px;
  background:
    radial-gradient(circle at 88% 16%,rgba(255,94,25,.18),transparent 30%),
    linear-gradient(135deg,#ffffff,#eef5ff);
  border:1px solid #dbe6f5;
  border-radius:24px;
  padding:34px;
  box-shadow:0 14px 38px rgba(0,43,102,.10);
  display:grid;
  grid-template-columns:minmax(0,1fr) 340px;
  gap:24px;
  align-items:center;
}
.urn-business-hero h1{
  margin:0 0 8px;
  color:var(--urn-blue);
  font-size:42px;
  line-height:1;
  letter-spacing:-1px;
}
.urn-business-hero p{
  margin:0;
  color:#34425a;
  font-weight:700;
  max-width:840px;
}
.urn-business-kicker{
  display:inline-flex;
  background:var(--urn-orange);
  color:#fff;
  border-radius:999px;
  padding:8px 13px;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  margin-bottom:12px;
}
.urn-business-cta{
  background:linear-gradient(135deg,var(--urn-blue),var(--urn-blue-dark));
  color:#fff;
  border-radius:22px;
  padding:26px;
  position:relative;
  overflow:hidden;
  box-shadow:0 14px 38px rgba(0,43,102,.16);
}
.urn-business-cta::after{
  content:"";
  position:absolute;
  right:-38px;
  bottom:-52px;
  width:150px;
  height:150px;
  border-radius:50%;
  border:24px solid rgba(255,94,25,.70);
}
.urn-business-cta strong{
  display:block;
  font-size:25px;
  line-height:1.05;
  position:relative;
  z-index:1;
}
.urn-business-cta span{
  display:block;
  margin:9px 0 17px;
  font-weight:700;
  position:relative;
  z-index:1;
}
.urn-business-cta .urn-btn{
  position:relative;
  z-index:1;
}
.urn-business-search{
  background:#fff;
  border:1px solid #dfe7f5;
  border-radius:20px;
  padding:18px;
  box-shadow:0 10px 30px rgba(0,43,102,.08);
  margin:0 0 22px;
}
.urn-business-search form{
  display:grid;
  grid-template-columns:1.3fr .9fr .9fr auto;
  gap:10px;
}
.urn-business-search input,
.urn-business-search select{
  width:100%;
  border:1px solid #cfdaf0;
  border-radius:14px;
  padding:13px 14px;
  color:#172033;
  background:#fff;
  font-weight:700;
}
.urn-business-search button{
  border:0;
  border-radius:999px;
  background:var(--urn-orange);
  color:#fff;
  font-weight:900;
  padding:12px 20px;
  box-shadow:0 8px 20px rgba(255,94,25,.22);
  cursor:pointer;
}
.urn-business-search button:hover{
  background:var(--urn-blue);
}
.urn-business-layout{
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  gap:22px;
  align-items:start;
  margin-bottom:36px;
}
.urn-business-filter{
  background:#fff;
  border:1px solid #dfe7f5;
  border-radius:20px;
  padding:18px;
  box-shadow:0 10px 30px rgba(0,43,102,.08);
  position:sticky;
  top:86px;
}
.urn-business-filter h3{
  margin:0 0 12px;
  color:var(--urn-blue);
  font-size:20px;
}
.urn-business-filter a{
  display:flex;
  justify-content:space-between;
  gap:8px;
  padding:9px 0;
  border-bottom:1px solid #eef2f8;
  color:#26344d;
  font-weight:800;
}
.urn-business-filter a:hover{
  color:var(--urn-orange);
}
.urn-business-count{
  color:#71809a;
  font-size:12px;
}
.urn-business-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.urn-business-card{
  background:#fff;
  border:1px solid #dfe7f5;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(0,43,102,.09);
  display:flex;
  flex-direction:column;
  min-width:0;
  transition:.18s ease;
}
.urn-business-card:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 42px rgba(0,43,102,.15);
  border-color:#cdd9ee;
}
.urn-business-image{
  height:178px;
  background:
    radial-gradient(circle at 20% 20%,rgba(255,94,25,.22),transparent 28%),
    linear-gradient(135deg,#eef4ff,#ffffff);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:22px;
  border-bottom:1px solid #e8eef8;
}
.urn-business-image img{
  display:block;
  max-width:100%;
  max-height:134px;
  width:auto;
  height:auto;
  object-fit:contain;
}
.urn-business-placeholder{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  color:var(--urn-blue);
  font-size:21px;
  font-weight:900;
  text-align:center;
}
.urn-business-body{
  padding:18px;
  display:flex;
  flex-direction:column;
  gap:10px;
  flex:1;
}
.urn-business-title{
  margin:0;
  font-size:21px;
  line-height:1.14;
  letter-spacing:-.3px;
}
.urn-business-title a{
  color:#111827;
}
.urn-business-title a:hover{
  color:var(--urn-orange);
}
.urn-business-tags{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}
.urn-business-tag{
  display:inline-flex;
  background:#eef4ff;
  color:var(--urn-blue);
  border-radius:999px;
  padding:6px 9px;
  font-size:11px;
  font-weight:900;
}
.urn-business-desc{
  color:#3a465c;
  font-size:14px;
  font-weight:700;
  line-height:1.45;
}
.urn-business-info{
  display:grid;
  gap:7px;
  margin-top:auto;
  color:#4b5870;
  font-size:13px;
  font-weight:800;
}
.urn-business-info span{
  display:flex;
  gap:7px;
  align-items:flex-start;
}
.urn-business-actions{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:4px;
}
.urn-business-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:9px 12px;
  font-size:12px;
  font-weight:900;
  background:var(--urn-blue);
  color:#fff;
}
.urn-business-actions a:hover{
  background:var(--urn-orange);
  color:#fff;
}
.urn-business-empty{
  background:#fff;
  border:1px dashed #c7d4ea;
  border-radius:20px;
  padding:24px;
  color:#65738c;
  font-weight:800;
}

/* Single bedrijvengids */
.urn-business-single{
  margin:28px auto 42px;
  max-width:1240px;
}
.urn-business-single-hero{
  background:#fff;
  border:1px solid #dfe7f5;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 16px 44px rgba(0,43,102,.11);
  display:grid;
  grid-template-columns:430px minmax(0,1fr);
}
.urn-business-single-image{
  min-height:360px;
  background:
    radial-gradient(circle at 24% 18%,rgba(255,94,25,.24),transparent 30%),
    linear-gradient(135deg,#eef4ff,#ffffff);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:34px;
  border-right:1px solid #e8eef8;
}
.urn-business-single-image img{
  max-width:100%;
  max-height:290px;
  object-fit:contain;
}
.urn-business-single-content{
  padding:34px;
}
.urn-business-single-content h1{
  margin:0 0 12px;
  color:#111827;
  font-size:40px;
  line-height:1.04;
  letter-spacing:-1px;
}
.urn-business-single-intro{
  color:#34425a;
  font-weight:800;
  font-size:17px;
  margin:0 0 18px;
}
.urn-business-detail-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin:20px 0;
}
.urn-business-detail{
  background:#f6f9ff;
  border:1px solid #e0e8f6;
  border-radius:15px;
  padding:12px;
}
.urn-business-detail small{
  display:block;
  color:#71809a;
  font-weight:900;
  text-transform:uppercase;
  font-size:10px;
  margin-bottom:3px;
}
.urn-business-detail strong,
.urn-business-detail a{
  color:#111827;
  font-weight:900;
  word-break:break-word;
}
.urn-business-single-text{
  background:#fff;
  border:1px solid #dfe7f5;
  border-radius:20px;
  padding:24px;
  box-shadow:0 10px 30px rgba(0,43,102,.08);
  margin-top:22px;
  color:#28364d;
  font-weight:700;
}
.urn-business-single-text h2{
  color:var(--urn-blue);
  margin:0 0 12px;
}
@media (max-width: 1250px){
  .urn-business-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width: 980px){
  .urn-business-hero,
  .urn-business-layout,
  .urn-business-single-hero{
    grid-template-columns:1fr;
  }
  .urn-business-filter{
    position:static;
  }
  .urn-business-search form{
    grid-template-columns:1fr;
  }
  .urn-business-single-image{
    border-right:0;
    border-bottom:1px solid #e8eef8;
  }
}
@media (max-width: 640px){
  .urn-business-grid,
  .urn-business-detail-grid{
    grid-template-columns:1fr;
  }
  .urn-business-hero{
    padding:24px;
  }
  .urn-business-hero h1,
  .urn-business-single-content h1{
    font-size:32px;
  }
}


/* Bedrijvengids paginering fix - versie 1.28 */
.urn-business-pagination{
  width:100% !important;
  clear:both !important;
  margin:34px 0 10px !important;
  padding:18px !important;
  background:#fff !important;
  border:1px solid #dfe7f5 !important;
  border-radius:20px !important;
  box-shadow:0 10px 30px rgba(0,43,102,.08) !important;
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
}
.urn-business-pagination-inner{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
}
.urn-business-pagination .urn-page-btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:44px !important;
  height:44px !important;
  padding:0 16px !important;
  border-radius:999px !important;
  border:1px solid #d7e2f4 !important;
  background:#f8fbff !important;
  color:#0043a6 !important;
  font-size:15px !important;
  font-weight:900 !important;
  line-height:1 !important;
  text-decoration:none !important;
  white-space:nowrap !important;
}
.urn-business-pagination .urn-page-btn:hover,
.urn-business-pagination .urn-page-current{
  background:#ff5e19 !important;
  border-color:#ff5e19 !important;
  color:#fff !important;
}
.urn-business-pagination .urn-page-prev,
.urn-business-pagination .urn-page-next{
  min-width:118px !important;
  background:#0043a6 !important;
  border-color:#0043a6 !important;
  color:#fff !important;
}
.urn-business-pagination .urn-page-prev:hover,
.urn-business-pagination .urn-page-next:hover{
  background:#ff5e19 !important;
  border-color:#ff5e19 !important;
  color:#fff !important;
}


/* Noodfix bedrijvengids layout - v1.32 */
html body .urn-business-hero,
html body .urn-business-search,
html body .urn-business-layout{
  width:min(1520px, calc(100% - 48px)) !important;
  max-width:1520px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

html body .urn-business-layout,
html body .urn-business-layout-full{
  display:block !important;
  grid-template-columns:none !important;
}

html body .urn-business-layout > section,
html body .urn-business-layout-full > section{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
}

html body .urn-business-filter{
  display:none !important;
}

html body .urn-business-grid,
html body .urn-business-layout-full .urn-business-grid{
  display:grid !important;
  grid-template-columns:repeat(auto-fit, minmax(320px, 1fr)) !important;
  gap:24px !important;
  width:100% !important;
  max-width:100% !important;
  align-items:stretch !important;
}

html body .urn-business-card{
  width:100% !important;
  min-width:0 !important;
  max-width:none !important;
}

html body .urn-business-title{
  font-size:24px !important;
  line-height:1.15 !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
}

html body .urn-business-desc,
html body .urn-business-info{
  word-break:normal !important;
  overflow-wrap:break-word !important;
  hyphens:none !important;
}

html body .urn-business-image{
  height:210px !important;
}

html body .urn-business-image img{
  max-height:160px !important;
}

@media (min-width: 1500px){
  html body .urn-business-grid,
  html body .urn-business-layout-full .urn-business-grid{
    grid-template-columns:repeat(3, minmax(320px, 1fr)) !important;
  }
}

@media (min-width: 1800px){
  html body .urn-business-grid,
  html body .urn-business-layout-full .urn-business-grid{
    grid-template-columns:repeat(4, minmax(320px, 1fr)) !important;
  }
}

@media (max-width: 760px){
  html body .urn-business-hero,
  html body .urn-business-search,
  html body .urn-business-layout{
    width:calc(100% - 28px) !important;
  }

  html body .urn-business-grid,
  html body .urn-business-layout-full .urn-business-grid{
    grid-template-columns:1fr !important;
  }
}


/* Kaart en adres veiliger + gecentreerd - v1.33 */
html body .urn-business-single{
  width:min(1240px, calc(100% - 48px)) !important;
  max-width:1240px !important;
  margin:34px auto 48px !important;
}
html body .urn-business-map-section{
  width:100% !important;
  max-width:100% !important;
  margin:24px auto 0 !important;
  background:#fff !important;
  border:1px solid #dfe7f5 !important;
  border-radius:22px !important;
  padding:22px !important;
  box-shadow:0 10px 30px rgba(0,43,102,.08) !important;
  overflow:hidden !important;
}
html body .urn-business-map-head{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:16px !important;
  margin-bottom:16px !important;
}
html body .urn-business-map-head h2{
  margin:0 0 4px !important;
  color:#0043a6 !important;
  font-size:24px !important;
  font-weight:900 !important;
}
html body .urn-business-map-head p{
  margin:0 !important;
  color:#34425a !important;
  font-size:15px !important;
  font-weight:800 !important;
}
html body .urn-business-map-head a,
html body .urn-business-route-button{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:999px !important;
  background:#ff5e19 !important;
  color:#fff !important;
  font-size:13px !important;
  font-weight:900 !important;
  text-decoration:none !important;
  padding:11px 16px !important;
  box-shadow:0 8px 20px rgba(255,94,25,.25) !important;
  white-space:nowrap !important;
}
html body .urn-business-map-head a:hover,
html body .urn-business-route-button:hover{
  background:#0043a6 !important;
  color:#fff !important;
}
html body .urn-business-map{
  width:100% !important;
  border-radius:18px !important;
  overflow:hidden !important;
  border:1px solid #dfe7f5 !important;
  background:#eef4ff !important;
}
html body .urn-business-map iframe{
  display:block !important;
  width:100% !important;
  height:390px !important;
  border:0 !important;
}
@media (max-width: 720px){
  html body .urn-business-map-head{
    align-items:flex-start !important;
    flex-direction:column !important;
  }
  html body .urn-business-map iframe{
    height:300px !important;
  }
}


/* Logo-koppeling detailpagina - v1.34 */
html body .urn-business-single-image{
  background:
    radial-gradient(circle at 18% 18%,rgba(255,94,25,.18),transparent 28%),
    linear-gradient(135deg,#f7fbff,#ffffff) !important;
}
html body .urn-business-single-image img{
  display:block !important;
  width:auto !important;
  height:auto !important;
  max-width:78% !important;
  max-height:300px !important;
  object-fit:contain !important;
  margin:auto !important;
}
html body .urn-business-image img{
  display:block !important;
  width:auto !important;
  height:auto !important;
  max-width:86% !important;
  max-height:160px !important;
  object-fit:contain !important;
  margin:auto !important;
}


/* Vaste nieuwsrubriek pagina's + menu update - v1.35 */
.urn-rubriek-header{
  background:
    radial-gradient(circle at 92% 18%,rgba(255,94,25,.12),transparent 28%),
    linear-gradient(135deg,#fff,#f5f9ff);
  border:1px solid #dfe7f5;
  border-radius:22px;
  padding:26px;
  box-shadow:0 10px 30px rgba(0,43,102,.08);
}
.urn-rubriek-kicker{
  display:inline-flex;
  background:#ff5e19;
  color:#fff;
  border-radius:999px;
  padding:7px 12px;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  margin-bottom:10px;
}
.urn-rubriek-count{
  display:flex;
  justify-content:space-between;
  gap:14px;
  background:#fff;
  border:1px solid #dfe7f5;
  border-radius:16px;
  padding:14px 16px;
  margin:18px 0;
  box-shadow:0 8px 24px rgba(0,43,102,.06);
}
.urn-rubriek-count strong{
  color:#0043a6;
  font-weight:900;
}
.urn-rubriek-count span{
  color:#71809a;
  font-weight:900;
  font-size:13px;
}
.urn-rubriek-pagination{
  display:flex;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
  margin:26px 0 0;
}
.urn-rubriek-pagination .page-numbers{
  min-width:40px;
  height:40px;
  padding:0 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid #d7e2f4;
  color:#0043a6;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-weight:900;
}
.urn-rubriek-pagination .current,
.urn-rubriek-pagination .page-numbers:hover{
  background:#ff5e19;
  border-color:#ff5e19;
  color:#fff;
}
@media (max-width: 640px){
  .urn-rubriek-count{
    flex-direction:column;
  }
}


/* Rubriek koppeling slimmer + menu schoon - v1.36 */
.urn-rubriek-debug{
  margin-top:12px !important;
  background:#eef4ff !important;
  color:#0043a6 !important;
  border-radius:12px !important;
  padding:10px 12px !important;
  font-size:13px !important;
  font-weight:800 !important;
}


/* Rubriek filter correctie - v1.37 */
.urn-rubriek-header p{
  max-width: 900px;
}


/* Rubriek filter definitief - v1.38 */
.urn-rubriek-debug{
  display:none !important;
}


/* Banner Management posities zoals voorbeeld - v1.39 */
.urn-header-ad-banner{
  flex:1;
  display:flex;
  justify-content:flex-end;
  min-width:320px;
}
.urn-header-bm{
  min-height:90px;
  width:100%;
}
.urn-home-banner-columns{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin:16px 0 18px;
  align-items:start;
}
.urn-home-banner-col,
.urn-home-banner-stack{
  display:grid;
  gap:12px;
}
.urn-home-banner-columns .urn-bm-slot,
.urn-home-banner-columns .urn-ad-placeholder{
  min-height:73px;
  border-radius:8px;
  width:100%;
  max-width:none;
}
.urn-home-banner-columns .urn-bm-strip{
  max-width:none;
}
.urn-home-banner-columns .urn-bm-empty{
  font-size:12px;
  opacity:.78;
}
.urn-home-banner-columns .urn-bm-empty small{
  font-size:10px;
}
.urn-section-grid-first,
.urn-section-grid-second{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.urn-section-grid-bottom{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.urn-bm-leaderboard.urn-ad-wide,
.urn-bm-slot.urn-bm-leaderboard{
  min-height:90px;
  margin:18px auto;
  max-width:970px;
  border-radius:10px;
}
.urn-sidebar .urn-bm-square{
  min-height:250px;
  width:100%;
  max-width:100%;
  margin-bottom:18px;
  border-radius:18px;
}
.urn-sidebar .urn-bm-empty{
  background:#fff;
}
.urn-bm-slot:not(.urn-bm-empty) img{
  border-radius:inherit;
}
.urn-bm-slot:not(.urn-bm-empty){
  background:transparent;
}
@media (max-width: 1100px){
  .urn-section-grid-first,
  .urn-section-grid-second,
  .urn-home-banner-columns{
    grid-template-columns:1fr;
  }
  .urn-section-grid-bottom{
    grid-template-columns:1fr;
  }
}
@media (max-width: 760px){
  .urn-header-ad-banner{
    width:100%;
    min-width:0;
  }
  .urn-home-banner-columns{
    gap:12px;
  }
}


/* Mobiele banner-volgorde onder juiste nieuwsblok - v1.40 */
.urn-section-grid-with-banners{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  align-items:start;
  margin-bottom:18px;
}
.urn-news-banner-column{
  display:grid;
  grid-template-rows:auto auto;
  gap:12px;
  min-width:0;
}
.urn-news-banner-column .urn-news-section{
  height:auto;
}
.urn-news-banner-column .urn-home-banner-stack{
  display:grid;
  gap:12px;
  margin:0;
}
.urn-news-banner-column .urn-bm-slot,
.urn-news-banner-column .urn-ad-placeholder{
  width:100%;
  max-width:none;
  min-height:73px;
  border-radius:8px;
}
.urn-news-banner-column .urn-bm-strip{
  max-width:none;
}
@media (max-width:1100px){
  .urn-section-grid-with-banners{
    grid-template-columns:1fr;
    gap:22px;
  }
  .urn-news-banner-column{
    gap:12px;
  }
}


/* Agenda en Thema banners - v1.41 */
.urn-section-grid-agenda-themas{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  align-items:start;
}
.urn-section-grid-agenda-themas .urn-news-banner-column{
  display:grid;
  grid-template-rows:auto auto;
  gap:12px;
}
.urn-section-grid-agenda-themas .urn-home-banner-stack{
  display:grid;
  gap:12px;
  margin:0;
}
.urn-section-grid-agenda-themas .urn-bm-slot,
.urn-section-grid-agenda-themas .urn-ad-placeholder{
  width:100%;
  max-width:none;
  min-height:73px;
  border-radius:8px;
}
.urn-section-grid-agenda-themas .urn-bm-strip{
  max-width:none;
}
@media (max-width:1100px){
  .urn-section-grid-agenda-themas{
    grid-template-columns:1fr !important;
  }
}


/* Homepage strak + logo naast 3 vaste topbanners - v1.47 */
.urn-header-polished{
  background:#fff;
  border-bottom:1px solid var(--urn-border);
}
.urn-header-band{
  display:grid;
  grid-template-columns:300px minmax(0,1fr);
  gap:18px;
  align-items:center;
  padding:12px 0 14px;
}
.urn-header-brand-col{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  min-width:0;
}
.urn-header-brand-col .urn-brand{
  width:100%;
  justify-content:flex-start;
}
.urn-header-brand-col .urn-brand img{
  max-height:82px;
  max-width:100%;
  width:auto;
  display:block;
}
.urn-logo-link{display:inline-flex;align-items:center;}
.urn-logo-link img{filter:drop-shadow(0 8px 18px rgba(0,67,166,.10));}
.urn-header-banner-col{
  min-width:0;
}
.urn-global-top-banners{
  padding:0;
}
.urn-global-top-banner-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  align-items:center;
}
.urn-global-top-banner{
  width:100% !important;
  max-width:none !important;
  min-height:73px !important;
  border-radius:10px !important;
}
.urn-global-top-banner img{
  width:100% !important;
  height:73px !important;
  object-fit:contain !important;
  background:#fff;
}
.urn-global-top-banner.urn-bm-empty{
  min-height:73px !important;
  background:linear-gradient(135deg,#fff,#f6f9ff) !important;
  border-color:#c7d7ef !important;
  color:#6b7892 !important;
}

/* Homepage rustiger en commerciëler */
.home .urn-main{
  padding-top:22px;
}
.home .urn-layout{
  align-items:start;
}
.home .urn-content{
  display:grid;
  gap:22px;
}
.home .urn-hero-grid{
  margin-top:0;
  border-radius:22px;
}
.home .urn-news-section{
  border-radius:20px;
  border:1px solid #dfe7f5;
  box-shadow:0 10px 30px rgba(0,43,102,.075);
}
.home .urn-section-head{
  align-items:center;
  border-bottom:1px solid #eef2f8;
  padding-bottom:12px;
}
.home .urn-section-title{
  letter-spacing:-.45px;
}
.home .urn-news-banner-column{
  gap:14px;
}
.home .urn-home-banner-stack{
  gap:10px !important;
}
.home .urn-bm-strip,
.home .urn-news-banner-column .urn-bm-slot,
.home .urn-news-banner-column .urn-ad-placeholder{
  min-height:73px !important;
  border-radius:10px !important;
}
.home .urn-bm-strip img{
  width:100%;
  height:73px;
  object-fit:contain;
  background:#fff;
}
.home .urn-section-grid-with-banners{
  gap:20px;
}
.home .urn-section-grid-agenda-themas{
  gap:20px;
}
.home .urn-quicklinks{
  border-radius:18px;
  box-shadow:0 8px 24px rgba(0,43,102,.06);
}
.urn-sidebar-latest{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px;
}
.urn-sidebar-latest li{
  margin:0;
  padding:0;
}
.urn-sidebar-latest a{
  display:block;
  padding:11px 0;
  border-bottom:1px solid #edf2fb;
}
.urn-sidebar-latest strong{
  display:block;
  color:#162033;
  line-height:1.25;
  font-size:15px;
}
.urn-sidebar-latest span{
  display:block;
  color:#71809a;
  font-size:12px;
  font-weight:800;
  margin-top:4px;
}
.urn-latest-card h3{
  color:var(--urn-blue);
}
@media (max-width:1280px){
  .urn-header-band{
    grid-template-columns:260px minmax(0,1fr);
  }
  .urn-global-top-banner-grid{
    gap:12px;
  }
}
@media (max-width:1100px){
  .urn-header-band{
    grid-template-columns:1fr;
    gap:12px;
  }
  .urn-header-brand-col{
    justify-content:flex-start;
  }
  .urn-global-top-banner-grid{
    grid-template-columns:1fr;
  }
  .urn-global-top-banner img{
    height:auto !important;
    max-height:90px !important;
  }
}
@media (max-width:760px){
  .urn-header-band{
    padding:12px 0 12px;
  }
  .urn-header-brand-col .urn-brand img{
    max-height:72px;
  }
  .urn-global-top-banner-grid{
    gap:10px;
  }
  .urn-global-top-banner{
    min-height:68px !important;
  }
}


/* Sidebar-advertenties weer op alle pagina's - v1.43 */
.urn-sidebar .urn-bm-square,
.urn-sidebar .urn-ad-square{
  min-height:250px;
  width:100%;
  max-width:100%;
  margin-bottom:18px;
  border-radius:18px;
}
.urn-sidebar .urn-bm-square img,
.urn-sidebar .urn-ad-square img{
  width:100%;
  max-width:100%;
  height:auto;
  object-fit:contain;
}


/* Logo transparant + header kleurmatch - v1.48 */
.urn-header-polished{
  background:#fff !important;
}
.urn-header-band{
  grid-template-columns:360px minmax(0,1fr) !important;
  gap:18px !important;
  padding:10px 0 12px !important;
}
.urn-header-brand-col{
  min-height:80px !important;
}
.urn-header-brand-col .urn-brand{
  align-items:center !important;
}
.urn-header-brand-col .urn-logo-link{
  display:flex !important;
  align-items:center !important;
  background:transparent !important;
  box-shadow:none !important;
  border:0 !important;
}
.urn-header-brand-col .urn-logo-link img{
  width:360px !important;
  max-width:100% !important;
  height:auto !important;
  max-height:none !important;
  display:block !important;
  background:transparent !important;
  box-shadow:none !important;
  filter:drop-shadow(0 6px 12px rgba(0,67,166,.10)) !important;
}
.urn-global-top-banner-grid{
  align-items:center !important;
}
.urn-global-top-banner{
  min-height:73px !important;
}
@media (max-width:1280px){
  .urn-header-band{
    grid-template-columns:320px minmax(0,1fr) !important;
  }
  .urn-header-brand-col .urn-logo-link img{
    width:320px !important;
  }
}
@media (max-width:1100px){
  .urn-header-band{
    grid-template-columns:1fr !important;
  }
  .urn-header-brand-col{
    min-height:0 !important;
  }
  .urn-header-brand-col .urn-logo-link img{
    width:360px !important;
  }
}
@media (max-width:600px){
  .urn-header-brand-col .urn-logo-link img{
    width:300px !important;
  }
}


/* Header spacing hotfix - v1.49 */
.urn-header-polished{
  padding-top: 8px !important;
  padding-bottom: 12px !important;
}
.urn-header-band{
  grid-template-columns: 320px minmax(0,1fr) !important;
  align-items: center !important;
  gap: 24px !important;
  padding: 10px 0 16px !important;
  min-height: 96px !important;
}
.urn-header-brand-col{
  min-height: 96px !important;
  display:flex !important;
  align-items:center !important;
}
.urn-header-brand-col .urn-brand,
.urn-header-brand-col .urn-logo-link{
  display:flex !important;
  align-items:center !important;
}
.urn-header-brand-col .urn-logo-link img{
  width: 300px !important;
  max-width: 100% !important;
  height: auto !important;
  display:block !important;
}
.urn-global-top-banners,
.urn-header-banner-col{
  display:flex !important;
  align-items:center !important;
}
.urn-global-top-banner-grid{
  width:100% !important;
  align-items:center !important;
}
.urn-nav-wrap{
  margin-top: 6px !important;
  clear: both !important;
}
@media (max-width: 1280px){
  .urn-header-band{
    grid-template-columns: 280px minmax(0,1fr) !important;
  }
  .urn-header-brand-col .urn-logo-link img{
    width: 270px !important;
  }
}
@media (max-width: 1100px){
  .urn-header-polished{
    padding-bottom: 8px !important;
  }
  .urn-header-band{
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    padding: 8px 0 12px !important;
  }
  .urn-header-brand-col{
    min-height: 0 !important;
  }
  .urn-header-brand-col .urn-logo-link img{
    width: 300px !important;
  }
  .urn-nav-wrap{
    margin-top: 0 !important;
  }
}
@media (max-width: 600px){
  .urn-header-brand-col .urn-logo-link img{
    width: 240px !important;
  }
}


/* Header logo full-width fix - v1.50 */
.urn-header-polished{
  padding-top: 8px !important;
  padding-bottom: 12px !important;
}
.urn-header-band{
  grid-template-columns: 420px minmax(0,1fr) !important;
  gap: 22px !important;
  align-items: center !important;
  padding: 8px 0 14px !important;
  min-height: 100px !important;
}
.urn-header-brand-col,
.urn-header-brand-col .urn-brand,
.urn-header-brand-col .urn-logo-link{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  min-width:0 !important;
  overflow:visible !important;
}
.urn-header-brand-col{
  min-height: 88px !important;
}
.urn-header-brand-col .urn-logo-link{
  width: 380px !important;
  max-width: 100% !important;
}
.urn-header-brand-col .urn-logo-link img{
  width: 380px !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  display:block !important;
  overflow:visible !important;
}
.urn-header-banner-col,
.urn-global-top-banners{
  min-width: 0 !important;
}
.urn-global-top-banner-grid{
  grid-template-columns: repeat(3, minmax(0,1fr)) !important;
  gap: 14px !important;
  align-items: center !important;
}
.urn-nav-wrap{
  margin-top: 6px !important;
}
@media (max-width: 1500px){
  .urn-header-band{
    grid-template-columns: 390px minmax(0,1fr) !important;
  }
  .urn-header-brand-col .urn-logo-link,
  .urn-header-brand-col .urn-logo-link img{
    width: 350px !important;
  }
}
@media (max-width: 1280px){
  .urn-header-band{
    grid-template-columns: 340px minmax(0,1fr) !important;
  }
  .urn-header-brand-col .urn-logo-link,
  .urn-header-brand-col .urn-logo-link img{
    width: 320px !important;
  }
}
@media (max-width: 1100px){
  .urn-header-band{
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    min-height: 0 !important;
    padding: 8px 0 12px !important;
  }
  .urn-header-brand-col{
    min-height: 0 !important;
  }
  .urn-header-brand-col .urn-logo-link,
  .urn-header-brand-col .urn-logo-link img{
    width: 320px !important;
  }
  .urn-nav-wrap{
    margin-top: 0 !important;
  }
}
@media (max-width: 600px){
  .urn-header-brand-col .urn-logo-link,
  .urn-header-brand-col .urn-logo-link img{
    width: 240px !important;
  }
}


/* NIEUW LOGO TERUG + NIET AFSNIJDEN - v1.52 */
.urn-header-polished{
  background:#fff !important;
  padding:10px 0 12px !important;
  border-bottom:1px solid #d9e1f2 !important;
  overflow:visible !important;
}
.urn-header-band{
  display:grid !important;
  grid-template-columns:410px minmax(0,1fr) !important;
  gap:22px !important;
  align-items:center !important;
  min-height:92px !important;
  padding:0 !important;
  overflow:visible !important;
}
.urn-header-brand-col,
.urn-header-brand-col .urn-brand,
.urn-header-brand-col .urn-logo-link{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  overflow:visible !important;
  background:transparent !important;
  box-shadow:none !important;
  border:0 !important;
}
.urn-header-brand-col{
  width:410px !important;
  min-width:410px !important;
  max-width:410px !important;
  min-height:86px !important;
}
.urn-header-brand-col .urn-brand{
  width:410px !important;
  max-width:410px !important;
  min-width:0 !important;
}
.urn-header-brand-col .urn-logo-link{
  width:390px !important;
  max-width:390px !important;
  line-height:0 !important;
}
.urn-header-brand-col .urn-logo-link img{
  width:390px !important;
  max-width:390px !important;
  height:auto !important;
  max-height:none !important;
  min-height:0 !important;
  display:block !important;
  object-fit:contain !important;
  object-position:left center !important;
  background:transparent !important;
  box-shadow:none !important;
  border:0 !important;
  filter:none !important;
  overflow:visible !important;
}
.urn-header-banner-col,
.urn-global-top-banners{
  min-width:0 !important;
  width:100% !important;
  padding:0 !important;
  margin:0 !important;
  overflow:visible !important;
}
.urn-global-top-banner-grid{
  width:100% !important;
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:14px !important;
  align-items:center !important;
}
.urn-global-top-banner{
  min-height:73px !important;
}
.urn-nav-wrap{
  margin-top:0 !important;
  clear:both !important;
}
@media (max-width:1500px){
  .urn-header-band{
    grid-template-columns:370px minmax(0,1fr) !important;
  }
  .urn-header-brand-col,
  .urn-header-brand-col .urn-brand{
    width:370px !important;
    min-width:370px !important;
    max-width:370px !important;
  }
  .urn-header-brand-col .urn-logo-link,
  .urn-header-brand-col .urn-logo-link img{
    width:355px !important;
    max-width:355px !important;
  }
}
@media (max-width:1280px){
  .urn-header-band{
    grid-template-columns:330px minmax(0,1fr) !important;
  }
  .urn-header-brand-col,
  .urn-header-brand-col .urn-brand{
    width:330px !important;
    min-width:330px !important;
    max-width:330px !important;
  }
  .urn-header-brand-col .urn-logo-link,
  .urn-header-brand-col .urn-logo-link img{
    width:315px !important;
    max-width:315px !important;
  }
}
@media (max-width:1100px){
  .urn-header-band{
    grid-template-columns:1fr !important;
    gap:12px !important;
    min-height:0 !important;
  }
  .urn-header-brand-col,
  .urn-header-brand-col .urn-brand{
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    min-height:0 !important;
  }
  .urn-header-brand-col .urn-logo-link,
  .urn-header-brand-col .urn-logo-link img{
    width:350px !important;
    max-width:350px !important;
  }
  .urn-global-top-banner-grid{
    grid-template-columns:1fr !important;
  }
}
@media (max-width:600px){
  .urn-header-brand-col .urn-logo-link,
  .urn-header-brand-col .urn-logo-link img{
    width:270px !important;
    max-width:270px !important;
  }
}


/* v1.58 - herstel: bovenlogo blijft zoals v1.52 */

/* Topbalk: Verkeer daar weg, zodat Verkeer alleen in hoofdmenu staat */
.urn-toplinks a[href*="verkeer"],
.urn-top-menu a[href*="verkeer"],
.urn-toplinks li:has(a[href*="verkeer"]),
.urn-top-menu li:has(a[href*="verkeer"]){
  display:none !important;
}

/* Hoofdmenu rustiger en netter */
.urn-nav-wrap{
  background:linear-gradient(90deg,#003985,#0048b2 50%,#003985) !important;
  border-bottom:4px solid #ff5e19 !important;
  box-shadow:0 8px 20px rgba(0,43,102,.20) !important;
}
.urn-nav-inner{
  min-height:52px !important;
}
.urn-main-menu-fixed{
  display:flex !important;
  align-items:center !important;
  flex:1 1 auto !important;
}
.urn-main-menu-fixed a{
  padding:17px 13px !important;
  font-size:13px !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
  color:#fff !important;
  border-left:1px solid rgba(255,255,255,.10) !important;
  letter-spacing:.12px !important;
}
.urn-main-menu-fixed a:hover{
  background:rgba(255,255,255,.16) !important;
}
.urn-home-tab{
  height:52px !important;
  width:56px !important;
  border-radius:0 !important;
}
.urn-search{
  height:52px !important;
}

/* Footer: geen logo-afbeelding op blauw, maar nette leesbare tekst-branding */
.urn-footer-wordmark{
  margin-bottom:22px !important;
}
.urn-footer-wordmark-main{
  display:block !important;
  font-size:34px !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:-1.2px !important;
}
.urn-footer-wordmark-main span{
  color:#fff !important;
}
.urn-footer-wordmark-main strong{
  color:#ff6a21 !important;
}
.urn-footer-wordmark small{
  display:block !important;
  color:#d9e8ff !important;
  font-weight:800 !important;
  margin-top:8px !important;
}
.urn-site-footer p,
.urn-footer p{
  color:#eef5ff !important;
}

/* Homepage luxere afwerking zonder header/logo aan te raken */
body.home{
  background:
    radial-gradient(circle at top left, rgba(0,67,166,.08), transparent 34%),
    radial-gradient(circle at top right, rgba(255,94,25,.07), transparent 30%),
    #f4f6fb !important;
}
.home .urn-main{
  padding-top:26px !important;
}
.home .urn-layout{
  gap:28px !important;
}
.home .urn-content{
  gap:26px !important;
}
.home .urn-hero-grid{
  border-radius:26px !important;
  overflow:hidden !important;
  box-shadow:0 18px 45px rgba(0,43,102,.14) !important;
  border:1px solid rgba(255,255,255,.65) !important;
  background:#fff !important;
}
.home .urn-news-section{
  border-radius:24px !important;
  border:1px solid #dce6f6 !important;
  background:#fff !important;
  box-shadow:0 14px 36px rgba(0,43,102,.09) !important;
  overflow:hidden !important;
}
.home .urn-section-head{
  padding:18px 18px 13px !important;
  margin:0 !important;
  border-bottom:1px solid #eef3fb !important;
  background:linear-gradient(135deg,#fff,#f8fbff) !important;
}
.home .urn-section-title{
  font-size:25px !important;
  letter-spacing:-.55px !important;
}
.home .urn-section-title:before{
  content:"" !important;
  display:inline-block !important;
  width:8px !important;
  height:24px !important;
  border-radius:999px !important;
  background:#ff5e19 !important;
  margin-right:9px !important;
  vertical-align:-5px !important;
}
.home .urn-card{
  border-radius:18px !important;
  transition:transform .18s ease, box-shadow .18s ease !important;
}
.home .urn-card:hover{
  transform:translateY(-3px) !important;
  box-shadow:0 12px 28px rgba(0,43,102,.12) !important;
}
.home .urn-news-banner-column .urn-bm-slot,
.home .urn-news-banner-column .urn-ad-placeholder{
  border-radius:13px !important;
  box-shadow:0 8px 20px rgba(0,43,102,.07) !important;
  background:#fff !important;
}
@media (max-width:1500px){
  .urn-main-menu-fixed a{
    padding-left:10px !important;
    padding-right:10px !important;
    font-size:12.5px !important;
  }
}
@media (max-width:800px){
  .urn-main-menu-fixed{
    display:none !important;
    width:100% !important;
    flex-direction:column !important;
    align-items:stretch !important;
  }
  .urn-main-menu-fixed.is-open{
    display:flex !important;
  }
  .urn-main-menu-fixed a{
    border-left:0 !important;
    border-top:1px solid rgba(255,255,255,.10) !important;
    font-size:14px !important;
  }
}


/* v1.59 - nieuw footer-logo geïmplementeerd, bovenlogo blijft ongemoeid */
.urn-footer-logo{
  display:block !important;
  margin:0 0 22px !important;
  max-width:360px !important;
}
.urn-footer-logo img{
  width:360px !important;
  max-width:100% !important;
  height:auto !important;
  display:block !important;
  object-fit:contain !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  filter:none !important;
}
.urn-footer-wordmark{
  display:none !important;
}
@media (max-width:600px){
  .urn-footer-logo{
    max-width:300px !important;
  }
  .urn-footer-logo img{
    width:300px !important;
  }
}


/* v1.61 - footer-logo echt vervangen in footer.php */
.urn-footer-brand > .urn-logo-link,
.urn-footer-brand > .urn-brand,
.urn-footer-brand > img:not(.keep){
  display:none !important;
}
.urn-footer-logo-v161{
  display:block !important;
  width:100% !important;
  max-width:390px !important;
  margin:0 0 22px !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  line-height:0 !important;
}
.urn-footer-logo-v161 img{
  display:block !important;
  width:390px !important;
  max-width:100% !important;
  height:auto !important;
  object-fit:contain !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  filter:none !important;
  opacity:1 !important;
  visibility:visible !important;
}
@media (max-width:600px){
  .urn-footer-logo-v161{
    max-width:310px !important;
  }
  .urn-footer-logo-v161 img{
    width:310px !important;
  }
}


/* v1.62 - Verkeerblok homepage weg + 4 grote partnerbanners */
.home .urn-traffic,
.home .urn-traffic-section,
.home #verkeer,
.home .urn-news-section[id="verkeer"]{
  display:none !important;
}

.home .urn-advertiser-block,
.home .urn-advertisers,
.home .urn-advertiser-grid{
  display:none !important;
}

.urn-partners-section{
  margin-top:26px !important;
  border-radius:26px !important;
  border:1px solid #dce6f6 !important;
  background:#fff !important;
  box-shadow:0 16px 40px rgba(0,43,102,.09) !important;
  overflow:hidden !important;
}

.urn-partners-section .urn-section-head{
  padding:18px 20px 14px !important;
  border-bottom:1px solid #eef3fb !important;
  background:linear-gradient(135deg,#fff,#f8fbff) !important;
}

.urn-partners-banner-grid{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:18px !important;
  padding:20px !important;
}

.urn-partner-banner,
.urn-bm-partner{
  width:100% !important;
  min-height:150px !important;
  height:150px !important;
  max-width:none !important;
  border-radius:18px !important;
  background:linear-gradient(135deg,#ffffff,#f7faff) !important;
  box-shadow:0 10px 26px rgba(0,43,102,.075) !important;
  overflow:hidden !important;
}

.urn-partner-banner img,
.urn-bm-partner img{
  width:100% !important;
  height:150px !important;
  object-fit:contain !important;
  background:#fff !important;
}

.urn-partner-banner.urn-bm-empty,
.urn-bm-partner.urn-bm-empty{
  border:2px dashed #b8ccef !important;
  color:#6d7b96 !important;
  font-size:17px !important;
}

@media (max-width:900px){
  .urn-partners-banner-grid{
    grid-template-columns:1fr !important;
  }
}


/* v1.63 - 112 categorie fallback melding */
.urn-archive-notice{
  margin:0 0 18px !important;
  padding:12px 16px !important;
  border-radius:14px !important;
  background:#eef5ff !important;
  color:#0043a6 !important;
  font-weight:800 !important;
  border:1px solid #cfe0f8 !important;
}


/* v1.64 - functionele nieuwsbrief in sidebar */
.urn-newsletter-functional .urn-btn,
.urn-newsletter .urn-btn{
  width:100% !important;
  justify-content:center !important;
}
.urn-newsletter-functional input[type="email"],
.urn-newsletter-functional input[type="text"]{
  box-sizing:border-box !important;
}


/* v1.65 - nieuwsbrief formulier netjes onder elkaar */
.urn-sidebar .urn-newsletter,
.urn-newsletter-functional{
  background:linear-gradient(135deg,#0043a6,#003985) !important;
  color:#fff !important;
  padding:28px !important;
  border-radius:22px !important;
  box-shadow:0 14px 36px rgba(0,43,102,.18) !important;
}

.urn-sidebar .urn-newsletter h3,
.urn-newsletter-functional h3{
  color:#fff !important;
  font-size:30px !important;
  line-height:1.05 !important;
  margin:0 0 14px !important;
}

.urn-sidebar .urn-newsletter p,
.urn-newsletter-functional p{
  color:#eef5ff !important;
  font-size:17px !important;
  line-height:1.45 !important;
  margin:0 0 20px !important;
}

.urn-sidebar .urn-newsletter form.urn-newsletter-form,
.urn-newsletter-functional form.urn-newsletter-form{
  display:flex !important;
  flex-direction:column !important;
  align-items:stretch !important;
  gap:12px !important;
  width:100% !important;
  margin:0 !important;
}

.urn-sidebar .urn-newsletter-form input[type="text"],
.urn-sidebar .urn-newsletter-form input[type="email"],
.urn-newsletter-functional .urn-newsletter-form input[type="text"],
.urn-newsletter-functional .urn-newsletter-form input[type="email"]{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  height:48px !important;
  min-height:48px !important;
  padding:0 15px !important;
  box-sizing:border-box !important;
  border-radius:13px !important;
  border:2px solid rgba(255,255,255,.55) !important;
  background:#fff !important;
  color:#152033 !important;
  font-size:15px !important;
  font-weight:700 !important;
  line-height:48px !important;
  box-shadow:none !important;
}

.urn-sidebar .urn-newsletter-form input::placeholder,
.urn-newsletter-functional .urn-newsletter-form input::placeholder{
  color:#7b879c !important;
  opacity:1 !important;
}

.urn-sidebar .urn-newsletter-consent,
.urn-newsletter-functional .urn-newsletter-consent{
  display:grid !important;
  grid-template-columns:20px minmax(0,1fr) !important;
  gap:10px !important;
  align-items:start !important;
  width:100% !important;
  margin:2px 0 4px !important;
  color:#eef5ff !important;
  font-size:12.5px !important;
  line-height:1.45 !important;
  font-weight:700 !important;
}

.urn-sidebar .urn-newsletter-consent input[type="checkbox"],
.urn-newsletter-functional .urn-newsletter-consent input[type="checkbox"]{
  width:18px !important;
  height:18px !important;
  min-width:18px !important;
  margin:2px 0 0 !important;
  accent-color:#ff5e19 !important;
}

.urn-sidebar .urn-newsletter-consent span,
.urn-newsletter-functional .urn-newsletter-consent span{
  color:#eef5ff !important;
  opacity:1 !important;
}

.urn-sidebar .urn-newsletter .urn-btn,
.urn-newsletter-functional .urn-btn{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  height:52px !important;
  min-height:52px !important;
  padding:0 18px !important;
  border-radius:14px !important;
  background:#ff5e19 !important;
  color:#fff !important;
  font-size:15px !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
  letter-spacing:.3px !important;
  border:0 !important;
  box-shadow:0 9px 22px rgba(255,94,25,.28) !important;
}

.urn-sidebar .urn-newsletter .urn-btn:hover,
.urn-newsletter-functional .urn-btn:hover{
  background:#ff7a3d !important;
  transform:translateY(-1px) !important;
}

.urn-newsletter-hp{
  position:absolute !important;
  left:-9999px !important;
  top:auto !important;
  width:1px !important;
  height:1px !important;
  opacity:0 !important;
  overflow:hidden !important;
  pointer-events:none !important;
}

.urn-sidebar .urn-newsletter-message,
.urn-newsletter-functional .urn-newsletter-message{
  margin:0 0 10px !important;
  width:100% !important;
}

@media (max-width:600px){
  .urn-sidebar .urn-newsletter,
  .urn-newsletter-functional{
    padding:22px !important;
  }
  .urn-sidebar .urn-newsletter h3,
  .urn-newsletter-functional h3{
    font-size:26px !important;
  }
}


/* Regio-kiezer / siteswitcher boven footer - v1.68 */
.urn-region-directory{
  margin:22px 0 24px;
  padding:22px;
  border:1px solid #dbe6f5;
  border-radius:24px;
  background:
    radial-gradient(circle at 92% 12%,rgba(0,67,166,.10),transparent 30%),
    linear-gradient(135deg,#ffffff,#eef5ff);
  box-shadow:0 14px 38px rgba(0,43,102,.09);
}
.urn-region-directory-home{
  margin:26px 0 28px;
}
.urn-region-directory-footer-top{
  margin:34px 0 0;
}
.urn-region-directory-intro{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  text-align:left;
  margin-bottom:18px;
}
.urn-region-directory-icon{
  width:58px;
  height:58px;
  border-radius:18px;
  display:grid;
  place-items:center;
  color:#fff;
  background:
    radial-gradient(circle at 32% 28%,rgba(255,255,255,.40),transparent 20%),
    conic-gradient(from 210deg,var(--urn-orange),var(--urn-blue),var(--urn-cyan),var(--urn-blue-dark),var(--urn-orange));
  box-shadow:0 14px 32px rgba(0,43,102,.22);
  font-size:30px;
  position:relative;
}
.urn-region-directory-icon::after{
  content:"";
  position:absolute;
  inset:-6px;
  border:2px solid rgba(0,67,166,.12);
  border-radius:22px;
  transform:rotate(9deg);
}
.urn-region-directory h2{
  margin:0 0 3px;
  color:var(--urn-blue-dark);
  font-size:26px;
  line-height:1.1;
  letter-spacing:-.4px;
}
.urn-region-directory p{
  margin:0;
  color:#48546b;
  font-weight:700;
}
.urn-region-directory-cards{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}
.urn-region-card{
  min-height:142px;
  background:#fff;
  border:1px solid #d8e4f5;
  border-radius:18px;
  padding:16px 14px 14px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:8px;
  text-align:center;
  color:#12213d;
  box-shadow:0 10px 26px rgba(0,43,102,.08);
  position:relative;
  overflow:hidden;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.urn-region-card::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:6px;
  background:var(--urn-blue);
}
.urn-region-card:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 34px rgba(0,43,102,.14);
  color:#12213d;
}
.urn-region-card-art{
  display:grid;
  place-items:center;
  margin:0 auto 2px;
  width:54px;
  height:54px;
  border-radius:18px;
  font-size:30px;
  color:var(--urn-blue);
  background:#eef5ff;
}
.urn-region-card strong{
  display:block;
  font-size:18px;
  line-height:1.12;
}
.urn-region-card span:last-child{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  min-height:34px;
  padding:8px 10px;
  border-radius:999px;
  color:#fff;
  background:var(--urn-blue);
  font-size:13px;
  font-weight:900;
}
.urn-region-card-green::before,.urn-region-card-green span:last-child{background:var(--urn-green)}
.urn-region-card-green .urn-region-card-art{color:var(--urn-green);background:#edf9f0}
.urn-region-card-blue::before,.urn-region-card-blue span:last-child{background:var(--urn-blue)}
.urn-region-card-blue .urn-region-card-art{color:var(--urn-blue);background:#eef5ff}
.urn-region-card-purple::before,.urn-region-card-purple span:last-child{background:var(--urn-purple)}
.urn-region-card-purple .urn-region-card-art{color:var(--urn-purple);background:#f3efff}
.urn-region-card-orange::before,.urn-region-card-orange span:last-child{background:var(--urn-orange)}
.urn-region-card-orange .urn-region-card-art{color:var(--urn-orange);background:#fff3ed}
.urn-region-card-cyan::before,.urn-region-card-cyan span:last-child{background:var(--urn-cyan)}
.urn-region-card-cyan .urn-region-card-art{color:var(--urn-cyan);background:#eefbff}
.urn-region-card.is-current{
  border-color:var(--urn-orange);
  box-shadow:0 16px 38px rgba(255,94,25,.16);
}
.urn-region-card.is-current::after{
  content:"Huidige regio";
  position:absolute;
  top:10px;
  right:10px;
  background:var(--urn-orange);
  color:#fff;
  border-radius:999px;
  padding:4px 8px;
  font-size:10px;
  font-weight:900;
  text-transform:uppercase;
}
.urn-region-directory-note{
  margin-top:14px;
  text-align:center;
  color:var(--urn-blue-dark);
  font-weight:800;
}
.urn-footer-region-links li a{
  display:flex;
  justify-content:space-between;
  gap:10px;
}
.urn-footer-region-links li a::after{
  content:"›";
  opacity:.75;
}
@media (max-width:1180px){
  .urn-region-directory-cards{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:800px){
  .urn-region-directory{padding:18px;border-radius:20px}
  .urn-region-directory-intro{justify-content:flex-start;text-align:left}
  .urn-region-directory-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .urn-region-directory h2{font-size:22px}
}
@media (max-width:520px){
  .urn-region-directory-cards{grid-template-columns:1fr}
  .urn-region-card{min-height:116px}
}

/* v1.69 - Mobiele versie: duidelijker, rustiger en beter scanbaar op alle pagina's */
html, body{
  max-width:100%;
  overflow-x:hidden;
}

@media (max-width:900px){
  body{
    background:#f6f8fc !important;
    font-size:15.5px !important;
    line-height:1.55 !important;
    -webkit-text-size-adjust:100%;
  }
  .urn-container{
    width:calc(100% - 18px) !important;
    max-width:none !important;
  }
  .urn-main{
    padding-top:12px !important;
    padding-bottom:26px !important;
  }

  /* Bovenbalk */
  .urn-topline{
    font-size:12px !important;
  }
  .urn-topline-inner{
    height:34px !important;
    padding:0 !important;
  }
  .urn-breaking{
    gap:7px !important;
    width:100% !important;
  }
  .urn-breaking strong{
    flex:0 0 auto !important;
    background:rgba(255,255,255,.16) !important;
    padding:3px 7px !important;
    border-radius:999px !important;
    font-size:11px !important;
  }
  .urn-breaking-time{
    font-size:11px !important;
  }
  .urn-breaking-link,
  .urn-breaking-marquee{
    min-width:0 !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    white-space:nowrap !important;
  }

  /* Header met logo + banners */
  .urn-header-band{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    padding:11px 0 !important;
  }
  .urn-header-brand-col{
    justify-content:center !important;
    text-align:center !important;
  }
  .urn-header-brand-col .urn-brand,
  .urn-brand{
    justify-content:center !important;
    gap:8px !important;
  }
  .urn-header-brand-col .urn-brand img,
  .urn-brand img{
    max-height:58px !important;
    max-width:240px !important;
  }
  .urn-global-top-banner-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:8px !important;
  }
  .urn-global-top-banner:nth-child(n+2){
    display:none !important;
  }
  .urn-global-top-banner,
  .urn-global-top-banner img{
    min-height:58px !important;
    height:58px !important;
    border-radius:10px !important;
  }
  .urn-global-top-banner.urn-bm-empty{
    min-height:58px !important;
    font-size:11px !important;
  }

  /* Mobiel hoofdmenu */
  .urn-nav-wrap{
    position:sticky !important;
    top:0 !important;
    z-index:999 !important;
    box-shadow:0 8px 24px rgba(0,43,102,.20) !important;
  }
  .admin-bar .urn-nav-wrap{
    top:46px !important;
  }
  .urn-nav-inner{
    min-height:54px !important;
    display:grid !important;
    grid-template-columns:54px minmax(0,1fr) 44px !important;
    gap:0 !important;
    align-items:center !important;
  }
  .urn-home-tab{
    width:46px !important;
    height:46px !important;
    margin:4px 0 !important;
    border-radius:12px !important;
    font-size:18px !important;
  }
  .urn-menu-toggle{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:8px !important;
    width:100% !important;
    min-height:46px !important;
    margin:4px 0 !important;
    padding:0 12px !important;
    border-radius:12px !important;
    background:rgba(255,255,255,.12) !important;
    color:#fff !important;
    font-size:14px !important;
    text-transform:uppercase !important;
    letter-spacing:.2px !important;
  }
  .urn-search{
    display:grid !important;
    place-items:center !important;
    width:44px !important;
    height:46px !important;
    margin:4px 0 4px 6px !important;
    border-radius:12px !important;
    background:rgba(255,255,255,.10) !important;
    font-size:22px !important;
  }
  .urn-main-menu{
    grid-column:1 / -1 !important;
    width:100% !important;
    margin:0 0 8px !important;
    padding:8px !important;
    border-radius:0 0 18px 18px !important;
    background:#002e78 !important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.12) !important;
  }
  .urn-main-menu.is-open{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:8px !important;
  }
  .urn-main-menu li{
    width:100% !important;
  }
  .urn-main-menu a{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:44px !important;
    padding:10px 9px !important;
    border-radius:12px !important;
    background:rgba(255,255,255,.08) !important;
    font-size:12px !important;
    line-height:1.15 !important;
    text-align:center !important;
    letter-spacing:0 !important;
  }
  .urn-main-menu a:hover,
  .urn-main-menu .current-menu-item>a{
    background:var(--urn-orange) !important;
  }

  /* Algemene kaarten en layout */
  .urn-layout{
    display:block !important;
  }
  .urn-content{
    width:100% !important;
  }
  .urn-card,
  .urn-news-section,
  .urn-sidebar-card,
  .urn-archive-header,
  .urn-article,
  .urn-advertisers{
    border-radius:18px !important;
    box-shadow:0 8px 24px rgba(0,43,102,.07) !important;
  }
  .urn-card:hover,
  .home .urn-card:hover,
  .urn-region-card:hover{
    transform:none !important;
  }

  /* Homepage hero */
  .urn-hero-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
    margin-top:10px !important;
  }
  .urn-card-large .urn-card-image{
    height:245px !important;
  }
  .urn-card-large .urn-card-title{
    left:15px !important;
    right:15px !important;
    bottom:42px !important;
    font-size:24px !important;
    line-height:1.12 !important;
    letter-spacing:-.35px !important;
    display:-webkit-box !important;
    -webkit-line-clamp:3 !important;
    -webkit-box-orient:vertical !important;
    overflow:hidden !important;
  }
  .urn-card-large .urn-label{
    left:15px !important;
    bottom:104px !important;
  }
  .urn-card-large .urn-meta{
    left:15px !important;
    bottom:15px !important;
  }
  .urn-card-medium .urn-card-image{
    height:170px !important;
  }
  .urn-card-medium .urn-card-title{
    font-size:18px !important;
    line-height:1.16 !important;
    bottom:37px !important;
  }
  .urn-card-list{
    gap:12px !important;
  }

  /* Snel naar */
  .urn-quicklinks{
    flex-wrap:nowrap !important;
    overflow-x:auto !important;
    gap:8px !important;
    margin:14px -9px 16px !important;
    padding:0 9px 2px !important;
    scroll-snap-type:x proximity !important;
    -webkit-overflow-scrolling:touch !important;
  }
  .urn-quicklinks strong,
  .urn-quicklinks a{
    flex:0 0 auto !important;
    scroll-snap-align:start !important;
  }
  .urn-quicklinks a{
    min-height:38px !important;
    display:flex !important;
    align-items:center !important;
    padding:8px 13px !important;
    font-size:12.5px !important;
  }

  /* Nieuwsrubrieken */
  .urn-section-grid,
  .urn-section-grid-with-banners,
  .urn-section-grid-agenda-themas{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:16px !important;
    margin-top:16px !important;
  }
  .urn-news-section{
    padding:14px !important;
  }
  .urn-section-head{
    align-items:flex-start !important;
    gap:8px !important;
    margin-bottom:12px !important;
  }
  .urn-section-title{
    font-size:18px !important;
    line-height:1.08 !important;
  }
  .urn-section-more{
    font-size:12px !important;
    padding-top:2px !important;
  }
  .urn-card-small{
    grid-template-columns:94px minmax(0,1fr) !important;
    min-height:104px !important;
    border-radius:16px !important;
  }
  .urn-card-small .urn-card-image{
    height:84px !important;
    min-height:84px !important;
    margin:9px 0 9px 9px !important;
    border-radius:13px !important;
  }
  .urn-card-small .urn-card-body{
    padding:10px 12px !important;
  }
  .urn-card-small .urn-card-title{
    font-size:15.5px !important;
    line-height:1.22 !important;
  }
  .urn-card-small .urn-meta{
    font-size:11px !important;
    margin-top:2px !important;
  }
  .urn-agenda-item,
  .urn-theme-link{
    border-radius:14px !important;
    padding:10px !important;
  }

  /* Advertenties mobiel */
  .urn-bm-leaderboard.urn-ad-wide,
  .urn-bm-slot.urn-bm-leaderboard,
  .urn-ad-wide{
    width:100% !important;
    max-width:100% !important;
    min-height:64px !important;
    margin:12px auto !important;
    border-radius:12px !important;
  }
  .urn-bm-leaderboard img,
  .urn-ad-wide img{
    width:100% !important;
    height:auto !important;
    max-height:90px !important;
    object-fit:contain !important;
  }
  .urn-news-banner-column .urn-bm-slot,
  .urn-news-banner-column .urn-ad-placeholder,
  .urn-home-banner-columns .urn-bm-slot,
  .urn-home-banner-columns .urn-ad-placeholder{
    min-height:58px !important;
    border-radius:12px !important;
  }
  .urn-partners-banner-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
  }
  .urn-partner-banner,
  .urn-bm-partner{
    min-height:110px !important;
    border-radius:16px !important;
  }
  .urn-partner-banner img,
  .urn-bm-partner img{
    height:auto !important;
    max-height:130px !important;
  }

  /* Sidebar onderaan netjes als blokken */
  .urn-sidebar{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:14px !important;
    margin-top:18px !important;
    position:static !important;
  }
  .urn-sidebar .urn-bm-square{
    min-height:180px !important;
  }
  .urn-sidebar .urn-newsletter,
  .urn-newsletter-functional{
    padding:20px !important;
    border-radius:20px !important;
  }
  .urn-sidebar .urn-newsletter h3,
  .urn-newsletter-functional h3{
    font-size:24px !important;
  }

  /* Archieven en artikelpagina */
  .urn-archive-header{
    padding:18px !important;
    margin-bottom:14px !important;
  }
  .urn-archive-header h1{
    font-size:27px !important;
    line-height:1.1 !important;
  }
  .urn-post-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:14px !important;
  }
  .urn-article-header{
    padding:18px 16px 12px !important;
  }
  .urn-article-header h1{
    font-size:29px !important;
    line-height:1.1 !important;
    letter-spacing:-.5px !important;
  }
  .urn-featured img{
    max-height:310px !important;
  }
  .urn-article-content{
    padding:18px 16px 24px !important;
    font-size:17px !important;
    line-height:1.72 !important;
  }
  .urn-article-content h2{
    font-size:23px !important;
  }

  /* Regiokiezer boven footer */
  .urn-region-switch-before-footer-wrap{
    width:calc(100% - 18px) !important;
  }
  .urn-region-directory{
    margin:22px 0 0 !important;
    padding:16px !important;
    border-radius:22px !important;
  }
  .urn-region-directory-intro{
    justify-content:flex-start !important;
    align-items:center !important;
    gap:12px !important;
    margin-bottom:14px !important;
  }
  .urn-region-directory-icon{
    width:50px !important;
    height:50px !important;
    border-radius:16px !important;
    font-size:27px !important;
  }
  .urn-region-directory h2{
    font-size:21px !important;
    line-height:1.12 !important;
  }
  .urn-region-directory p{
    font-size:13.5px !important;
    line-height:1.35 !important;
  }
  .urn-region-directory-cards{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }
  .urn-region-card{
    min-height:108px !important;
    padding:12px 9px 10px !important;
    border-radius:17px !important;
    gap:5px !important;
  }
  .urn-region-card-art{
    width:42px !important;
    height:42px !important;
    border-radius:14px !important;
    font-size:24px !important;
  }
  .urn-region-card strong{
    font-size:14.5px !important;
  }
  .urn-region-card span:last-child{
    min-height:28px !important;
    padding:6px 8px !important;
    font-size:11.5px !important;
  }
  .urn-region-card.is-current::after{
    top:6px !important;
    right:6px !important;
    font-size:8.5px !important;
    padding:3px 6px !important;
  }
  .urn-region-directory-note{
    margin-top:10px !important;
    font-size:12.5px !important;
    line-height:1.4 !important;
  }

  /* Footer mobiel */
  .urn-footer{
    margin-top:24px !important;
    padding:26px 0 16px !important;
  }
  .urn-footer-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:20px !important;
  }
  .urn-footer-grid > div{
    padding:0 0 16px !important;
    border-bottom:1px solid rgba(255,255,255,.14) !important;
  }
  .urn-footer h3{
    font-size:14px !important;
    margin-bottom:10px !important;
  }
  .urn-footer p,
  .urn-footer li,
  .urn-footer a{
    font-size:14px !important;
  }
  .urn-footer ul{
    gap:6px !important;
  }
  .urn-footer-brand img,
  .urn-footer-logo-v161 img{
    max-height:58px !important;
  }
  .urn-social a{
    width:38px !important;
    height:38px !important;
  }
  .urn-footer-facebook-box{
    margin-top:18px !important;
    padding:17px !important;
    border-radius:20px !important;
    grid-template-columns:1fr !important;
    text-align:center !important;
    justify-items:center !important;
  }
  .urn-footer-facebook-btn{
    width:100% !important;
    white-space:normal !important;
  }
  .urn-footer-bottom{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:5px !important;
    text-align:center !important;
    margin-top:18px !important;
  }
}

@media (max-width:520px){
  .urn-container{
    width:calc(100% - 14px) !important;
  }
  .urn-header-brand-col .urn-brand img,
  .urn-brand img{
    max-height:52px !important;
    max-width:218px !important;
  }
  .urn-main-menu.is-open{
    grid-template-columns:1fr !important;
  }
  .urn-main-menu a{
    min-height:42px !important;
    justify-content:flex-start !important;
    text-align:left !important;
    padding-left:14px !important;
  }
  .urn-card-large .urn-card-image{
    height:218px !important;
  }
  .urn-card-large .urn-card-title{
    font-size:22px !important;
    -webkit-line-clamp:3 !important;
  }
  .urn-card-medium .urn-card-image{
    height:154px !important;
  }
  .urn-card-medium .urn-card-title{
    font-size:16.5px !important;
  }
  .urn-card-small{
    grid-template-columns:86px minmax(0,1fr) !important;
  }
  .urn-card-small .urn-card-image{
    height:78px !important;
    min-height:78px !important;
  }
  .urn-card-small .urn-card-title{
    font-size:14.5px !important;
  }
  .urn-section-head{
    display:grid !important;
    grid-template-columns:1fr !important;
  }
  .urn-section-more{
    justify-self:start !important;
  }
  .urn-region-directory-cards{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .urn-region-card{
    min-height:102px !important;
  }
  .urn-region-card-art{
    width:38px !important;
    height:38px !important;
    font-size:22px !important;
  }
  .urn-region-card strong{
    font-size:13.5px !important;
  }
  .urn-region-card span:last-child{
    font-size:10.5px !important;
  }
  .urn-article-header h1{
    font-size:26px !important;
  }
  .urn-article-content{
    font-size:16.5px !important;
  }
}

@media (max-width:370px){
  .urn-region-directory-cards{
    grid-template-columns:1fr !important;
  }
}


/* v1.70 - Mobiele hero-kaarten beter leesbaar: tekst niet meer over drukke foto heen */
.urn-card-image{
  display:block !important;
  width:100% !important;
}

@media (max-width:700px){
  .home .urn-hero-grid{
    overflow:visible !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    border-radius:0 !important;
    gap:14px !important;
  }
  .home .urn-hero-grid > div,
  .home .urn-hero-grid .urn-card-list{
    min-width:0 !important;
    width:100% !important;
  }
  .home .urn-hero-grid .urn-card-large,
  .home .urn-hero-grid .urn-card-medium{
    border-radius:20px !important;
    overflow:hidden !important;
    background:#fff !important;
    border:1px solid #dce6f6 !important;
    box-shadow:0 10px 26px rgba(0,43,102,.10) !important;
  }
  .home .urn-hero-grid .urn-card-large .urn-card-image,
  .home .urn-hero-grid .urn-card-medium .urn-card-image{
    height:auto !important;
    min-height:0 !important;
    background:#fff !important;
    overflow:hidden !important;
  }
  .home .urn-hero-grid .urn-card-large .urn-card-image::after,
  .home .urn-hero-grid .urn-card-medium .urn-card-image::after{
    display:none !important;
    content:none !important;
  }
  .home .urn-hero-grid .urn-card-large .urn-card-image img,
  .home .urn-hero-grid .urn-card-medium .urn-card-image img,
  .home .urn-hero-grid .urn-card-large .urn-card-image .wp-post-image,
  .home .urn-hero-grid .urn-card-medium .urn-card-image .wp-post-image{
    display:block !important;
    width:100% !important;
    height:190px !important;
    min-height:190px !important;
    object-fit:cover !important;
    object-position:center !important;
    border-radius:0 !important;
    background:#eef3fb !important;
  }
  .home .urn-hero-grid .urn-card-large .urn-placeholder-img,
  .home .urn-hero-grid .urn-card-medium .urn-placeholder-img{
    min-height:190px !important;
    height:190px !important;
  }
  .home .urn-hero-grid .urn-card-large .urn-label,
  .home .urn-hero-grid .urn-card-medium .urn-label{
    position:absolute !important;
    left:12px !important;
    top:12px !important;
    right:auto !important;
    bottom:auto !important;
    z-index:5 !important;
    max-width:calc(100% - 24px) !important;
    padding:8px 10px !important;
    border-radius:11px !important;
    font-size:11px !important;
    line-height:1 !important;
    box-shadow:0 8px 18px rgba(0,0,0,.22) !important;
  }
  .home .urn-hero-grid .urn-card-large .urn-card-title,
  .home .urn-hero-grid .urn-card-medium .urn-card-title{
    position:static !important;
    display:block !important;
    width:auto !important;
    max-width:none !important;
    left:auto !important;
    right:auto !important;
    bottom:auto !important;
    margin:0 !important;
    padding:13px 14px 4px !important;
    color:#10182f !important;
    background:#fff !important;
    text-shadow:none !important;
    font-size:20px !important;
    line-height:1.18 !important;
    letter-spacing:-.25px !important;
    font-weight:900 !important;
    white-space:normal !important;
    overflow:visible !important;
    overflow-wrap:normal !important;
    word-break:normal !important;
    hyphens:none !important;
    -webkit-line-clamp:unset !important;
    -webkit-box-orient:initial !important;
  }
  .home .urn-hero-grid .urn-card-medium .urn-card-title{
    font-size:19px !important;
  }
  .home .urn-hero-grid .urn-card-large .urn-meta,
  .home .urn-hero-grid .urn-card-medium .urn-meta{
    position:static !important;
    display:flex !important;
    width:auto !important;
    max-width:none !important;
    left:auto !important;
    right:auto !important;
    bottom:auto !important;
    margin:0 !important;
    padding:0 14px 14px !important;
    color:#667085 !important;
    background:#fff !important;
    text-shadow:none !important;
    font-size:12px !important;
    line-height:1.3 !important;
    gap:7px !important;
    flex-wrap:wrap !important;
  }

  .home .urn-quicklinks{
    margin:16px 0 18px !important;
    padding:11px !important;
    border-radius:18px !important;
    background:#fff !important;
    border:1px solid #dce6f6 !important;
    box-shadow:0 8px 22px rgba(0,43,102,.07) !important;
  }
  .home .urn-quicklinks strong{
    color:#ff5e19 !important;
    font-size:13px !important;
    padding:0 2px !important;
    margin-right:2px !important;
    white-space:nowrap !important;
  }
  .home .urn-quicklinks a{
    min-height:39px !important;
    border-radius:999px !important;
    padding:8px 14px !important;
    background:#f7faff !important;
    border:1px solid #d8e4f7 !important;
    color:#17223a !important;
    box-shadow:none !important;
  }
}

@media (max-width:420px){
  .home .urn-hero-grid .urn-card-large .urn-card-image img,
  .home .urn-hero-grid .urn-card-medium .urn-card-image img,
  .home .urn-hero-grid .urn-card-large .urn-card-image .wp-post-image,
  .home .urn-hero-grid .urn-card-medium .urn-card-image .wp-post-image,
  .home .urn-hero-grid .urn-card-large .urn-placeholder-img,
  .home .urn-hero-grid .urn-card-medium .urn-placeholder-img{
    height:175px !important;
    min-height:175px !important;
  }
  .home .urn-hero-grid .urn-card-large .urn-card-title,
  .home .urn-hero-grid .urn-card-medium .urn-card-title{
    font-size:18.5px !important;
    line-height:1.19 !important;
    padding:12px 13px 4px !important;
  }
  .home .urn-hero-grid .urn-card-large .urn-meta,
  .home .urn-hero-grid .urn-card-medium .urn-meta{
    padding:0 13px 13px !important;
    font-size:11.5px !important;
  }
}

/* v1.72 - Directorist detailpagina: toon geen oude/verkeerde logo-afbeeldingen in de tekst */
.urn-business-single-text img{display:none!important;}
.urn-business-single-image img{display:block!important;}


/* Responsive video embeds in nieuwsartikelen - v1.73 */
.urn-article-content .urn-video-embed,
.urn-business-single-content .urn-video-embed,
.urn-article-content .wp-video,
.urn-article-content video,
.urn-article-content iframe {
	max-width: 100%;
}

.urn-article-content .urn-video-embed {
	margin: 22px 0;
	border-radius: 18px;
	overflow: hidden;
	background: #06172d;
	box-shadow: 0 14px 34px rgba(15, 23, 42, .18);
}

.urn-article-content .urn-responsive-video,
.urn-article-content video {
	display: block;
	width: 100%;
	height: auto;
	max-height: 72vh;
	background: #06172d;
}

.urn-article-content .wp-video,
.urn-article-content .wp-video-shortcode {
	width: 100% !important;
	max-width: 100% !important;
}

.urn-article-content iframe {
	border-radius: 16px;
}

@media (max-width: 680px) {
	.urn-article-content .urn-video-embed {
		margin: 18px 0;
		border-radius: 14px;
	}
}

/* v1.74 - Hero label niet meer over de hoofdtitel bij smallere desktop/tablet schermen */
.home .urn-hero-grid .urn-card-large .urn-label{
  top:20px !important;
  bottom:auto !important;
  left:20px !important;
  right:auto !important;
  z-index:4 !important;
  max-width:calc(100% - 40px) !important;
}

.home .urn-hero-grid .urn-card-large .urn-card-title{
  z-index:3 !important;
}

@media (max-width:1100px){
  .home .urn-hero-grid .urn-card-large .urn-label{
    top:16px !important;
    left:16px !important;
    max-width:calc(100% - 32px) !important;
  }
  .home .urn-hero-grid .urn-card-large .urn-card-title{
    font-size:28px !important;
    line-height:1.12 !important;
    max-width:calc(100% - 32px) !important;
  }
}


/* v1.75 - Smallere desktop/tablet: nieuwsrubrieken niet meer samendrukken */
@media (max-width: 1540px) and (min-width: 1101px){
  body.home .urn-container{
    width:min(1360px, calc(100% - 34px)) !important;
  }

  body.home .urn-layout{
    grid-template-columns:minmax(0,1fr) 300px !important;
    gap:24px !important;
  }

  body.home .urn-section-grid-first,
  body.home .urn-section-grid-second,
  body.home .urn-section-grid-with-banners:not(.urn-section-grid-agenda-themas){
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:20px !important;
  }

  body.home .urn-section-grid-agenda-themas{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }

  body.home .urn-news-section{
    padding:16px !important;
  }

  body.home .urn-section-head{
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
  }

  body.home .urn-section-title{
    font-size:22px !important;
    line-height:1.05 !important;
    white-space:normal !important;
  }

  body.home .urn-section-more{
    font-size:12px !important;
    max-width:110px !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }

  body.home .urn-card-small{
    grid-template-columns:118px minmax(0,1fr) !important;
    min-height:116px !important;
  }

  body.home .urn-card-small .urn-card-image{
    height:94px !important;
    min-height:94px !important;
    margin:10px 0 10px 10px !important;
  }

  body.home .urn-card-small .urn-card-body{
    padding:12px 14px !important;
    min-width:0 !important;
  }

  body.home .urn-card-small .urn-card-title{
    font-size:16px !important;
    line-height:1.22 !important;
    display:-webkit-box !important;
    -webkit-line-clamp:3 !important;
    -webkit-box-orient:vertical !important;
    overflow:hidden !important;
    word-break:normal !important;
    overflow-wrap:normal !important;
    hyphens:none !important;
  }

  body.home .urn-card-small .urn-meta{
    font-size:11px !important;
    line-height:1.25 !important;
    gap:6px !important;
    white-space:normal !important;
  }
}

@media (max-width: 1280px) and (min-width: 701px){
  body.home .urn-layout{
    display:block !important;
  }

  body.home .urn-content{
    width:100% !important;
  }

  body.home .urn-sidebar{
    position:static !important;
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:18px !important;
    margin-top:24px !important;
  }

  body.home .urn-section-grid-first,
  body.home .urn-section-grid-second,
  body.home .urn-section-grid-with-banners:not(.urn-section-grid-agenda-themas){
    grid-template-columns:repeat(2,minmax(300px,1fr)) !important;
    gap:18px !important;
  }

  body.home .urn-section-grid-agenda-themas{
    grid-template-columns:repeat(2,minmax(300px,1fr)) !important;
  }

  body.home .urn-card-small{
    grid-template-columns:126px minmax(0,1fr) !important;
  }

  body.home .urn-card-small .urn-card-title{
    font-size:16.5px !important;
    line-height:1.22 !important;
  }
}

@media (max-width: 860px) and (min-width: 701px){
  body.home .urn-section-grid-first,
  body.home .urn-section-grid-second,
  body.home .urn-section-grid-with-banners,
  body.home .urn-section-grid-agenda-themas{
    grid-template-columns:1fr !important;
  }

  body.home .urn-sidebar{
    grid-template-columns:1fr !important;
  }

  body.home .urn-section-head{
    display:flex !important;
  }

  body.home .urn-section-title{
    font-size:24px !important;
  }

  body.home .urn-card-small{
    grid-template-columns:138px minmax(0,1fr) !important;
    min-height:126px !important;
  }

  body.home .urn-card-small .urn-card-image{
    height:104px !important;
    min-height:104px !important;
  }
}

/* Houd desktop/kleine-laptop kaarten netjes leesbaar, ook bij browser verkleinen */
@media (min-width: 701px){
  body.home .urn-news-section,
  body.home .urn-news-banner-column{
    min-width:0 !important;
  }

  body.home .urn-card-small .urn-card-title a{
    display:block !important;
    min-width:0 !important;
  }
}

/* v1.76 - Agenda/Thema's onderblok netter en rustiger */
body.home .urn-section-grid-agenda-themas{
  position:relative !important;
  margin-top:34px !important;
  margin-bottom:22px !important;
  padding:18px !important;
  border:1px solid rgba(212,224,243,.9) !important;
  border-radius:30px !important;
  background:linear-gradient(135deg,rgba(255,255,255,.82),rgba(239,246,255,.72)) !important;
  box-shadow:0 18px 44px rgba(0,43,102,.07) !important;
  gap:22px !important;
}
body.home .urn-section-grid-agenda-themas .urn-news-banner-column{
  min-width:0 !important;
  display:flex !important;
  flex-direction:column !important;
  gap:14px !important;
}
body.home .urn-section-grid-agenda-themas .urn-news-section{
  min-height:270px !important;
  height:auto !important;
  border-radius:24px !important;
  box-shadow:0 10px 28px rgba(0,43,102,.075) !important;
}
body.home .urn-section-grid-agenda-themas .urn-section-head{
  min-height:58px !important;
}
body.home .urn-section-grid-agenda-themas .urn-section-title{
  font-size:24px !important;
  line-height:1.1 !important;
  white-space:normal !important;
}
body.home .urn-section-grid-agenda-themas .urn-section-more{
  font-size:12px !important;
  white-space:nowrap !important;
}
body.home .urn-section-grid-agenda-themas .urn-agenda-list,
body.home .urn-section-grid-agenda-themas .urn-themes-list{
  padding:0 14px 16px !important;
  gap:10px !important;
}
body.home .urn-section-grid-agenda-themas .urn-agenda-item,
body.home .urn-section-grid-agenda-themas .urn-theme-link{
  min-height:58px !important;
  padding:11px 12px !important;
  border-radius:14px !important;
  background:#fff !important;
  box-shadow:0 4px 14px rgba(0,43,102,.035) !important;
}
body.home .urn-section-grid-agenda-themas .urn-agenda-item strong,
body.home .urn-section-grid-agenda-themas .urn-theme-link strong{
  font-size:15px !important;
  line-height:1.25 !important;
}
body.home .urn-section-grid-agenda-themas .urn-datebox{
  width:54px !important;
  min-height:52px !important;
  display:grid !important;
  align-content:center !important;
}
body.home .urn-section-grid-agenda-themas .urn-theme-link i{
  width:40px !important;
  height:40px !important;
  border-radius:13px !important;
  font-size:18px !important;
}
body.home .urn-section-grid-agenda-themas .urn-home-banner-stack{
  width:100% !important;
  margin:0 !important;
  padding:12px !important;
  border:1px solid rgba(212,224,243,.9) !important;
  border-radius:22px !important;
  background:rgba(255,255,255,.72) !important;
  box-shadow:0 8px 20px rgba(0,43,102,.045) !important;
  gap:10px !important;
}
body.home .urn-section-grid-agenda-themas .urn-home-banner-stack .urn-bm-slot,
body.home .urn-section-grid-agenda-themas .urn-home-banner-stack .urn-ad-placeholder{
  width:100% !important;
  max-width:520px !important;
  min-height:73px !important;
  height:73px !important;
  margin:0 auto !important;
  border-radius:14px !important;
}
body.home .urn-section-grid-agenda-themas .urn-home-banner-stack .urn-bm-slot:not(.urn-bm-empty) img,
body.home .urn-section-grid-agenda-themas .urn-home-banner-stack .urn-bm-slot:not(.urn-bm-empty) picture{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
}
body.home .urn-section-grid-agenda-themas + .urn-bm-leaderboard,
body.home .urn-section-grid-agenda-themas + .urn-ad-wide{
  margin-top:28px !important;
  margin-bottom:28px !important;
}

@media (max-width: 1180px) and (min-width: 701px){
  body.home .urn-section-grid-agenda-themas{
    grid-template-columns:1fr !important;
    padding:16px !important;
  }
  body.home .urn-section-grid-agenda-themas .urn-news-section{
    min-height:0 !important;
  }
  body.home .urn-section-grid-agenda-themas .urn-home-banner-stack{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
  body.home .urn-section-grid-agenda-themas .urn-home-banner-stack .urn-bm-slot,
  body.home .urn-section-grid-agenda-themas .urn-home-banner-stack .urn-ad-placeholder{
    max-width:none !important;
  }
}

@media (max-width: 900px) and (min-width: 701px){
  body.home .urn-section-grid-agenda-themas .urn-home-banner-stack{
    grid-template-columns:1fr !important;
  }
  body.home .urn-section-grid-agenda-themas .urn-home-banner-stack .urn-bm-slot,
  body.home .urn-section-grid-agenda-themas .urn-home-banner-stack .urn-ad-placeholder{
    max-width:520px !important;
  }
}

@media (max-width: 700px){
  body.home .urn-section-grid-agenda-themas{
    padding:12px !important;
    border-radius:22px !important;
    margin-top:22px !important;
    gap:16px !important;
  }
  body.home .urn-section-grid-agenda-themas .urn-news-section{
    min-height:0 !important;
    border-radius:20px !important;
  }
  body.home .urn-section-grid-agenda-themas .urn-section-head{
    min-height:0 !important;
    display:block !important;
  }
  body.home .urn-section-grid-agenda-themas .urn-section-title{
    font-size:21px !important;
    margin-bottom:6px !important;
  }
  body.home .urn-section-grid-agenda-themas .urn-agenda-list,
  body.home .urn-section-grid-agenda-themas .urn-themes-list{
    padding:0 12px 14px !important;
  }
  body.home .urn-section-grid-agenda-themas .urn-home-banner-stack{
    padding:10px !important;
    border-radius:18px !important;
  }
}


/* v1.77 - Agenda/Thema's onderblok terug netjes en zonder vreemde lege vlakken */
body.home .urn-section-grid-agenda-themas{
  margin-top:26px !important;
  margin-bottom:24px !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:22px !important;
  align-items:start !important;
}
body.home .urn-section-grid-agenda-themas .urn-news-banner-column{
  width:100% !important;
  min-width:0 !important;
  justify-self:stretch !important;
  display:flex !important;
  flex-direction:column !important;
  gap:14px !important;
}
body.home .urn-section-grid-agenda-themas .urn-news-section{
  width:100% !important;
  min-width:0 !important;
  min-height:0 !important;
  padding:18px !important;
  border-radius:22px !important;
  background:#fff !important;
  border:1px solid #dfe7f5 !important;
  box-shadow:0 10px 30px rgba(0,43,102,.075) !important;
}
body.home .urn-section-grid-agenda-themas .urn-section-head{
  min-height:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
  border-bottom:1px solid #eef2f8 !important;
  padding-bottom:12px !important;
  margin-bottom:12px !important;
}
body.home .urn-section-grid-agenda-themas .urn-section-title{
  font-size:24px !important;
  line-height:1.05 !important;
  margin:0 !important;
  white-space:normal !important;
}
body.home .urn-section-grid-agenda-themas .urn-section-more{
  font-size:12px !important;
  max-width:none !important;
  white-space:nowrap !important;
  overflow:visible !important;
  text-overflow:clip !important;
}
body.home .urn-section-grid-agenda-themas .urn-agenda-list,
body.home .urn-section-grid-agenda-themas .urn-themes-list{
  width:100% !important;
  padding:0 !important;
  display:grid !important;
  gap:10px !important;
}
body.home .urn-section-grid-agenda-themas .urn-agenda-item,
body.home .urn-section-grid-agenda-themas .urn-theme-link{
  width:100% !important;
  min-height:62px !important;
  padding:10px 12px !important;
  border-radius:14px !important;
  background:#fbfcff !important;
  box-shadow:none !important;
}
body.home .urn-section-grid-agenda-themas .urn-home-banner-stack{
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:10px !important;
}
body.home .urn-section-grid-agenda-themas .urn-home-banner-stack .urn-bm-slot,
body.home .urn-section-grid-agenda-themas .urn-home-banner-stack .urn-ad-placeholder{
  width:100% !important;
  max-width:520px !important;
  min-height:73px !important;
  height:73px !important;
  margin:0 auto !important;
  border-radius:12px !important;
}
body.home .urn-section-grid-agenda-themas + .urn-bm-leaderboard,
body.home .urn-section-grid-agenda-themas + .urn-ad-wide{
  margin-top:24px !important;
  margin-bottom:28px !important;
}

@media (max-width: 1280px) and (min-width: 701px){
  body.home .urn-section-grid-agenda-themas{
    grid-template-columns:repeat(2,minmax(320px,1fr)) !important;
    gap:18px !important;
  }
  body.home .urn-section-grid-agenda-themas .urn-section-title{
    font-size:22px !important;
  }
}
@media (max-width: 900px) and (min-width: 701px){
  body.home .urn-section-grid-agenda-themas{
    grid-template-columns:1fr !important;
  }
  body.home .urn-section-grid-agenda-themas .urn-home-banner-stack .urn-bm-slot,
  body.home .urn-section-grid-agenda-themas .urn-home-banner-stack .urn-ad-placeholder{
    max-width:520px !important;
  }
}
@media (max-width: 700px){
  body.home .urn-section-grid-agenda-themas{
    grid-template-columns:1fr !important;
    gap:16px !important;
    margin-top:20px !important;
  }
  body.home .urn-section-grid-agenda-themas .urn-news-section{
    padding:16px !important;
    border-radius:20px !important;
  }
  body.home .urn-section-grid-agenda-themas .urn-section-head{
    display:block !important;
  }
  body.home .urn-section-grid-agenda-themas .urn-section-title{
    font-size:21px !important;
    margin-bottom:6px !important;
  }
}

/* v1.78 - Snel naar: Verkeersinformatie-knop verwijderd op verzoek */


/* v1.79 - Meer nieuws uit deze rubriek toont meer items */
.urn-related .urn-post-grid{
  margin-top:14px;
}
@media (min-width: 1000px){
  .urn-related .urn-post-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
