:root{--bg:#f3f5f8;--surface:#fff;--surface-2:#f7f8fb;--text:#0f172a;--muted:#667085;--line:#e5e7eb;--accent:#4253ff;--accent-2:#2a3fff;--shadow:0 10px 28px rgba(15,23,42,.08);--radius:18px;--container:1280px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text)}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}button,input,textarea,select{font:inherit}.container{width:min(var(--container),calc(100% - 32px));margin:0 auto}.topbar{background:#0f172a;color:#e5e7eb;font-size:13px}.topbar-inner{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:10px 0}.topbar nav,.main-nav{display:flex;gap:18px;align-items:center;flex-wrap:wrap}.topbar a{opacity:.9}.topbar a:hover{opacity:1}.masthead{background:#fff;border-bottom:1px solid var(--line)}.masthead-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 0}.brand img{height:34px}.main-nav a{font-size:15px;color:#334155;font-weight:600}.main-nav a.active,.main-nav a:hover{color:var(--accent)}.menu-toggle{display:none;border:0;background:none;padding:0}.menu-toggle span{display:block;width:24px;height:2px;background:#0f172a;margin:5px 0;border-radius:2px}.breaking{background:#16213d;color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}.breaking-inner{display:flex;align-items:center;gap:14px;padding:11px 0;overflow:hidden}.breaking strong{background:#ff375f;color:#fff;border-radius:999px;padding:6px 12px;font-size:12px;letter-spacing:.02em;white-space:nowrap}.breaking-ticker{display:flex;gap:28px;white-space:nowrap;overflow:auto;scrollbar-width:none}.breaking-ticker::-webkit-scrollbar{display:none}.breaking-ticker a{font-size:14px;opacity:.95}.home-layout,.archive-layout,.article-layout,.contact-grid{display:grid;grid-template-columns:minmax(0,1.7fr) 350px;gap:28px;padding:28px 0}.page-title{padding:28px 0 10px}.page-title h1,.hero-content h1,.article-main h1,.advertise-hero h1{margin:0 0 12px;font-size:clamp(30px,4vw,52px);line-height:1.03;letter-spacing:-.02em}.page-title p,.hero-content p,.story-card-content p,.news-row-text p,.article-text p,.ad-hero-copy p,.side-box p,.contact-form label,.rate-card p{color:var(--muted);line-height:1.68}.hero-story,.story-card,.news-row,.side-box,.weather-widget,.contact-form,.rate-card,.ad-hero-card,.article-main,.most-read,.ad-slot{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.hero-story{overflow:hidden}.hero-image img{width:100%;aspect-ratio:16/9;object-fit:cover}.hero-content{padding:24px}.category-label{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--accent)}.category-label::before{content:'';width:8px;height:8px;border-radius:50%;background:var(--accent)}.hero-content p{font-size:18px;max-width:60ch}.meta-line,.article-meta{display:flex;gap:12px;flex-wrap:wrap;color:#64748b;font-size:13px;margin-top:14px}.story-grid-three{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:22px}.story-card{overflow:hidden}.story-card-image img{width:100%;aspect-ratio:16/10;object-fit:cover}.story-card-content{padding:18px}.story-card h2,.news-row h2,.news-row h3,.side-box h2,.article-main h2{margin:10px 0;font-size:26px;line-height:1.18}.story-card h2{font-size:24px}.latest-section{margin-top:24px}.section-title,.box-title{display:flex;justify-content:space-between;align-items:end;gap:12px;margin-bottom:16px}.section-title h2,.box-title h2{margin:0;font-size:32px}.section-title a{font-weight:700;color:var(--accent)}.news-list{display:grid;gap:16px}.news-row{display:grid;grid-template-columns:1fr 220px;gap:20px;padding:18px}.news-row-image img{width:100%;height:100%;aspect-ratio:1.12/1;object-fit:cover;border-radius:14px}.news-row h3,.news-row h2{font-size:30px}.news-row.archive-row h2{font-size:28px}.news-row p{margin:8px 0 0}.time-chip{display:inline-flex;background:#eef2ff;color:var(--accent);padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800}.source-small{display:block;margin-top:10px;color:#64748b;font-size:13px}.home-side,.archive-side,.article-side{display:grid;gap:18px;align-content:start}.side-box,.most-read,.weather-widget{padding:18px}.headline-link{display:block;padding:12px 0;border-bottom:1px solid var(--line);font-weight:700;line-height:1.45}.headline-link:last-child{border-bottom:0;padding-bottom:0}.most-read ol{margin:0;padding-left:22px;display:grid;gap:14px}.most-read li{font-weight:700;color:#1f2937;line-height:1.35}.most-read li::marker{color:var(--accent);font-weight:800}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border-radius:14px;border:1px solid var(--line);background:#fff;color:var(--text);font-weight:700;cursor:pointer}.btn.primary{background:linear-gradient(135deg,var(--accent),var(--accent-2));border-color:transparent;color:#fff}.weather-widget .box-title h2{font-size:28px}.weather-current{display:flex;justify-content:space-between;align-items:center;gap:14px}.weather-current strong{font-size:44px;line-height:1}.weather-current span{display:block;color:var(--muted);margin-top:6px}.weather-mini{font-size:36px}.weather-extra{display:flex;justify-content:space-between;gap:10px;color:#475467;font-size:14px;padding-top:14px;margin-top:14px;border-top:1px solid var(--line)}.weather-forecast{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px}.forecast-day{background:var(--surface-2);border-radius:12px;padding:12px;text-align:center}.forecast-day strong{display:block;font-size:14px;margin-bottom:6px}.forecast-day span{display:block;color:#64748b;font-size:13px}.weather-large{max-width:860px}.ad-slot{overflow:hidden}.ad-slot a,.ad-slot>div{display:grid;grid-template-columns:220px 1fr;align-items:stretch;color:inherit}.ad-slot img{width:100%;height:100%;object-fit:cover;background:#eef2ff}.ad-content{padding:18px;display:flex;flex-direction:column;justify-content:center;gap:8px}.ad-content span{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.ad-content strong{font-size:28px;line-height:1.12}.ad-content small{font-size:15px;color:var(--muted);line-height:1.55}.ad-sidebar a,.ad-sidebar>div,.ad-homepage_between_news a,.ad-homepage_between_news>div,.ad-article_bottom a,.ad-article_bottom>div,.ad-news_top a,.ad-news_top>div{grid-template-columns:1fr}.ad-homepage_between_news,.ad-article_bottom{margin:0 0 20px}.ad-sidebar img{aspect-ratio:6/5}.ad-homepage_between_news img{aspect-ratio:728/90}.article-main{padding:28px}.article-image{margin:18px 0 20px}.article-image img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:16px}.lead{font-size:21px;line-height:1.6;color:#334155}.article-text p{font-size:18px}.back{display:inline-block;margin-bottom:16px;color:var(--accent);font-weight:700}.advertise-hero{display:grid;grid-template-columns:1.4fr .8fr;gap:22px;padding:28px 0}.ad-hero-copy,.ad-hero-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:26px}.ad-hero-card strong{font-size:24px}.ad-hero-card ul,.side-box ul{padding-left:20px;color:var(--muted);line-height:1.8}.ad-rates-section,.ad-samples-section{padding:6px 0 24px}.rate-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.rate-card{padding:22px}.rate-card h3{margin:0 0 8px;font-size:20px}.rate-card strong{display:block;font-size:30px;margin-bottom:8px;color:var(--accent)}.rate-card span{display:block;margin-top:12px;color:#475467;font-weight:700}.sample-grid{display:grid;grid-template-columns:1fr 300px;grid-template-areas:'big side' 'wide side';gap:18px}.sample-grid img{width:100%;height:auto;border-radius:16px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow)}.sample-grid img:nth-child(1){grid-area:big}.sample-grid img:nth-child(2){grid-area:side;align-self:start}.sample-grid img:nth-child(3){grid-area:wide}.contact-form{padding:24px;display:grid;gap:14px}.contact-form h2{margin:0}.contact-form label{display:block}.contact-form input,.contact-form textarea,.contact-form select,.searchbar input,.searchbar select{width:100%;padding:14px 15px;border-radius:14px;border:1px solid #d0d5dd;background:#fff;color:var(--text);margin-top:6px}.contact-form .wide{grid-column:1/-1}.searchbar{display:flex;gap:12px;flex-wrap:wrap}.searchbar input{flex:1;min-width:260px}.archive-layout .archive-list{display:grid;gap:16px}.weather-page{padding:24px 0 40px}.site-footer{margin-top:30px;background:#fff;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:24px;padding:28px 0}.footer-grid h3{margin-top:0}.footer-grid a,.footer-grid p,.footer-bottom{color:var(--muted);line-height:1.7}.footer-grid a{display:block;margin-bottom:8px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:18px 0;border-top:1px solid var(--line)}.success,.error,.empty-state{padding:16px 18px;border-radius:14px;border:1px solid var(--line);background:#fff}.success{background:#ecfdf3;border-color:#b7ebc6}.error{background:#fef3f2;border-color:#f3c7c5}.login-shell{min-height:100vh;display:grid;place-items:center;padding:24px}.login-card,.admin-card,.stat{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.login-card{width:min(480px,100%);padding:28px}.admin-body{background:#f3f5f8;min-height:100vh}.admin-layout{display:grid;grid-template-columns:280px 1fr;min-height:100vh}.admin-sidebar{padding:22px;border-right:1px solid var(--line);background:#fff;position:sticky;top:0;height:100vh}.admin-sidebar .brand img{height:34px;margin-bottom:22px}.admin-sidebar nav{display:grid;gap:8px}.admin-sidebar nav a{padding:12px 14px;border-radius:14px;color:#475467}.admin-sidebar nav a.active,.admin-sidebar nav a:hover{background:#eef2ff;color:var(--accent)}.admin-main{padding:26px}.admin-top{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:20px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat{padding:22px}.stat span{color:var(--muted);display:block}.stat strong{display:block;font-size:30px;margin-top:8px}.admin-grid.two{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:18px}.admin-card{padding:22px}.status-list,.source-editor{display:grid;gap:12px}.status-row,.mini-row,.message-item,.source-row{padding:14px;border:1px solid var(--line);background:#fff;border-radius:14px}.badge-ok,.badge-error{display:inline-flex;padding:6px 10px;border-radius:999px;font-size:12px}.badge-ok{background:#ecfdf3;color:#067647}.badge-error{background:#fef3f2;color:#b42318}.table-wrap{overflow:auto}.table-wrap table{width:100%;border-collapse:collapse}.table-wrap th,.table-wrap td{text-align:left;padding:14px;border-bottom:1px solid var(--line);vertical-align:top}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.form-grid .wide{grid-column:1/-1}.check{display:flex;align-items:center;gap:10px}.check input{width:auto}.notice{padding:14px;border-radius:14px;background:#f8fafc;border:1px solid var(--line)}.unread{border-color:#c7d2fe}@media (max-width:1180px){.home-layout,.archive-layout,.article-layout,.contact-grid,.advertise-hero,.footer-grid,.admin-grid.two,.stats-grid{grid-template-columns:1fr}.story-grid-three{grid-template-columns:1fr 1fr}.rate-grid{grid-template-columns:1fr 1fr 1fr}.sample-grid{grid-template-columns:1fr;grid-template-areas:'big' 'wide' 'side'}.admin-layout{grid-template-columns:1fr}.admin-sidebar{position:relative;height:auto}}@media (max-width:820px){.topbar-inner{flex-direction:column;align-items:flex-start}.main-nav{display:none;position:absolute;left:16px;right:16px;top:70px;background:#fff;border:1px solid var(--line);padding:16px;border-radius:16px;box-shadow:var(--shadow)}.main-nav.open{display:flex;flex-direction:column;align-items:flex-start}.menu-toggle{display:block}.story-grid-three,.rate-grid{grid-template-columns:1fr}.news-row,.ad-slot a,.ad-slot>div{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}.news-row h3,.news-row h2,.story-card h2,.hero-content h1{font-size:28px}.weather-forecast{grid-template-columns:repeat(3,1fr)}.container{width:min(var(--container),calc(100% - 22px))}}
.ad-image-only a,.ad-image-only>div{display:block}.ad-image-only img{width:100%;height:auto;object-fit:cover;background:#fff}.ad-image-only .ad-content{display:none}.ad-rates-section .section-title,.ad-samples-section .section-title{margin-bottom:18px}.ad-hero-copy h1{font-size:48px}.ad-hero-card strong{display:block;margin-bottom:12px}.most-read h2,.weather-widget h2,.headline-box h2{font-size:24px}


/* MediaFM v13 premium homepage mockup implementation */
:root{--bg:#f5f7fb;--surface:#fff;--surface-2:#f8fbff;--text:#061226;--muted:#586579;--line:#dfe7f2;--accent:#0b66e4;--accent-2:#0757d6;--shadow:0 14px 34px rgba(15,23,42,.08);--radius:18px;--container:1500px}.topbar{display:none}.masthead{background:rgba(255,255,255,.96);border-bottom:1px solid #e6edf6;position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}.masthead-inner{min-height:70px;padding:10px 0;gap:24px}.brand img{height:46px;width:auto}.main-nav{flex:1;justify-content:center;gap:28px}.main-nav a{font-size:15px;color:#0b1322;font-weight:800}.main-nav a.active,.main-nav a:hover{color:var(--accent)}.header-actions{display:flex;align-items:center;gap:16px;white-space:nowrap}.weather-pill,.search-icon,.login-button{display:inline-flex;align-items:center;justify-content:center;font-weight:800}.weather-pill{gap:8px;color:#111827}.weather-pill:first-letter{font-size:22px}.search-icon{width:34px;height:34px;border-radius:50%;font-size:26px;color:#111827}.login-button{padding:12px 18px;border-radius:12px;background:#0b66e4;color:#fff;box-shadow:0 10px 22px rgba(11,102,228,.22)}.breaking{display:none}.home-layout.mediafm-frontpage{grid-template-columns:minmax(0,1fr) 460px;gap:30px;padding:26px 0 34px}.front-top-grid{margin-top:0;gap:18px}.front-story-card{border-color:#e0e8f2;box-shadow:0 10px 28px rgba(15,23,42,.07);border-radius:16px}.front-story-card .story-card-image img{aspect-ratio:16/8.4}.front-story-card .story-card-content{padding:18px 18px 17px}.category-label{font-size:12px;letter-spacing:.02em;color:#0b66e4}.category-label::before{width:8px;height:8px;background:#0b66e4}.front-story-card h2{font-size:24px;line-height:1.14;letter-spacing:-.02em;margin:12px 0 0}.front-story-card .meta-line{font-size:13px;margin-top:18px;color:#53647a}.mf-ad-card,.voip-wide-premium{border:1px solid #d9e5f2;border-radius:18px;background:#fff;box-shadow:0 12px 32px rgba(15,23,42,.08);overflow:hidden}.voip-sidebar-premium{min-height:315px;background:linear-gradient(135deg,#fff 0%,#fff 54%,#0a61d8 54%,#004599 100%);position:relative}.voip-side-link{display:grid;grid-template-columns:minmax(0,1fr) 154px;gap:12px;min-height:315px;padding:26px;color:#061226}.voip-official-logo{width:205px;max-height:54px;object-fit:contain;object-position:left center;margin-bottom:16px;background:#fff}.sponsored-label{display:block;margin-bottom:8px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;font-size:10px;color:#0b66e4}.sponsored-label.light{color:#8fc5ff}.voip-sidebar-premium h2{margin:0 0 16px;font-size:29px;line-height:1.09;letter-spacing:-.02em;color:#061226}.voip-sidebar-premium h2 strong{display:inline;color:#0b66e4}.voip-feature-list{list-style:none;margin:0 0 20px;padding:0;display:grid;gap:12px;font-size:14px;font-weight:700;color:#111827}.voip-feature-list li{display:flex;gap:10px;align-items:center}.voip-feature-list span{width:22px;height:22px;display:inline-grid;place-items:center;border-radius:50%;background:#eaf2ff;color:#0b66e4;font-weight:900}.mf-cta{display:inline-flex;align-items:center;justify-content:center;width:max-content;padding:12px 24px;border-radius:9px;background:#0b66e4;color:#fff;font-weight:900;box-shadow:0 10px 22px rgba(11,102,228,.25)}.mf-cta::after{content:'›';font-size:24px;line-height:0;margin-left:12px}.router-visual{align-self:center;justify-self:center;width:118px;height:200px;border-radius:28px;background:linear-gradient(160deg,#fff,#eef4fb);box-shadow:0 22px 34px rgba(0,35,90,.25);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;transform:translateX(4px)}.router-visual span{font-size:25px;font-weight:900;color:#64748b}.router-visual i{width:5px;height:5px;border-radius:50%;background:#79b5ff;display:block}.voip-wide-premium{margin:18px 0 22px;background:#061326;color:#fff}.voip-wide-premium a{display:grid;grid-template-columns:235px minmax(0,1fr) 335px;align-items:center;min-height:225px;padding:30px 36px;gap:24px;color:#fff;background:radial-gradient(circle at 72% 34%,rgba(0,128,255,.44),transparent 30%),linear-gradient(135deg,#041226 0%,#071a35 42%,#063e7b 100%);position:relative;overflow:hidden}.voip-wide-premium a::before{content:'';position:absolute;inset:0;background:linear-gradient(112deg,transparent 48%,rgba(0,145,255,.22) 49%,transparent 62%),repeating-linear-gradient(130deg,transparent 0 30px,rgba(72,173,255,.12) 31px 32px);opacity:.9}.voip-wide-premium>*{position:relative}.logo-plate{display:inline-flex;align-items:center;justify-content:center;width:205px;height:72px;border-radius:14px;background:#fff;padding:9px 14px;box-shadow:0 20px 38px rgba(0,0,0,.28)}.logo-plate img{width:100%;height:100%;object-fit:contain}.voip-wide-copy{position:relative;z-index:1}.voip-wide-copy h2{margin:0 0 12px;font-size:36px;line-height:1.08;letter-spacing:-.025em;color:#fff}.voip-wide-copy p{margin:0 0 20px;max-width:560px;color:rgba(255,255,255,.86);font-size:17px;line-height:1.55}.phone-visual{position:relative;z-index:1;justify-self:end;width:210px;height:158px;border-radius:22px;background:linear-gradient(155deg,#161e2d,#020711);box-shadow:0 24px 50px rgba(0,0,0,.52);transform:rotate(-5deg);border:1px solid rgba(255,255,255,.12)}.phone-visual::before{content:'';position:absolute;left:-36px;top:28px;width:58px;height:116px;border-radius:22px;background:linear-gradient(145deg,#242e3d,#070b12);box-shadow:inset -8px 0 10px rgba(255,255,255,.03)}.phone-screen{position:absolute;left:55px;top:20px;width:100px;height:47px;border-radius:9px;background:#0b66e4;display:grid;place-items:center;font-weight:900;font-size:26px}.phone-keys{position:absolute;left:44px;right:28px;bottom:24px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.phone-keys span{height:13px;border-radius:4px;background:#404b5c}.mediafm-promo-card{min-height:252px;padding:24px;display:grid;grid-template-columns:62px minmax(0,1fr) 150px;gap:18px;align-items:center;background:linear-gradient(145deg,#fff,#f7fbff)}.mf-icon-box{width:58px;height:58px;border-radius:10px;background:linear-gradient(135deg,#3177ff,#0757d6);color:#fff;display:grid;place-items:center;text-align:center;font-size:28px;font-weight:900;line-height:.8;box-shadow:0 12px 22px rgba(11,102,228,.22)}.mf-icon-box span{display:block;font-size:15px}.mediafm-promo-copy h2{font-size:29px;line-height:1.12;letter-spacing:-.02em;margin:0 0 14px}.mediafm-promo-copy p{font-size:16px;line-height:1.55;margin:0 0 18px;color:#526277}.mega-visual{height:170px;position:relative}.mega-cone{position:absolute;right:8px;top:26px;width:118px;height:82px;background:linear-gradient(135deg,#fff,#d9e9ff);border:7px solid #2b72e7;border-left-width:12px;border-radius:70% 28% 28% 70%;box-shadow:0 18px 30px rgba(11,102,228,.17)}.mega-cone::before{content:'';position:absolute;left:-28px;top:22px;width:30px;height:31px;border-radius:50%;background:#fff;border:7px solid #2b72e7}.mega-handle{position:absolute;right:39px;top:98px;width:28px;height:60px;background:#2b72e7;border-radius:9px;transform:rotate(-18deg);box-shadow:0 14px 22px rgba(11,102,228,.18)}.chart-card{position:absolute;right:75px;bottom:0;width:82px;height:62px;border-radius:10px;background:#fff;box-shadow:0 10px 25px rgba(15,23,42,.12);display:flex;gap:8px;align-items:end;padding:12px}.chart-card i{width:12px;border-radius:6px 6px 0 0;background:#2b72e7}.chart-card i:nth-child(1){height:22px}.chart-card i:nth-child(2){height:35px}.chart-card i:nth-child(3){height:27px}.front-latest{margin-top:8px}.section-title{margin-bottom:16px;align-items:center}.section-title h2{font-size:29px;letter-spacing:-.02em}.section-title a{display:flex;gap:8px;align-items:center;font-size:15px;color:#0b66e4}.section-title a::after{content:'›';font-size:24px;line-height:0}.latest-card-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;background:#fff;border:1px solid #dfe7f2;border-radius:18px;box-shadow:0 12px 32px rgba(15,23,42,.07);padding:18px}.compact-news-item{display:grid;grid-template-columns:116px 1fr;gap:14px;padding-right:14px;border-right:1px solid #e5edf7}.compact-news-item:last-child{border-right:0;padding-right:0}.compact-thumb img{width:116px;height:96px;border-radius:12px;object-fit:cover}.mini-category{font-size:12px;font-weight:900;text-transform:uppercase;color:#0b66e4}.compact-news-item h3{font-size:15px;line-height:1.36;margin:7px 0 0}.meta-line.compact{font-size:12px;margin-top:9px}.front-news-list{margin-top:18px}.front-sidebar{gap:16px}.most-read{border:1px solid #dfe7f2;border-radius:18px;box-shadow:0 12px 32px rgba(15,23,42,.07)}.most-read .box-title h2{font-size:25px}.most-read ol{padding:0;counter-reset:readlist;list-style:none}.most-read li{counter-increment:readlist;border-top:1px solid #edf2f8;padding:14px 0}.most-read li:first-child{border-top:0;padding-top:0}.most-read li a{display:grid;grid-template-columns:38px 1fr 92px;gap:14px;align-items:center}.most-read li a::before{content:counter(readlist);width:30px;height:30px;border-radius:50%;background:#edf5ff;color:#0b66e4;display:grid;place-items:center;font-size:18px;font-weight:900}.most-read li img{width:92px;height:58px;object-fit:cover;border-radius:10px}.headline-box:empty{display:none}.side-box{box-shadow:0 12px 32px rgba(15,23,42,.07);border-color:#dfe7f2}.home-empty{margin-bottom:18px}
@media (max-width:1250px){.home-layout.mediafm-frontpage{grid-template-columns:1fr}.front-sidebar{grid-template-columns:repeat(2,1fr)}.most-read,.headline-box{grid-column:1/-1}.voip-wide-premium a{grid-template-columns:220px 1fr 260px}.main-nav{gap:16px}.header-actions{display:none}}@media (max-width:920px){.front-top-grid,.latest-card-row{grid-template-columns:1fr}.front-sidebar{grid-template-columns:1fr}.mediafm-promo-card{grid-template-columns:62px 1fr}.mega-visual{display:none}.voip-wide-premium a{grid-template-columns:1fr;min-height:auto}.phone-visual{justify-self:start}.voip-side-link{grid-template-columns:1fr}.router-visual{display:none}.main-nav{top:76px}.brand img{height:39px}.voip-wide-copy h2{font-size:30px}.voip-sidebar-premium h2{font-size:27px}.compact-news-item{border-right:0;border-bottom:1px solid #e5edf7;padding-bottom:14px}.compact-news-item:last-child{border-bottom:0;padding-bottom:0}}@media (max-width:640px){.voip-wide-premium a{padding:24px}.logo-plate{width:190px}.voip-wide-copy h2{font-size:27px}.phone-visual{display:none}.voip-side-link{padding:22px}.mediafm-promo-card{grid-template-columns:1fr}.mf-icon-box{display:none}.front-story-card h2{font-size:22px}.news-row{grid-template-columns:1fr}.most-read li a{grid-template-columns:34px 1fr}.most-read li img{display:none}}

/* MediaFM v14 - groot hoofdartikel, half-page advertenties en uitgebreid weer */
:root{--container:1360px}.home-layout.mediafm-frontpage{grid-template-columns:minmax(0,1fr) 470px;gap:32px}.front-hero-news{display:grid;grid-template-columns:minmax(0,1.36fr) 310px;gap:18px;align-items:stretch}.front-featured-story{background:#fff;border:1px solid #dfe7f2;border-radius:18px;box-shadow:0 14px 36px rgba(15,23,42,.08);overflow:hidden;display:grid;grid-template-rows:auto 1fr}.front-featured-story .featured-image img{width:100%;aspect-ratio:16/9.7;object-fit:cover}.front-featured-story .featured-content{padding:24px 26px 25px}.front-featured-story h1{margin:12px 0 12px;font-size:clamp(30px,3.2vw,44px);line-height:1.04;letter-spacing:-.035em}.front-featured-story p{margin:0;color:#53647a;font-size:17px;line-height:1.6}.front-secondary-news{display:grid;grid-template-rows:1fr 1fr;gap:18px}.front-secondary-news .front-story-card{height:100%;display:grid;grid-template-rows:auto 1fr}.front-secondary-news .front-story-card:nth-child(n+3){display:none}.front-secondary-news .front-story-card .story-card-image img{aspect-ratio:16/8.8}.front-secondary-news .front-story-card h2{font-size:21px;line-height:1.16}.front-secondary-news .front-story-card .story-card-content{padding:16px}.voip-sidebar-premium{min-height:560px;background:radial-gradient(circle at 87% 72%,rgba(39,128,255,.38),transparent 26%),linear-gradient(135deg,#fff 0%,#fff 50%,#0a61d8 50%,#003d8d 100%)}.voip-side-link{min-height:560px;grid-template-columns:minmax(0,1fr) 160px;align-content:center;padding:30px}.voip-sidebar-premium h2{font-size:34px;line-height:1.06;margin-bottom:22px}.voip-feature-list{gap:16px;font-size:15px;line-height:1.35}.voip-feature-list span{min-width:28px;width:28px;height:28px}.voip-official-logo{width:225px;max-height:62px;margin-bottom:22px}.router-visual{width:140px;height:260px;border-radius:32px}.router-visual span{font-size:31px}.front-sidebar,.archive-side,.article-side{display:grid;gap:18px;align-content:start}.voip-wide-premium{margin:22px 0 26px}.voip-wide-premium a{min-height:250px;grid-template-columns:245px minmax(0,1fr) 360px}.voip-wide-copy h2{font-size:40px}.phone-visual{width:238px;height:178px}.phone-screen{left:62px;top:22px;width:112px;height:52px}.archive-featured-row{display:grid;grid-template-columns:minmax(0,1fr) 330px;align-items:stretch;padding:0;overflow:hidden}.archive-featured-row .news-row-text{padding:28px}.archive-featured-row h2{font-size:34px;line-height:1.08;letter-spacing:-.03em}.archive-featured-row p{font-size:17px}.archive-featured-row .news-row-image{height:100%}.archive-featured-row .news-row-image img{height:100%;min-height:260px;width:100%;object-fit:cover;border-radius:0}.article-layout{grid-template-columns:minmax(0,1fr) 390px;gap:32px}.article-main h1{font-size:clamp(34px,4.5vw,58px);line-height:1.02}.article-main .lead{font-size:21px;line-height:1.65}.article-image img{aspect-ratio:16/8.7;object-fit:cover}.weather-widget{position:relative;overflow:hidden}.weather-title{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}.weather-title h2{margin:0}.weather-title span{display:block;margin-top:3px;color:#64748b;font-weight:800}.weather-title a{font-size:13px;color:#0b66e4;font-weight:900;white-space:nowrap}.weather-search-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;margin:0 0 18px}.weather-search-form input{height:43px;border:1px solid #d9e5f2;border-radius:12px;padding:0 13px;background:#f8fbff;color:#0f172a;min-width:0}.weather-search-form button,.popular-weather-cities button{border:0;border-radius:12px;background:#0b66e4;color:#fff;font-weight:900;padding:0 16px;cursor:pointer;box-shadow:0 10px 22px rgba(11,102,228,.18)}.weather-search-form button{height:43px}.weather-error{border:1px solid #fecaca;background:#fff1f2;color:#b91c1c;border-radius:12px;padding:10px 12px;margin-bottom:12px;font-size:14px;font-weight:700}.weather-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:14px 0 16px}.weather-detail-grid span{background:#f2f7ff;border:1px solid #e1ecf9;border-radius:12px;padding:10px 11px;color:#334155;font-size:13px;font-weight:800}.weather-forecast{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.forecast-day{border:1px solid #e1ecf9;background:#fff;border-radius:14px;padding:11px 9px;text-align:center;display:grid;gap:4px}.forecast-day strong{font-size:12px}.forecast-icon{font-size:24px;line-height:1}.forecast-day span{font-size:13px;font-weight:900}.forecast-day small{font-size:11px;color:#64748b}.weather-large{max-width:980px;margin:0 auto 20px;padding:28px}.weather-large .box-title h2{font-size:34px}.weather-large .weather-current{display:grid;grid-template-columns:minmax(0,1fr) 110px;align-items:center;background:linear-gradient(135deg,#0b66e4,#063d85);color:#fff;border-radius:22px;padding:28px;margin:12px 0 18px}.weather-large .weather-current strong{font-size:68px;line-height:1}.weather-large .weather-current span{font-size:20px;color:rgba(255,255,255,.9);font-weight:800}.weather-large .weather-mini{font-size:64px;text-align:center}.weather-large .weather-detail-grid{grid-template-columns:repeat(4,1fr)}.weather-large .weather-forecast{grid-template-columns:repeat(7,1fr);margin-top:16px}.weather-hourly{margin-top:22px}.weather-hourly h3{margin:0 0 12px;font-size:20px}.hourly-strip{display:grid;grid-template-columns:repeat(10,minmax(84px,1fr));gap:10px;overflow:auto;padding-bottom:4px}.hour-card{background:#f8fbff;border:1px solid #e1ecf9;border-radius:14px;padding:12px;text-align:center;display:grid;gap:5px;min-width:84px}.hour-card strong{font-size:12px}.hour-card span{font-size:24px}.hour-card b{font-size:18px}.hour-card small{font-size:11px;color:#64748b}.popular-weather-cities{max-width:980px;margin:12px auto 34px;display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.popular-weather-cities button{height:40px;background:#fff;color:#0b66e4;border:1px solid #cfe0f5;box-shadow:0 8px 20px rgba(15,23,42,.06)}.popular-weather-cities button:hover{background:#0b66e4;color:#fff}.weather-page .page-title{text-align:center}.weather-page .page-title p{max-width:780px;margin-inline:auto}.weather-page .weather-large .weather-title a{display:none}@media (max-width:1180px){.home-layout.mediafm-frontpage,.home-layout,.archive-layout,.article-layout{grid-template-columns:1fr}.front-sidebar,.archive-side,.article-side{grid-template-columns:1fr 1fr}.front-sidebar .voip-sidebar-premium,.archive-side .voip-sidebar-premium,.article-side .voip-sidebar-premium{grid-column:1/-1}.front-hero-news{grid-template-columns:1fr}.front-secondary-news{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}.voip-sidebar-premium,.voip-side-link{min-height:420px}.voip-wide-premium a{grid-template-columns:1fr;gap:20px}.phone-visual{justify-self:start}.weather-large .weather-detail-grid{grid-template-columns:repeat(2,1fr)}.weather-large .weather-forecast{grid-template-columns:repeat(4,1fr)}}@media (max-width:760px){.front-sidebar,.archive-side,.article-side{grid-template-columns:1fr}.front-secondary-news{grid-template-columns:1fr}.front-featured-story h1{font-size:30px}.voip-side-link{grid-template-columns:1fr;padding:24px}.router-visual{display:none}.voip-sidebar-premium{min-height:auto}.voip-wide-premium a{padding:24px}.logo-plate{width:190px}.voip-wide-copy h2{font-size:30px}.phone-visual{display:none}.archive-featured-row{grid-template-columns:1fr}.archive-featured-row .news-row-image{order:-1}.archive-featured-row .news-row-image img{min-height:auto;aspect-ratio:16/9}.weather-search-form{grid-template-columns:1fr}.weather-search-form button{width:100%}.weather-large{padding:20px}.weather-large .weather-current{grid-template-columns:1fr;text-align:center}.weather-large .weather-detail-grid{grid-template-columns:1fr}.weather-large .weather-forecast,.weather-forecast{grid-template-columns:repeat(2,1fr)}.hourly-strip{grid-template-columns:repeat(5,minmax(86px,1fr))}}

/* MediaFM v15 - normale nieuwssite layout, kleinere advertenties en werkende navigatie/weer */
:root{--container:1280px;--accent:#0b66e4;--accent-2:#074ec2}.main-nav a::after{content:none!important;display:none!important}.main-nav a{border-radius:10px;padding:8px 9px;margin:-8px -5px;transition:background .15s ease,color .15s ease}.main-nav a.active{background:#edf5ff;color:#0b66e4!important}.main-nav a.advertise-link.active{background:#edf5ff;color:#0b66e4!important}.home-layout.mediafm-frontpage{grid-template-columns:minmax(0,1fr) 340px;gap:24px;padding-top:24px}.front-section-heading{display:flex;align-items:end;justify-content:space-between;gap:16px;margin:0 0 18px}.front-section-heading h1{margin:0;font-size:34px;line-height:1.05;letter-spacing:-.03em}.front-section-heading p{margin:0;color:#64748b;font-size:15px}.front-hero-news{grid-template-columns:minmax(0,1.28fr) 300px;gap:16px}.front-featured-story h1{font-size:clamp(28px,2.8vw,38px);line-height:1.08}.front-featured-story .featured-content{padding:22px 24px}.front-featured-story p{font-size:16px;line-height:1.55}.front-secondary-news{gap:16px}.front-secondary-news .front-story-card h2{font-size:19px}.front-secondary-news .front-story-card .story-card-content{padding:15px}.front-sidebar,.archive-side,.article-side{gap:16px}.mf-ad-card{border:1px solid #d9e5f2;border-radius:18px;background:#fff;box-shadow:0 10px 26px rgba(15,23,42,.07);overflow:hidden}.ad-topline{display:block;margin-bottom:10px;color:#0b66e4;text-transform:uppercase;font-size:11px;font-weight:900;letter-spacing:.08em}.ad-topline.light{color:rgba(255,255,255,.82)}.voip-sidebar-standard{min-height:auto!important;background:#fff!important}.voip-standard-link{display:block;padding:20px;color:#0f172a;background:linear-gradient(145deg,#fff 0%,#f7fbff 100%)}.voip-sidebar-standard .voip-official-logo{width:170px;height:auto;max-height:54px;object-fit:contain;margin:0 0 14px}.voip-sidebar-standard h2{margin:0 0 9px;font-size:24px;line-height:1.12;letter-spacing:-.03em;color:#071327}.voip-sidebar-standard p{margin:0 0 13px;color:#58677b;font-size:14px;line-height:1.48}.voip-mini-list{display:grid;gap:7px;margin:0 0 16px;padding:0;list-style:none}.voip-mini-list li{display:flex;align-items:center;gap:8px;color:#172033;font-size:13px;font-weight:800}.voip-mini-list li::before{content:'';width:8px;height:8px;border-radius:999px;background:#0b66e4;box-shadow:0 0 0 4px #e8f1ff}.mf-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:11px;background:#0b66e4;color:#fff!important;font-weight:900;font-size:14px;line-height:1;padding:12px 18px;box-shadow:0 8px 18px rgba(11,102,228,.18)}.mf-cta::after{content:'›';font-size:18px;line-height:.8}.voip-wide-standard{margin:20px 0 26px;border-radius:18px;overflow:hidden;border:1px solid #0a3975;box-shadow:0 12px 28px rgba(15,23,42,.09);background:#061326}.voip-wide-standard a{min-height:145px;display:grid;grid-template-columns:180px minmax(0,1fr) auto;gap:24px;align-items:center;padding:22px 26px;color:#fff;background:radial-gradient(circle at 86% 42%,rgba(32,132,255,.36),transparent 28%),linear-gradient(135deg,#061326 0%,#09284c 58%,#064d9d 100%)}.voip-wide-logo{display:flex;align-items:center}.voip-wide-logo img{width:165px;max-height:54px;object-fit:contain;filter:none}.voip-wide-copy h2{margin:0 0 6px;font-size:28px;line-height:1.08;letter-spacing:-.03em;color:#fff}.voip-wide-copy p{margin:0;color:rgba(255,255,255,.82);font-size:15px;line-height:1.45}.voip-wide-standard .mf-cta{white-space:nowrap;background:#1677ff}.mediafm-promo-standard{padding:20px}.mediafm-promo-standard .mediafm-promo-head{display:flex;align-items:center;gap:13px;margin-bottom:12px}.mediafm-promo-standard .mf-icon-box{width:44px;height:44px;border-radius:10px;background:#0b66e4;color:#fff;display:grid;place-items:center;text-align:center;font-size:20px;font-weight:900;line-height:.85;flex:0 0 auto}.mediafm-promo-standard .mf-icon-box span{font-size:12px}.mediafm-promo-standard h2{font-size:24px;line-height:1.1;margin:0;color:#071327}.mediafm-promo-standard p{margin:0 0 16px;color:#58677b;font-size:14px;line-height:1.55}.archive-layout{grid-template-columns:minmax(0,1fr) 320px;gap:24px}.article-layout{grid-template-columns:minmax(0,1fr) 320px;gap:24px}.archive-featured-row{grid-template-columns:minmax(0,1fr) 260px}.archive-featured-row .news-row-text{padding:24px}.archive-featured-row h2{font-size:30px}.article-main h1{font-size:clamp(32px,4vw,50px)}.voip-sidebar-premium,.voip-side-link{min-height:auto!important}.weather-page{padding:24px 0 42px}.weather-page .page-title{background:#fff;border:1px solid #dfe7f2;border-radius:18px;box-shadow:0 10px 26px rgba(15,23,42,.06);padding:24px 28px;margin-bottom:18px;text-align:left}.weather-page .page-title h1{font-size:38px}.weather-page .page-title p{margin:0;color:#64748b}.weather-large{max-width:none;margin:0 0 20px;padding:22px;border:1px solid #dfe7f2;box-shadow:0 10px 26px rgba(15,23,42,.06)}.weather-large .weather-current{padding:24px}.weather-large .weather-current strong{font-size:56px}.weather-large .weather-forecast{grid-template-columns:repeat(7,minmax(0,1fr))}.popular-weather-cities{max-width:none;justify-content:flex-start}.weather-search-form input:focus,.searchbar input:focus,.searchbar select:focus{outline:2px solid rgba(11,102,228,.2);border-color:#0b66e4}@media (max-width:1180px){.home-layout.mediafm-frontpage,.archive-layout,.article-layout{grid-template-columns:1fr}.front-sidebar,.archive-side,.article-side{grid-template-columns:repeat(2,minmax(0,1fr))}.front-hero-news{grid-template-columns:1fr}.voip-wide-standard a{grid-template-columns:1fr;gap:14px}.voip-wide-logo img{width:180px}.weather-large .weather-forecast{grid-template-columns:repeat(4,1fr)}}@media (max-width:760px){.front-section-heading{display:block}.front-section-heading h1{font-size:30px}.front-section-heading p{margin-top:6px}.front-sidebar,.archive-side,.article-side{grid-template-columns:1fr}.voip-wide-standard a{padding:22px}.voip-wide-copy h2{font-size:25px}.voip-wide-standard .mf-cta{width:max-content}.archive-featured-row{grid-template-columns:1fr}.weather-page .page-title{padding:20px}.weather-large .weather-forecast{grid-template-columns:repeat(2,1fr)}}


/* v16: rustige nieuwspagina, geen rare menuhaakjes, normale advertenties */
.main-nav a::after,
.main-nav a:after,
.main-nav a.advertise-link::after,
.main-nav a.advertise-link:after{
    content:"" !important;
    display:none !important;
    margin:0 !important;
}
.main-nav a{
    position:relative;
    display:inline-flex;
    align-items:center;
    border-radius:10px;
    padding:8px 10px;
    margin:0;
    color:#0f172a;
    font-weight:800;
}
.main-nav a.active,
.main-nav a:hover{
    color:#0b66e4 !important;
    background:#edf5ff;
}
.mf-header .masthead-inner{padding:14px 0;}
.home-layout.mediafm-frontpage{
    grid-template-columns:minmax(0,1fr) 320px;
    gap:24px;
    padding-top:22px;
}
.front-heading-simple{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin:0 0 14px;
    padding:0;
}
.front-heading-simple h1{
    margin:0;
    font-size:30px;
    line-height:1.1;
    letter-spacing:-.03em;
}
.front-heading-simple a{
    color:#0b66e4;
    font-weight:900;
    font-size:14px;
}
.front-heading-simple a::after{content:"" !important;display:none !important;}
.front-hero-news{
    display:grid;
    grid-template-columns:minmax(0,1.18fr) 300px;
    gap:16px;
    align-items:stretch;
}
.front-featured-story,
.front-story-card,
.compact-news-item,
.news-row,
.side-box,
.weather-widget,
.mf-ad-card,
.voip-inline-ad{
    border:1px solid #dde6f1;
    box-shadow:0 10px 26px rgba(15,23,42,.06);
}
.front-featured-story .featured-content{padding:22px 24px;}
.front-featured-story h1{font-size:clamp(30px,3vw,42px);line-height:1.05;margin:10px 0 10px;}
.front-featured-story p{font-size:16px;line-height:1.55;color:#526173;}
.front-secondary-news{display:grid;gap:16px;}
.front-secondary-news .front-story-card h2{font-size:19px;line-height:1.18;}
.front-secondary-news .story-card-image img{aspect-ratio:16/9;}
.category-label{color:#0b66e4;letter-spacing:.06em;}
.category-label::before{background:#0b66e4;}

/* Normale advertentieblokken zoals op nieuwssites */
.mf-ad-card{background:#fff;border-radius:16px;overflow:hidden;}
.ad-topline{font-size:10px;text-transform:uppercase;letter-spacing:.09em;font-weight:900;color:#0b66e4;margin-bottom:9px;}
.voip-sidebar-clean{min-height:0!important;background:#fff!important;}
.voip-clean-link{
    display:block;
    padding:18px;
    color:#0f172a;
    background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
}
.voip-sidebar-clean .voip-official-logo{
    width:160px;
    max-height:50px;
    object-fit:contain;
    margin:0 0 14px;
}
.voip-sidebar-clean h2{
    margin:0 0 8px;
    font-size:23px;
    line-height:1.12;
    letter-spacing:-.025em;
    color:#071327;
}
.voip-sidebar-clean p{
    margin:0 0 15px;
    color:#5b6b7f;
    font-size:14px;
    line-height:1.5;
}
.clean-ad-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    background:#0b66e4;
    color:#fff!important;
    padding:11px 16px;
    font-weight:900;
    font-size:14px;
    line-height:1;
    box-shadow:0 8px 18px rgba(11,102,228,.18);
}
.clean-ad-button::after{content:""!important;display:none!important;}
.clean-ad-button.blue{background:#1677ff;}
.voip-inline-ad{
    margin:18px 0 24px;
    border-radius:16px;
    overflow:hidden;
    background:#071327;
}
.voip-inline-ad a{
    min-height:112px;
    display:grid;
    grid-template-columns:180px minmax(0,1fr) auto;
    gap:22px;
    align-items:center;
    padding:18px 22px;
    color:#fff;
    background:linear-gradient(135deg,#071327 0%,#0a274b 58%,#0b66e4 100%);
}
.voip-inline-brand img{
    width:160px;
    max-height:50px;
    object-fit:contain;
}
.voip-inline-copy h2{
    margin:0 0 5px;
    color:#fff;
    font-size:24px;
    line-height:1.1;
    letter-spacing:-.025em;
}
.voip-inline-copy p{
    margin:0;
    color:rgba(255,255,255,.82);
    font-size:14px;
    line-height:1.45;
}
.mediafm-ad-clean{
    padding:18px;
    background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);
}
.mediafm-ad-clean h2{
    margin:0 0 8px;
    font-size:23px;
    line-height:1.12;
    letter-spacing:-.025em;
    color:#071327;
}
.mediafm-ad-clean p{
    margin:0 0 15px;
    color:#5b6b7f;
    font-size:14px;
    line-height:1.5;
}
/* oude advertentiestijlen definitief neutraliseren */
.voip-sidebar-premium,
.voip-side-link,
.voip-wide-premium,
.logo-plate,
.phone-visual,
.router-visual{min-height:0!important;}
.voip-wide-premium{display:none!important;}

.latest-section.front-latest{margin-top:8px;}
.latest-card-row{background:#fff;border:1px solid #dde6f1;border-radius:16px;box-shadow:0 10px 26px rgba(15,23,42,.06);overflow:hidden;}
.compact-news-item{border:0!important;box-shadow:none!important;}
.section-title h2{font-size:30px;letter-spacing:-.025em;}
.section-title a{display:flex;align-items:center;gap:6px;color:#0b66e4;font-weight:900;}
.section-title a::after{content:""!important;display:none!important;}
@media (max-width:1180px){
    .home-layout.mediafm-frontpage{grid-template-columns:1fr;}
    .front-sidebar,.archive-side,.article-side{grid-template-columns:repeat(2,minmax(0,1fr));}
    .front-hero-news{grid-template-columns:1fr;}
    .voip-inline-ad a{grid-template-columns:1fr;gap:12px;}
}
@media (max-width:760px){
    .front-heading-simple h1{font-size:28px;}
    .front-sidebar,.archive-side,.article-side{grid-template-columns:1fr;}
    .voip-inline-ad a{padding:18px;}
    .voip-inline-copy h2{font-size:22px;}
}


/* v17: header op 1 regel + sterkere advertentiekoppen */
.mf-header .masthead-inner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:20px;}
.brand{flex:0 0 auto;}
.main-nav{justify-content:center;flex-wrap:nowrap;gap:6px;min-width:0;}
.main-nav a{white-space:nowrap;font-size:14px;padding:8px 8px;}
.header-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto;}
.weather-pill,.search-icon,.login-button{white-space:nowrap;}
.advertise-link{font-weight:800;}
.mediafm-ad-clean h2,.voip-sidebar-clean h2{max-width:16ch;}
.mediafm-ad-clean .ad-topline{margin-bottom:8px;}
@media (max-width:1240px){
  .mf-header .masthead-inner{grid-template-columns:auto 1fr auto;}
  .main-nav{gap:2px;}
  .main-nav a{font-size:13px;padding:8px 6px;}
}
@media (max-width:1080px){
  .mf-header .masthead-inner{display:flex;}
  .main-nav{flex-wrap:wrap;justify-content:flex-start;}
}


/* v19: geen Topnieuws-balk, geen login, werkende categorieën en nettere advertentiebalk */
.mf-header .masthead{box-shadow:0 1px 0 rgba(15,23,42,.06);}
.mf-header .masthead-inner{display:grid!important;grid-template-columns:178px minmax(0,1fr) auto;gap:18px;align-items:center;padding:13px 0!important;}
.brand img{height:36px!important;width:auto;}
.main-nav{display:flex!important;justify-content:center!important;align-items:center!important;gap:4px!important;flex-wrap:nowrap!important;min-width:0;}
.main-nav a{font-size:13.5px!important;font-weight:850!important;line-height:1!important;padding:10px 8px!important;border-radius:999px!important;margin:0!important;white-space:nowrap!important;}
.main-nav a.active,.main-nav a:hover{background:#edf5ff!important;color:#0b66e4!important;}
.main-nav a.advertise-link{background:#f6f8fb!important;border:1px solid #e2e8f0!important;padding:10px 12px!important;margin-left:4px!important;}
.main-nav a.advertise-link.active,.main-nav a.advertise-link:hover{background:#0b66e4!important;color:#fff!important;border-color:#0b66e4!important;}
.header-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;}
.login-button{display:none!important;}
.weather-pill{font-size:14px;font-weight:900;color:#0f172a;}
.search-icon{font-size:20px;font-weight:900;color:#0f172a;}
.home-layout.mediafm-frontpage{padding-top:24px!important;}
.front-hero-news{margin-top:0!important;}
.front-heading-simple{display:none!important;}
.front-featured-story h1{font-size:clamp(36px,3.8vw,54px)!important;line-height:1.01!important;letter-spacing:-.045em!important;margin:12px 0 12px!important;}
.front-featured-story .featured-content{padding:26px 28px!important;}
.front-featured-story p{font-size:17px!important;line-height:1.55!important;}
.front-secondary-news .front-story-card h2{font-size:20px!important;line-height:1.14!important;}
.voip-inline-ad{margin:20px 0 28px!important;border-radius:15px!important;border:1px solid #d6e4f5!important;background:#fff!important;box-shadow:0 8px 22px rgba(15,23,42,.06)!important;}
.voip-inline-ad a{min-height:104px!important;display:grid!important;grid-template-columns:170px minmax(0,1fr) auto!important;gap:22px!important;align-items:center!important;padding:17px 22px!important;color:#0f172a!important;background:linear-gradient(90deg,#ffffff 0%,#f6faff 55%,#edf6ff 100%)!important;}
.voip-inline-brand img{width:150px!important;max-height:48px!important;object-fit:contain!important;}
.voip-inline-copy .ad-topline.light{color:#0b66e4!important;}
.voip-inline-copy h2{color:#071327!important;font-size:25px!important;line-height:1.08!important;margin:0 0 5px!important;}
.voip-inline-copy p{color:#536275!important;font-size:14.5px!important;line-height:1.45!important;}
.voip-inline-ad .clean-ad-button{background:#0b66e4!important;color:#fff!important;white-space:nowrap!important;}
.voip-sidebar-clean h2,.mediafm-ad-clean h2{font-size:24px!important;line-height:1.08!important;letter-spacing:-.03em!important;max-width:none!important;}
.voip-sidebar-clean .voip-official-logo{width:155px!important;}
.mediafm-ad-clean{border-left:4px solid #0b66e4!important;}
@media (max-width:1240px){
  .mf-header .masthead-inner{grid-template-columns:auto 1fr auto;gap:12px;}
  .main-nav a{font-size:12.5px!important;padding:9px 6px!important;}
  .brand img{height:33px!important;}
}
@media (max-width:1080px){
  .mf-header .masthead-inner{display:flex!important;}
  .main-nav{position:fixed;left:16px;right:16px;top:70px;display:none!important;flex-wrap:wrap!important;justify-content:flex-start!important;background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 16px 40px rgba(15,23,42,.16);padding:14px;z-index:50;}
  .main-nav.open{display:flex!important;}
  .menu-toggle{display:block!important;}
  .header-actions{margin-left:auto;}
}
@media (max-width:760px){
  .front-featured-story h1{font-size:34px!important;}
  .voip-inline-ad a{grid-template-columns:1fr!important;gap:10px!important;}
  .voip-inline-ad .clean-ad-button{width:max-content!important;}
}


/* v20: sportblok, neutrale advertentievoorbeelden en ruimere artikelbanner */
.article-main .ad-article_bottom{
    margin:36px 0 10px;
    padding:16px;
    background:#fff;
    border:1px solid #d9e5f2;
    border-radius:18px;
    box-shadow:0 10px 26px rgba(15,23,42,.06);
}
.article-main .ad-article_bottom a,
.article-main .ad-article_bottom > div{
    display:block;
}
.article-main .ad-article_bottom img{
    width:100%;
    aspect-ratio:970 / 250;
    object-fit:cover;
    border-radius:12px;
}
.sample-grid img{
    background:#fff;
    object-fit:cover;
}


/* v21: telefoonproof homepage, compactere topcards, mooiere meest gelezen en SEO-ready structuur */
.front-hero-news{
    align-items:start;
}
.front-secondary-news{
    display:grid;
    gap:14px;
    align-content:start;
}
.front-secondary-news .front-story-card{
    display:grid;
    grid-template-columns:118px minmax(0,1fr);
    min-height:136px;
    border-radius:16px;
}
.front-secondary-news .front-story-card .story-card-image{height:100%;}
.front-secondary-news .front-story-card .story-card-image img{
    width:118px;
    height:100%;
    min-height:136px;
    aspect-ratio:auto;
    object-fit:cover;
}
.front-secondary-news .front-story-card .story-card-content{
    padding:14px 15px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.front-secondary-news .front-story-card h2{
    font-size:18px!important;
    line-height:1.18;
    margin:7px 0 0;
}
.front-secondary-news .front-story-card .meta-line{
    margin-top:9px;
    font-size:12px;
}
.front-featured-story h1{
    font-size:clamp(36px,4.1vw,54px)!important;
    line-height:1.02!important;
    letter-spacing:-.04em;
}
.front-featured-story .featured-content{
    padding:24px 28px 26px!important;
}
.section-kicker{
    display:block;
    color:#0b66e4;
    text-transform:uppercase;
    letter-spacing:.08em;
    font-size:11px;
    font-weight:900;
    margin-bottom:4px;
}
.most-read-modern{
    padding:18px;
    border-radius:18px;
    background:#fff;
}
.most-read-modern .box-title{margin-bottom:6px;}
.most-read-modern .box-title h2{font-size:25px;line-height:1.1;}
.most-read-modern ol{
    list-style:none;
    counter-reset:popular;
    margin:0;
    padding:0;
    display:grid;
    gap:0;
}
.most-read-modern li{
    counter-increment:popular;
    border-top:1px solid #edf2f7;
    padding:13px 0;
}
.most-read-modern li:first-child{border-top:0;}
.most-read-modern li a{
    display:grid;
    grid-template-columns:34px minmax(0,1fr) 76px;
    gap:12px;
    align-items:center;
}
.most-read-modern li a::before{
    content:counter(popular);
    width:30px;
    height:30px;
    border-radius:50%;
    background:#edf5ff;
    color:#0b66e4;
    display:grid;
    place-items:center;
    font-size:17px;
    font-weight:900;
}
.most-read-title{
    font-size:14px;
    line-height:1.32;
    font-weight:850;
    color:#111827;
}
.most-read-modern img{
    width:76px;
    height:52px;
    border-radius:10px;
    object-fit:cover;
    background:#eef2f7;
}
.topic-strip{
    margin-top:22px;
}
.topic-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    background:#fff;
    border:1px solid #dde6f1;
    border-radius:18px;
    box-shadow:0 10px 26px rgba(15,23,42,.06);
    padding:16px;
}
.topic-grid .compact-news-item{
    border:0!important;
    padding:0!important;
    box-shadow:none!important;
}
.article-main .ad-article_bottom{
    margin:44px 0 12px!important;
    padding:18px!important;
}
.article-main .ad-article_bottom::before{
    content:'Advertentie';
    display:block;
    color:#64748b;
    font-size:11px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.08em;
    margin-bottom:10px;
}
@media (max-width:900px){
    .front-secondary-news .front-story-card{
        grid-template-columns:108px 1fr;
        min-height:120px;
    }
    .front-secondary-news .front-story-card .story-card-image img{
        width:108px;
        min-height:120px;
    }
    .front-featured-story h1{
        font-size:34px!important;
    }
    .topic-grid{grid-template-columns:1fr;}
}
@media (max-width:640px){
    body{background:#f5f7fa;}
    .container{width:min(var(--container),calc(100% - 20px));}
    .masthead-inner{padding:12px 0!important;}
    .brand img{height:32px!important;}
    .home-layout.mediafm-frontpage,
    .archive-layout,
    .article-layout{
        padding-top:14px!important;
        gap:18px!important;
    }
    .front-featured-story h1{
        font-size:30px!important;
        line-height:1.05!important;
    }
    .front-featured-story .featured-content{
        padding:18px!important;
    }
    .front-featured-story p{
        font-size:15px!important;
    }
    .front-secondary-news .front-story-card{
        grid-template-columns:96px 1fr;
        min-height:112px;
    }
    .front-secondary-news .front-story-card .story-card-image img{
        width:96px;
        min-height:112px;
    }
    .front-secondary-news .front-story-card h2{
        font-size:16px!important;
    }
    .latest-card-row{
        display:grid;
        grid-template-columns:1fr!important;
        gap:0!important;
        padding:12px!important;
    }
    .compact-news-item{
        grid-template-columns:88px 1fr!important;
        gap:12px!important;
        padding:12px 0!important;
        border-bottom:1px solid #edf2f7!important;
    }
    .compact-news-item:last-child{border-bottom:0!important;}
    .compact-thumb img{
        width:88px!important;
        height:72px!important;
    }
    .most-read-modern li a{
        grid-template-columns:32px 1fr 64px;
        gap:10px;
    }
    .most-read-modern img{
        width:64px;
        height:46px;
    }
    .article-main{
        padding:18px!important;
    }
    .article-main h1{
        font-size:30px!important;
        line-height:1.06!important;
    }
    .article-text p,
    .lead{
        font-size:16px!important;
        line-height:1.65!important;
    }
    .voip-inline-ad a{
        min-height:auto!important;
    }
}


/* v22: minder leeg naast hoofdartikel, delen-knoppen, contactnummer en mobiel extra strak */
.front-hero-news{
    align-items:stretch!important;
}
.front-secondary-news{
    align-self:stretch!important;
    grid-template-rows:repeat(3,minmax(0,1fr))!important;
    height:100%!important;
}
.front-secondary-news .front-story-card{
    height:100%!important;
    min-height:0!important;
}
.front-secondary-news .front-story-card .story-card-content{
    justify-content:flex-start!important;
}
.front-secondary-news .front-story-card h2{
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.share-bar{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:9px;
    margin:16px 0 18px;
    padding:12px;
    border:1px solid #dbe7f5;
    background:#f8fbff;
    border-radius:14px;
}
.share-bar span{
    color:#64748b;
    font-size:13px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.06em;
}
.share-bar a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:9px 12px;
    border-radius:999px;
    background:#fff;
    border:1px solid #d7e4f5;
    color:#0b66e4;
    font-size:13px;
    font-weight:900;
}
.share-bar a:hover{
    background:#0b66e4;
    color:#fff;
    border-color:#0b66e4;
}
.contact-info-box a{
    color:#0b66e4;
    font-weight:900;
}
.contact-info-box p{
    margin:0 0 15px;
}
.most-read-modern{
    border-left:0!important;
}
.most-read-modern .box-title{
    padding-bottom:10px;
    border-bottom:1px solid #edf2f7;
}
@media (max-width:900px){
    .front-secondary-news{
        height:auto!important;
        grid-template-rows:none!important;
    }
}
@media (max-width:640px){
    .share-bar{
        padding:10px;
        gap:8px;
    }
    .share-bar span{
        width:100%;
    }
    .share-bar a{
        flex:1 1 calc(50% - 8px);
        min-width:120px;
    }
    .front-secondary-news .front-story-card h2{
        -webkit-line-clamp:3;
    }
}


/* v23: strakker homepage, categorie ipv tijd en geen blauwe bolletjes */
.category-label::before{display:none!important;content:none!important;}
.category-label{gap:0!important;padding:0!important;}
.row-category{display:inline-block;margin-bottom:10px;font-size:12px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;color:#0b66e4;}
.front-hero-news{align-items:start!important;}
.front-secondary-news{align-self:start!important;grid-template-rows:none!important;grid-auto-rows:max-content!important;height:auto!important;gap:14px!important;}
.front-secondary-news .front-story-card{height:auto!important;min-height:0!important;}
.front-secondary-news .front-story-card .story-card-content{display:block!important;padding:14px 16px!important;}
.front-secondary-news .front-story-card h2{font-size:17px!important;line-height:1.22!important;-webkit-line-clamp:4;}
.front-secondary-news .story-card-image img{aspect-ratio:16/10!important;}
.front-featured-story .featured-content{padding:20px 22px!important;}
.front-featured-story h1{font-size:clamp(26px,3.3vw,40px)!important;line-height:1.06!important;}
.front-featured-story p{font-size:15px!important;line-height:1.55!important;}
.news-row{padding:20px!important;}
.news-row h3,.news-row h2{font-size:26px!important;line-height:1.16!important;}
.news-row p{font-size:15px;line-height:1.6;color:#556477;}
.source-small{margin-top:12px;font-size:13px;color:#667085;}
.page-title .category-label,.advertise-hero .category-label,.article-main .category-label,.front-featured-story .category-label,.front-story-card .category-label,.compact-news-item .mini-category{letter-spacing:.06em;}
.share-bar a::before{display:none!important;content:none!important;}
@media (max-width:900px){
  .front-secondary-news{grid-template-rows:none!important;height:auto!important;}
  .front-secondary-news .front-story-card .story-card-content{padding:14px 15px!important;}
}


/* v24: nieuws-pagina rustiger, home tijdstip terug en nieuwe favicon */
.simple-page-title{padding-bottom:2px!important;}
.simple-page-title h1{margin-bottom:0!important;}
.row-meta-top{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:12px;}
.row-meta-top .row-category{margin-bottom:0!important;font-size:11px;}
.row-meta-top .time-chip{background:#edf5ff;color:#0b66e4;}
.searchbar{display:none!important;}
.advertise-hero .category-label{display:none!important;}
.ad-topline::before,.ad-topline:before{content:none!important;display:none!important;}
@media (max-width:760px){
  .row-meta-top{gap:8px;margin-bottom:10px;}
}


/* v25: betere artikelbanner, video ondersteuning en gerelateerd nieuws */
.story-topline{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:10px;}
.compact-topline{margin-bottom:8px;}
.video-flag{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:999px;background:#eef6ff;color:#0b66e4;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.05em;}
.video-flag::before{content:'▶';font-size:10px;line-height:1;}
.video-flag.small{padding:4px 8px;font-size:10px;}
.article-main .ad-article_bottom{margin:34px 0 18px!important;padding:14px!important;}
.article-main .ad-article_bottom img{width:100%;height:auto!important;aspect-ratio:auto!important;object-fit:contain!important;border-radius:12px;background:#fff;}
.article-main .ad-article_bottom a,.article-main .ad-article_bottom>div{display:block!important;}
.article-video-box{margin:0 0 22px;border:1px solid #dbe5f1;border-radius:18px;overflow:hidden;background:#0f172a;box-shadow:0 10px 26px rgba(15,23,42,.10);}
.article-video-box iframe,.article-video-box video{display:block;width:100%;aspect-ratio:16/9;border:0;background:#000;}
.related-news-block{margin-top:18px;padding-top:8px;}
.related-grid{display:grid;grid-template-columns:1fr;gap:16px;}
@media (min-width:900px){.related-grid{grid-template-columns:repeat(3,1fr);}}


/* v26: alleen belangrijk nieuws bovenin + bron/tijd duidelijker */
.story-meta-top{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin:5px 0 12px;color:#667085;font-size:13px;font-weight:700;}
.story-meta-top span + span::before{content:'•';margin-right:9px;color:#94a3b8;}
.front-featured-story .story-meta-top{margin-bottom:12px;}
.front-story-card .story-meta-top{font-size:12px;margin:4px 0 10px;}
.archive-row .story-meta-top{margin:2px 0 12px;}
.front-featured-story .meta-line,.front-story-card .meta-line{display:none!important;}
.archive-row .source-small{display:none!important;}


/* v27: rechter nieuwskopjes naast hoofdartikel strakker + bron/tijd beter zichtbaar */
.front-hero-news{grid-template-columns:minmax(0,1fr) 360px!important;gap:18px!important;align-items:start!important;}
.front-secondary-news{display:grid!important;grid-template-rows:repeat(2,auto)!important;gap:16px!important;align-self:start!important;height:auto!important;}
.front-secondary-news .front-story-card{display:grid!important;grid-template-columns:132px minmax(0,1fr)!important;min-height:156px!important;height:auto!important;border-radius:18px!important;overflow:hidden!important;background:#fff!important;}
.front-secondary-news .front-story-card .story-card-image{height:100%!important;min-height:156px!important;}
.front-secondary-news .front-story-card .story-card-image img{width:100%!important;height:100%!important;aspect-ratio:auto!important;object-fit:cover!important;}
.front-secondary-news .front-story-card .story-card-content{padding:16px 18px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;}
.front-secondary-news .story-topline{margin-bottom:5px!important;}
.front-secondary-news .front-story-card h2{font-size:20px!important;line-height:1.16!important;letter-spacing:-.02em!important;margin:0!important;display:-webkit-box!important;-webkit-line-clamp:4!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
.story-meta-top{display:flex!important;align-items:center!important;gap:0!important;flex-wrap:wrap!important;margin:0 0 10px!important;color:#667085!important;font-size:12px!important;font-weight:700!important;}
.story-meta-top span + span::before{content:'•';margin:0 8px;color:#94a3b8;}
.front-featured-story .story-meta-top{font-size:13px!important;margin:2px 0 12px!important;}
.row-meta-top{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important;margin-bottom:10px!important;}
.row-source-time{color:#667085!important;font-size:13px!important;font-weight:700!important;}
.row-category{margin:0!important;}
.source-small{display:none!important;}
@media (max-width:1100px){
  .front-hero-news{grid-template-columns:1fr!important;}
  .front-secondary-news{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:none!important;}
}
@media (max-width:720px){
  .front-secondary-news{grid-template-columns:1fr!important;}
  .front-secondary-news .front-story-card{grid-template-columns:116px minmax(0,1fr)!important;min-height:138px!important;}
  .front-secondary-news .front-story-card .story-card-image{min-height:138px!important;}
  .front-secondary-news .front-story-card .story-card-content{padding:14px!important;}
  .front-secondary-news .front-story-card h2{font-size:18px!important;-webkit-line-clamp:4!important;}
}


/* v28: rechter topkaarten als strakke overlay en extra foto-galerij */
.front-secondary-news{
    display:grid!important;
    grid-template-rows:repeat(2, minmax(190px, 1fr))!important;
    gap:16px!important;
    align-self:stretch!important;
    height:100%!important;
}
.front-secondary-news .front-story-card{
    position:relative!important;
    display:block!important;
    min-height:190px!important;
    height:100%!important;
    border-radius:18px!important;
    overflow:hidden!important;
    background:#0f172a!important;
    border:1px solid #d8e3f0!important;
    box-shadow:0 12px 28px rgba(15,23,42,.10)!important;
}
.front-secondary-news .front-story-card .story-card-image,
.front-secondary-news .front-story-card .story-card-image img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    aspect-ratio:auto!important;
}
.front-secondary-news .front-story-card::after{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(2,8,23,.05) 0%, rgba(2,8,23,.38) 42%, rgba(2,8,23,.86) 100%);
    z-index:1;
}
.front-secondary-news .front-story-card .story-card-content{
    position:absolute!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    z-index:2!important;
    padding:16px 18px!important;
    display:block!important;
    color:#fff!important;
}
.front-secondary-news .story-topline{margin-bottom:7px!important;}
.front-secondary-news .category-label{
    color:#fff!important;
    background:rgba(11,102,228,.95)!important;
    border-radius:999px!important;
    padding:5px 9px!important;
    font-size:10px!important;
    letter-spacing:.07em!important;
}
.front-secondary-news .story-meta-top,
.front-secondary-news .story-meta-top span{
    color:rgba(255,255,255,.86)!important;
    font-size:12px!important;
}
.front-secondary-news .front-story-card h2{
    margin:8px 0 0!important;
    color:#fff!important;
    font-size:21px!important;
    line-height:1.12!important;
    letter-spacing:-.02em!important;
    display:-webkit-box!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
}
.front-secondary-news .front-story-card h2 a{color:#fff!important;}
.front-secondary-news .video-flag{background:rgba(255,255,255,.92)!important;color:#0b66e4!important;}
.article-gallery-block{margin:0 0 26px;}
.article-gallery-block .section-title{margin-bottom:12px;}
.article-gallery-block .section-title h2{font-size:24px;}
.article-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;}
.article-gallery-grid a{display:block;border-radius:14px;overflow:hidden;border:1px solid #dbe5f1;background:#f8fbff;}
.article-gallery-grid img{width:100%;aspect-ratio:16/10;object-fit:cover;transition:transform .18s ease;}
.article-gallery-grid a:hover img{transform:scale(1.03);}
@media (max-width:1180px){
  .front-secondary-news{grid-template-columns:repeat(2,1fr)!important;grid-template-rows:1fr!important;height:auto!important;}
  .front-secondary-news .front-story-card{min-height:210px!important;}
}
@media (max-width:760px){
  .front-secondary-news{grid-template-columns:1fr!important;grid-template-rows:none!important;}
  .front-secondary-news .front-story-card{min-height:210px!important;}
  .article-gallery-grid{grid-template-columns:1fr 1fr;}
}
@media (max-width:520px){.article-gallery-grid{grid-template-columns:1fr;}}


/* v29: bron, plaatsing en fotocredit duidelijk in artikel + admin uploads */
.article-source-box{
    display:flex;
    flex-wrap:wrap;
    gap:10px 14px;
    margin:14px 0 16px;
    padding:13px 14px;
    border:1px solid #dbe7f5;
    border-radius:14px;
    background:#f8fbff;
    color:#475569;
    font-size:14px;
    line-height:1.35;
}
.article-source-box strong{color:#0f172a;}
.article-source-box a{color:#0b66e4;font-weight:900;}
.photo-credit-line{
    margin:-10px 0 18px;
    color:#64748b;
    font-size:12px;
    font-weight:700;
}
.admin-card input[type="file"]{
    width:100%;
    padding:12px 14px;
    border:1px dashed #b9c9dd;
    border-radius:14px;
    background:#f8fbff;
}


/* v30: klikbare topfoto’s en nette bron/fotocredit in artikel */
.front-secondary-news .front-story-card .card-click-layer{
    position:absolute!important;
    inset:0!important;
    z-index:3!important;
    display:block!important;
    font-size:0!important;
}
.front-secondary-news .front-story-card .story-card-content{
    z-index:4!important;
    pointer-events:none!important;
}
.front-secondary-news .front-story-card .story-card-content a,
.front-secondary-news .front-story-card .story-card-content button{
    pointer-events:auto!important;
}
.article-meta-clean{
    display:flex!important;
    gap:10px!important;
    flex-wrap:wrap!important;
    padding:0!important;
    margin:12px 0 16px!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
}
.article-meta-clean span{
    display:inline-flex;
    align-items:center;
    gap:7px;
    padding:8px 11px;
    border:1px solid #dbe7f5;
    border-radius:999px;
    background:#f8fbff;
    color:#334155;
    font-size:13px;
    font-weight:800;
}
.article-meta-clean em{
    font-style:normal;
    color:#64748b;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.06em;
    font-weight:900;
}
.article-meta-clean a{color:#0b66e4;font-weight:900;}
.article-image{
    position:relative;
    margin:18px 0 22px!important;
    border-radius:16px;
    overflow:hidden;
}
.article-image img{border-radius:0!important;}
.article-image figcaption{
    position:absolute;
    right:12px;
    bottom:12px;
    padding:6px 9px;
    border-radius:999px;
    background:rgba(15,23,42,.78);
    color:#fff;
    font-size:12px;
    font-weight:900;
    line-height:1;
    backdrop-filter:blur(8px);
}
.photo-credit-line{display:none!important;}
@media (max-width:640px){
  .article-meta-clean span{width:100%;justify-content:space-between;border-radius:12px;}
}


/* v31: fotobron altijd duidelijk tonen */
.article-image figcaption{display:inline-flex;align-items:center;gap:6px;}
.article-image figcaption span{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:rgba(255,255,255,.72);}
.article-meta-clean span:nth-child(3){background:#fff;border-color:#dbe7f5;}


/* v32: nette article-banner en echte fotobron */
.article-main figcaption{display:flex;align-items:center;gap:8px;flex-wrap:wrap;}
.article-main figcaption span{display:inline-flex;align-items:center;padding:4px 9px;border-radius:999px;background:#0b66e4;color:#fff;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;}
.ad-article_bottom img{object-fit:contain!important;background:#fff;}


/* v33: strakke artikelbanner zonder dubbele advertentielaag */
.article-main .ad-article_bottom{
    margin:36px 0 18px !important;
    padding:0 !important;
    border:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    overflow:visible !important;
}
.article-main .ad-article_bottom::before{display:none !important; content:none !important;}
.article-main .ad-article_bottom a,
.article-main .ad-article_bottom > div{
    display:block !important;
    border:0 !important;
    background:transparent !important;
    box-shadow:none !important;
}
.article-main .ad-article_bottom img{
    display:block;
    width:100% !important;
    height:auto !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
    border-radius:16px !important;
    border:1px solid #dbe4ef !important;
    background:#fff !important;
    box-shadow:0 10px 26px rgba(15,23,42,.06) !important;
}


/* v34: artikelbanner zonder loze rand en algemeen nieuws eerst */
.article-main .ad-article_bottom,
.article-main .ad-slot.ad-article_bottom,
.article-main aside.ad-article_bottom,
.article-main .article-ad-plain {
    margin:30px 0 18px !important;
    padding:0 !important;
    border:0 !important;
    outline:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    overflow:visible !important;
}
.article-main .ad-article_bottom::before,
.article-main .ad-slot.ad-article_bottom::before,
.article-main aside.ad-article_bottom::before { display:none !important; content:none !important; }
.article-main .ad-article_bottom a,
.article-main .ad-article_bottom > div {
    display:block !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    background:transparent !important;
    box-shadow:none !important;
}
.article-main .ad-article_bottom img {
    display:block !important;
    width:100% !important;
    height:auto !important;
    margin:0 !important;
    border:1px solid #dbe4ef !important;
    border-radius:16px !important;
    background:#fff !important;
    object-fit:contain !important;
    box-shadow:0 10px 26px rgba(15,23,42,.06) !important;
}


/* v36: fotograaf netjes vermeld en admingegevens niet vooraf tonen */
.article-meta-clean span em{font-style:normal;font-weight:900;color:#0b66e4;margin-right:6px;}
.article-image figcaption{font-size:12px;color:#475467;background:rgba(255,255,255,.92);backdrop-filter:blur(6px);}
.article-image figcaption span{background:#0b66e4;color:#fff;}
.login-card small{display:none!important;}


/* v37: fotograaf/beeldbron altijd zichtbaar */
.article-source-box em{
    font-style:normal;
    font-size:11px;
    font-weight:900;
    color:#0b66e4;
    text-transform:uppercase;
    letter-spacing:.06em;
    margin-right:6px;
}
.article-image figcaption{
    max-width:calc(100% - 24px);
}


/* v38: beter logo, opvallendere artikel-ad op mobiel en schonere fotovermelding */
.brand img{height:42px;width:auto;}
@media (max-width:820px){.brand img{height:36px;}}
.article-meta-clean span em{font-style:normal;font-weight:800;color:#0b66e4;margin-right:6px;}
.article-ad-plain{margin:26px 0 18px!important;padding:14px!important;border:1px solid #dbe4ef!important;border-radius:18px!important;background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%)!important;box-shadow:0 16px 34px rgba(15,23,42,.08)!important;}
.article-ad-top{display:flex;align-items:center;justify-content:flex-start;margin:0 0 10px;}
.article-ad-top span{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#eaf2ff;color:#0b66e4;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;}
.article-ad-plain a{display:block!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;}
.article-ad-plain img{display:block!important;width:100%!important;height:auto!important;border-radius:14px!important;border:1px solid #dbe4ef!important;background:#fff!important;object-fit:contain!important;box-shadow:0 8px 22px rgba(15,23,42,.06)!important;}
@media (max-width:820px){
  .article-ad-plain{padding:12px!important;border-radius:16px!important;margin:22px 0 16px!important;}
  .article-ad-top{margin-bottom:8px;}
  .article-ad-plain img{border-radius:12px!important;}
}


/* v40: scherpere adverteren-pagina voor kleine ondernemers */
.small-business-note{margin-top:18px;padding:14px 16px;border:1px solid #dbe4ef;border-radius:14px;background:#f8fbff;color:#334155;font-weight:600;line-height:1.6;}
.rate-card strong{font-size:28px;}


/* v41: advertentieposities visueel tonen en vorige logo terug */
.placement-preview-card{background:#fff;border:1px solid #dbe4ef;border-radius:20px;box-shadow:0 14px 34px rgba(15,23,42,.08);padding:16px;}
.placement-preview-card img{width:100%;height:auto;border-radius:16px;display:block;}
.placement-legend{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:16px;}
.placement-legend span{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #dbe4ef;border-radius:14px;padding:12px 14px;color:#334155;font-weight:700;}
.placement-legend strong{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#0b66e4;color:#fff;font-size:15px;}
.brand img{height:42px!important;width:auto;max-width:230px;object-fit:contain;}
@media (max-width:820px){.placement-legend{grid-template-columns:1fr 1fr}.brand img{height:36px!important;}}
@media (max-width:520px){.placement-legend{grid-template-columns:1fr}.placement-preview-card{padding:10px;border-radius:16px;}}


/* v42: juiste MediaFM-logo terug + bronweergave opgeschoond */
.brand img{height:38px!important;width:auto!important;max-width:190px!important;object-fit:contain!important;}
@media (max-width:820px){.brand img{height:34px!important;max-width:165px!important;}}
.article-source-box span a{font-weight:900;}


/* v44: volledige artikelbeelden en liveblog-badge */
.liveblog-flag{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:999px;background:#fff1f2;color:#d92d20;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.05em;}
.liveblog-flag::before{content:'';width:8px;height:8px;border-radius:50%;background:#ef4444;box-shadow:0 0 0 4px rgba(239,68,68,.14);}
.liveblog-flag.small{padding:4px 8px;font-size:10px;}
.article-head-flags{margin-bottom:8px;}
.row-meta-top{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;}
.row-flags{display:flex;align-items:center;gap:8px;flex-wrap:wrap;}
.article-image{background:#f8fafc;border:1px solid #e6edf5;padding:0;}
.article-image img{display:block;width:100%!important;height:auto!important;max-height:72vh;aspect-ratio:auto!important;object-fit:contain!important;object-position:center center!important;background:#f8fafc;}
@media (max-width:760px){
  .article-image img{max-height:58vh;}
  .article-image figcaption{left:10px;right:10px;bottom:10px;justify-content:flex-start;flex-wrap:wrap;}
}


/* v45: logo exact als versie 40 + completer advertentievoorbeeld */
.brand img{height:44px!important;width:auto!important;max-width:260px!important;object-fit:contain!important;}
.admin-sidebar .brand img{height:42px!important;max-width:250px!important;}
.placement-preview-card{padding:18px!important;}
.placement-legend.six{grid-template-columns:repeat(3,1fr);}
@media (max-width:820px){.brand img{height:38px!important;max-width:230px!important}.placement-legend.six{grid-template-columns:1fr 1fr;}}
@media (max-width:520px){.placement-legend.six{grid-template-columns:1fr;}}


/* v46: liveblog realtime status */
.live-refresh-box{display:inline-flex;align-items:center;gap:8px;margin:10px 0 12px;padding:9px 12px;border-radius:999px;background:#fff1f2;border:1px solid #fecdd3;color:#b42318;font-size:13px;font-weight:900;}
.live-refresh-box::before{content:'';width:9px;height:9px;border-radius:50%;background:#ef4444;box-shadow:0 0 0 5px rgba(239,68,68,.14);}
.article-meta-clean b{font:inherit;font-weight:900;color:#0f172a;}


/* v47: normale artikelafbeelding + rustige bronbalk */
.article-main h1{
    font-size:clamp(30px,3.3vw,44px)!important;
    line-height:1.08!important;
    letter-spacing:-.025em!important;
    margin-bottom:12px!important;
}
.article-source-box.article-meta-clean{
    display:flex!important;
    align-items:center!important;
    gap:0!important;
    flex-wrap:wrap!important;
    margin:10px 0 14px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
}
.article-source-box.article-meta-clean span{
    display:inline-flex!important;
    align-items:center!important;
    gap:5px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    border-radius:0!important;
    color:#64748b!important;
    font-size:13px!important;
    font-weight:700!important;
}
.article-source-box.article-meta-clean span + span::before{
    content:'•';
    margin:0 10px;
    color:#cbd5e1;
    font-weight:900;
}
.article-source-box.article-meta-clean em{
    font-style:normal!important;
    color:#64748b!important;
    font-size:12px!important;
    text-transform:none!important;
    letter-spacing:0!important;
    font-weight:800!important;
    margin-right:2px!important;
}
.article-source-box.article-meta-clean a,
.article-source-box.article-meta-clean b{
    color:#0f172a!important;
    font-weight:800!important;
}
.article-image{
    max-width:760px!important;
    margin:18px auto 22px!important;
    border-radius:16px!important;
    background:#f8fafc!important;
    border:1px solid #e6edf5!important;
    overflow:hidden!important;
}
.article-image img{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-height:390px!important;
    aspect-ratio:auto!important;
    object-fit:contain!important;
    object-position:center center!important;
    background:#f8fafc!important;
}
.article-image figcaption{
    right:10px!important;
    bottom:10px!important;
    max-width:calc(100% - 20px)!important;
    font-size:11px!important;
}
.live-refresh-box{margin:8px 0 12px!important;}
@media (max-width:760px){
    .article-main{padding:20px!important;}
    .article-main h1{font-size:31px!important;}
    .article-source-box.article-meta-clean{gap:7px!important;}
    .article-source-box.article-meta-clean span{font-size:12px!important;}
    .article-source-box.article-meta-clean span + span::before{display:none!important;}
    .article-image{max-width:100%!important;}
    .article-image img{max-height:280px!important;}
}


/* v49: normale artikelfoto, stille liveblog-refresh en admin-advertenties zichtbaar */
.live-refresh-box{display:none!important;}
.article-image{
    max-width:100%!important;
    margin:18px 0 22px!important;
    border-radius:16px!important;
    background:#f8fafc!important;
    border:1px solid #e6edf5!important;
    overflow:hidden!important;
}
.article-image img{
    display:block!important;
    width:100%!important;
    height:clamp(310px,32vw,430px)!important;
    max-height:none!important;
    aspect-ratio:auto!important;
    object-fit:cover!important;
    object-position:center center!important;
    background:#f8fafc!important;
}
.article-side .ad-slot{margin:0 0 18px!important;}
.home-main .ad-slot{margin:20px 0!important;}
.article-ad-plain + .article-ad-plain{margin-top:16px!important;}
.ad-sidebar.ad-image-only img{width:100%!important;height:auto!important;aspect-ratio:300/250!important;object-fit:contain!important;background:#fff!important;}
@media (max-width:760px){
    .article-main{padding:20px!important;}
    .article-image{max-width:100%!important;}
    .article-image img{height:245px!important;}
}


/* v50: liveblog zichtbaar, oude advertenties terug en admin-advertenties extra erbij */
.article-livebar{display:flex;align-items:center;gap:10px;margin:0 0 12px;padding:10px 12px;border:1px solid #fecdd3;border-radius:14px;background:#fff7f7;color:#991b1b;width:max-content;max-width:100%;}
.article-livebar small{font-size:12px;color:#b42318;font-weight:800;}
.article-head-flags .liveblog-flag{display:inline-flex!important;}
.story-topline{display:flex;gap:8px;align-items:center;flex-wrap:wrap;}
.liveblog-flag{display:inline-flex!important;align-items:center;gap:6px;padding:5px 10px;border-radius:999px;background:#fff1f2;color:#d92d20;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.05em;}
.liveblog-flag::before{content:'';width:8px;height:8px;border-radius:50%;background:#ef4444;box-shadow:0 0 0 4px rgba(239,68,68,.14);}
.article-image{max-width:100%!important;margin:18px 0 22px!important;border-radius:16px!important;background:#f8fafc!important;border:1px solid #e6edf5!important;overflow:hidden!important;}
.article-image img{display:block!important;width:100%!important;height:clamp(360px,36vw,500px)!important;max-height:none!important;aspect-ratio:auto!important;object-fit:cover!important;object-position:center center!important;background:#f8fafc!important;}
.voip-article-old-ad{margin:28px 0 18px!important;}
.user-added-ad{margin-top:16px!important;}
.article-side .user-added-ad{margin-top:0!important;margin-bottom:18px!important;}
@media (max-width:760px){.article-image img{height:260px!important}.article-livebar{width:100%;justify-content:space-between}.article-livebar small{font-size:11px}}


/* v52: liveblog als echte tijdlijn */
.article-source-box{margin-bottom:14px;}
.article-image img{display:block!important;width:100%!important;height:clamp(420px,38vw,560px)!important;max-height:none!important;aspect-ratio:auto!important;object-fit:cover!important;object-position:center center!important;background:#f8fafc!important;}
.liveblog-shell{margin-top:12px;}
.liveblog-header{display:flex;align-items:center;justify-content:flex-start;margin:8px 0 14px;}
.liveblog-list{position:relative;display:grid;gap:18px;padding-left:28px;}
.liveblog-list::before{content:'';position:absolute;left:7px;top:0;bottom:0;width:2px;background:#ef4444;opacity:.9;}
.liveblog-entry{position:relative;display:grid;grid-template-columns:74px minmax(0,1fr);gap:16px;align-items:start;}
.liveblog-entry::before{content:'';position:absolute;left:-24px;top:10px;width:10px;height:10px;border-radius:50%;background:#ef4444;box-shadow:0 0 0 4px rgba(239,68,68,.14);}
.liveblog-time{font-size:14px;font-weight:800;color:#0f172a;line-height:1.2;padding-top:4px;}
.liveblog-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:16px 18px;box-shadow:0 4px 14px rgba(15,23,42,.04);}
.liveblog-card p{margin:0;color:#1f2937;line-height:1.7;font-size:17px;}
@media (max-width:760px){
  .article-image img{height:clamp(280px,42vw,380px)!important;}
  .liveblog-list{padding-left:20px;gap:14px;}
  .liveblog-entry{grid-template-columns:1fr;gap:8px;}
  .liveblog-entry::before{left:-17px;top:9px;}
  .liveblog-time{font-size:13px;color:#475467;padding-top:0;}
  .liveblog-card{padding:14px 15px;}
  .liveblog-card p{font-size:16px;}
}


/* v53: liveblog rustiger + advertentieoverzicht duidelijker */
.liveblog-header{display:flex;align-items:center;gap:12px;margin:8px 0 14px;}
.liveblog-header strong{font-size:15px;color:#0f172a;}
.liveblog-flag{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#fff1f2;color:#e11d48;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;}
.liveblog-shell{margin:6px 0 24px;}
.liveblog-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:16px 18px;box-shadow:0 4px 14px rgba(15,23,42,.04);}
.liveblog-card p{margin:0;font-size:17px;line-height:1.72;color:#1f2937;}
.placement-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:20px;}
.placement-card{display:grid;grid-template-columns:220px 1fr;gap:16px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:16px;}
.placement-card img{width:100%;border-radius:14px;border:1px solid var(--line);background:#fff;}
.placement-card h3{margin:0 0 8px;font-size:22px;}
.placement-card p{margin:4px 0;color:#475467;line-height:1.5;}
.admin-ad-guide{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:16px 0 18px;}
.admin-ad-guide article{background:#f8fafc;border:1px solid var(--line);border-radius:14px;padding:14px;display:grid;gap:4px;}
.admin-ad-guide strong{font-size:15px;color:#0f172a;}
.admin-ad-guide span{font-size:13px;color:#475467;}
.admin-ad-guide small{font-size:12px;color:#667085;}
.admin-ad-guide.compact{grid-template-columns:repeat(4,1fr);}
@media (max-width:980px){.placement-detail-grid,.admin-ad-guide,.admin-ad-guide.compact{grid-template-columns:1fr 1fr;}}
@media (max-width:700px){.placement-card{grid-template-columns:1fr;}.placement-detail-grid,.admin-ad-guide,.admin-ad-guide.compact{grid-template-columns:1fr;}.liveblog-card p{font-size:16px;}}


/* v54: advertenties zichtbaar, mobiel rustig en voorbeelden exact op formaat */
.ad-page-top{width:min(var(--container),calc(100% - 32px));margin:18px auto 0!important;}
.user-added-ad{margin:18px 0!important;}
.user-added-ad img{max-width:100%;height:auto;object-fit:contain!important;background:#fff!important;}
.ad-footer-slot{width:min(var(--container),calc(100% - 32px));margin:20px auto!important;}
.ad-format-examples{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start;}
.ad-format-card{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:16px;display:grid;gap:12px;}
.ad-format-card-wide{grid-column:1/-1;}
.ad-example-label{display:flex;justify-content:space-between;gap:12px;align-items:end;flex-wrap:wrap;}
.ad-example-label strong{font-size:18px;color:#0f172a;}
.ad-example-label span{font-size:13px;color:#64748b;font-weight:800;}
.ad-example-frame{width:100%;border:1px dashed #cbd5e1;border-radius:14px;background:#f8fafc;padding:10px;display:grid;place-items:center;overflow:hidden;}
.ad-example-frame img{width:100%;height:100%;object-fit:contain;border-radius:10px;background:#fff;}
.ratio-970-250{aspect-ratio:970/250;}
.ratio-728-90{aspect-ratio:728/90;}
.ratio-300-250{aspect-ratio:300/250;max-width:360px;margin-inline:auto;}
.article-main .ad-slot,.article-main .article-ad-plain{max-width:100%;overflow:hidden;}
@media (max-width:820px){
  .ad-format-examples{grid-template-columns:1fr;gap:14px;}
  .ad-format-card{padding:12px;border-radius:16px;}
  .ad-example-label{display:block;}
  .ad-example-label strong{display:block;font-size:16px;margin-bottom:4px;}
  .ad-example-label span{font-size:12px;}
  .ad-page-top,.ad-footer-slot{width:min(var(--container),calc(100% - 22px));margin:14px auto!important;}
  .ad-slot,.user-added-ad,.article-ad-plain{border-radius:14px!important;margin:16px 0!important;}
  .ad-slot a,.ad-slot>div{display:block!important;grid-template-columns:1fr!important;}
  .ad-content{padding:12px!important;}
  .ad-content strong{font-size:19px!important;line-height:1.15!important;}
  .ad-content small{font-size:13px!important;}
  .ad-homepage_between_news img,.ad-news_top img,.ad-article_top img,.ad-article_bottom img{width:100%!important;height:auto!important;aspect-ratio:auto!important;object-fit:contain!important;}
  .ad-sidebar img{width:100%!important;height:auto!important;aspect-ratio:300/250!important;object-fit:contain!important;}
  .voip-inline-ad a{grid-template-columns:1fr!important;padding:16px!important;gap:12px!important;min-height:auto!important;}
  .voip-inline-brand img{max-width:180px!important;height:auto!important;}
}


/* v56 - advertenties tussen nieuws beter verdeeld en mobiel netter */
.ad-inline-news{margin:4px 0 18px;}
.ad-inline-news a,.ad-inline-news>div,
.ad-homepage_between_news a,.ad-homepage_between_news>div,
.ad-news_top a,.ad-news_top>div{display:block;}
.ad-inline-news img,
.ad-homepage_between_news img,
.ad-news_top img{width:100%!important;height:240px!important;object-fit:contain!important;object-position:center center!important;background:#fff!important;padding:20px!important;border-radius:16px;}
.ad-inline-news.ad-image-only,
.ad-homepage_between_news.ad-image-only,
.ad-news_top.ad-image-only{padding:0;overflow:hidden;}
.ad-inline-news.ad-image-only img,
.ad-homepage_between_news.ad-image-only img,
.ad-news_top.ad-image-only img{height:260px!important;padding:16px 20px 18px!important;}
.ad-inline-news .ad-content,
.ad-homepage_between_news .ad-content,
.ad-news_top .ad-content{padding:18px 22px 22px;}
.ad-inline-news .ad-content strong,
.ad-homepage_between_news .ad-content strong,
.ad-news_top .ad-content strong{font-size:28px;line-height:1.12;}
.ad-inline-news .ad-content small,
.ad-homepage_between_news .ad-content small,
.ad-news_top .ad-content small{font-size:15px;line-height:1.55;}
.front-news-list,.archive-list{display:grid;gap:18px;}
@media (max-width:900px){
  .ad-inline-news img,
  .ad-homepage_between_news img,
  .ad-news_top img{height:200px!important;padding:16px!important;}
  .ad-inline-news.ad-image-only img,
  .ad-homepage_between_news.ad-image-only img,
  .ad-news_top.ad-image-only img{height:220px!important;}
}
@media (max-width:820px){
  .ad-inline-news,
  .ad-homepage_between_news,
  .ad-news_top{margin:2px 0 14px;}
  .ad-inline-news img,
  .ad-homepage_between_news img,
  .ad-news_top img{height:auto!important;min-height:150px;max-height:210px;object-fit:contain!important;padding:14px!important;}
  .ad-inline-news.ad-image-only img,
  .ad-homepage_between_news.ad-image-only img,
  .ad-news_top.ad-image-only img{min-height:150px;max-height:220px;padding:12px 14px!important;}
  .ad-inline-news .ad-content,
  .ad-homepage_between_news .ad-content,
  .ad-news_top .ad-content{padding:14px 16px 18px;}
  .ad-inline-news .ad-content strong,
  .ad-homepage_between_news .ad-content strong,
  .ad-news_top .ad-content strong{font-size:22px;}
}


/* v57 advertentie voorbeelden + admin picker */
.ad-position-preview{padding:12px;background:#f8fafc;}
.ad-position-preview img{width:100%;height:auto;display:block;border-radius:14px;}
.admin-position-picker{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;}
.admin-position-card{border:1px solid var(--line);background:#fff;border-radius:16px;padding:14px;text-align:left;cursor:pointer;display:grid;gap:8px;box-shadow:var(--shadow);}
.admin-position-card img{width:100%;border-radius:12px;background:#f8fafc;border:1px solid #e6ebf2;}
.admin-position-card strong{font-size:17px;color:#0f172a;}
.admin-position-card span{font-weight:700;color:var(--accent);font-size:14px;}
.admin-position-card small{color:var(--muted);font-size:13px;}
.admin-position-card.active{border-color:var(--accent);box-shadow:0 0 0 3px rgba(66,83,255,.14),var(--shadow);background:#f8faff;}
.liveblog-header{display:flex;align-items:center;gap:12px;flex-wrap:wrap;}
.liveblog-header strong{font-size:22px;}
@media (max-width:820px){
  .admin-position-picker{grid-template-columns:1fr;}
}

.liveblog-entry-placeholder .liveblog-time{background:#e5f0ff;color:#1d4ed8;}
.liveblog-entry-placeholder .liveblog-card p{color:#475569;}


/* v59: advertentie-afbeelding volledig zichtbaar + Opinie uit navigatie */
.article-main .article-ad-plain,
.article-main .ad-slot.ad-article_bottom,
.article-main .ad-article_bottom{
  background:#fff !important;
  border:1px solid #dbe4ef !important;
  border-radius:18px !important;
  padding:10px !important;
  box-shadow:0 10px 28px rgba(15,23,42,.06) !important;
  overflow:hidden !important;
}
.article-main .article-ad-top{margin:0 0 10px 0 !important;padding:0 !important;}
.article-main .article-ad-top span{display:inline-flex;align-items:center;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#4253ff;background:#eef2ff;border-radius:999px;padding:6px 10px;}
.article-main .article-ad-plain a,
.article-main .article-ad-plain img{
  width:100% !important;
}
.article-main .article-ad-plain a{display:block !important;margin:0 !important;padding:0 !important;border:0 !important;background:transparent !important;}
.article-main .article-ad-plain img{
  display:block !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  object-position:center center !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  border-radius:12px !important;
  background:#fff !important;
  box-shadow:none !important;
}
@media (max-width: 768px){
  .article-main .article-ad-plain,
  .article-main .ad-slot.ad-article_bottom,
  .article-main .ad-article_bottom{padding:8px !important;border-radius:16px !important;}
  .article-main .article-ad-plain img{border-radius:10px !important;}
}


/* v60 advertentievoorbeelden strakker */
.ad-showcase-section .section-title{align-items:flex-start;}
.ad-showcase-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:start;}
.ad-showcase-card{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:20px;display:grid;gap:16px;}
.ad-showcase-card.ad-showcase-wide{grid-column:span 2;}
.ad-showcase-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;}
.ad-showcase-head.compact{align-items:center;}
.ad-showcase-head h3{margin:0 0 6px;font-size:24px;line-height:1.15;color:#0f172a;}
.ad-showcase-head p{margin:0;color:#64748b;line-height:1.55;font-size:15px;max-width:58ch;}
.ad-showcase-chips{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;}
.ad-showcase-chips span{display:inline-flex;align-items:center;justify-content:center;padding:9px 12px;border-radius:999px;background:#eef2ff;color:#2943d1;font-size:12px;font-weight:800;letter-spacing:.04em;white-space:nowrap;}
.ad-showcase-frame{background:linear-gradient(180deg,#f8fafc 0%,#ffffff 100%);border:1px solid #dbe4ef;border-radius:18px;padding:14px;display:grid;place-items:center;overflow:hidden;}
.ad-showcase-frame img{display:block;max-width:100%;width:100%;height:auto;object-fit:contain;background:#fff;border-radius:14px;box-shadow:0 8px 24px rgba(15,23,42,.06);}
.ad-showcase-frame.ratio-billboard img{aspect-ratio:970/250;}
.ad-showcase-frame.ratio-banner img{aspect-ratio:728/90;}
.ad-showcase-frame.ratio-sidebar img{aspect-ratio:300/250;max-width:420px;justify-self:center;}
@media (max-width: 980px){
  .ad-showcase-grid{grid-template-columns:1fr;}
  .ad-showcase-card.ad-showcase-wide{grid-column:span 1;}
}
@media (max-width: 700px){
  .ad-showcase-card{padding:16px;border-radius:18px;gap:14px;}
  .ad-showcase-head,.ad-showcase-head.compact{flex-direction:column;align-items:flex-start;}
  .ad-showcase-chips{justify-content:flex-start;}
  .ad-showcase-head h3{font-size:21px;}
  .ad-showcase-head p{font-size:14px;}
  .ad-showcase-frame{padding:10px;border-radius:16px;}
  .ad-showcase-frame img{border-radius:12px;}
}


/* v61 hele pagina advertentievoorbeeld */
.ad-page-preview-section .section-title{align-items:flex-start;}
.ad-page-preview-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:18px;overflow:hidden;}
.ad-page-browser{background:#f8fafc;border:1px solid #dbe4ef;border-radius:20px;overflow:hidden;}
.ad-page-toolbar{display:flex;gap:8px;padding:10px 14px;background:#eef2f7;border-bottom:1px solid #dbe4ef;}
.ad-page-toolbar span{width:10px;height:10px;border-radius:50%;background:#cbd5e1;display:block;}
.ad-page-navbar{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;background:#fff;border-bottom:1px solid #e9eef5;gap:14px;}
.ad-page-logo{font-size:28px;font-weight:900;color:#0f172a;}
.ad-page-logo::after{content:'FM';color:#2563eb;margin-left:1px;}
.ad-page-navlinks{display:flex;gap:16px;flex-wrap:wrap;color:#64748b;font-size:14px;font-weight:700;}
.ad-page-body{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:18px;padding:18px;align-items:start;}
.ad-page-main{display:grid;gap:18px;}
.ad-page-sidebar-preview{display:grid;gap:16px;}
.weather-widget-preview,.side-list-preview{background:#fff;border:1px solid #e5ebf2;border-radius:16px;padding:14px;display:grid;gap:10px;}
.weather-widget-preview span,.side-list-preview span{height:12px;border-radius:999px;background:#e2e8f0;display:block;}
.weather-widget-preview span:nth-child(1){width:70%;}.weather-widget-preview span:nth-child(2){width:48%;}.weather-widget-preview span:nth-child(3){width:82%;}
.side-list-preview span:nth-child(1){width:88%;}.side-list-preview span:nth-child(2){width:76%;}.side-list-preview span:nth-child(3){width:84%;}.side-list-preview span:nth-child(4){width:64%;}
.ad-placement-box{background:linear-gradient(135deg,#eef4ff 0%,#ffffff 100%);border:2px solid #8bb4ff;border-radius:20px;padding:18px 20px;display:grid;gap:6px;}
.ad-placement-box strong{font-size:26px;line-height:1.05;color:#0f172a;}
.ad-placement-box small{font-size:14px;line-height:1.45;color:#64748b;}
.placement-badge{display:inline-flex;align-items:center;justify-content:flex-start;padding:6px 10px;border-radius:999px;background:#2563eb;color:#fff;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;width:max-content;}
.placement-billboard{min-height:220px;align-content:center;}
.placement-infeed,.placement-article{min-height:118px;align-content:center;}
.placement-sidebar{min-height:250px;align-content:center;}
.ad-news-preview{background:#fff;border:1px solid #e5ebf2;border-radius:18px;padding:16px;display:grid;gap:14px;}
.ad-news-preview.hero{grid-template-columns:1.1fr .9fr;align-items:center;}
.ad-news-grid-preview{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.ad-news-preview.small{grid-template-columns:92px 1fr;align-items:center;}
.ad-news-thumb{background:#dbeafe;border-radius:14px;min-height:92px;}
.ad-news-thumb.large{min-height:180px;}
.ad-news-lines,.article-lines{display:grid;gap:10px;}
.line{height:12px;border-radius:999px;background:#d7dee8;display:block;}
.line.wide{width:92%;}.line.medium{width:72%;}.line.short{width:48%;}
.ad-article-preview{background:#fff;border:1px solid #e5ebf2;border-radius:18px;padding:18px;display:grid;gap:18px;}
.ad-page-legend-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px;}
.ad-page-legend-grid article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px 16px;display:flex;gap:12px;align-items:center;box-shadow:var(--shadow);}
.ad-page-legend-grid article span{width:34px;height:34px;border-radius:50%;background:#2563eb;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:800;flex:0 0 34px;}
.ad-page-legend-grid article strong{display:block;font-size:16px;color:#0f172a;}
.ad-page-legend-grid article small{display:block;font-size:13px;color:#64748b;line-height:1.4;}
@media (max-width:1100px){.ad-page-body{grid-template-columns:1fr;}.ad-page-sidebar-preview{grid-template-columns:repeat(3,1fr);}.placement-sidebar{min-height:200px;}}
@media (max-width:760px){
  .ad-page-navbar{flex-direction:column;align-items:flex-start;}
  .ad-page-navlinks{gap:10px;font-size:13px;}
  .ad-page-body{padding:14px;gap:14px;}
  .ad-page-main{gap:14px;}
  .ad-page-sidebar-preview{grid-template-columns:1fr;}
  .ad-news-preview.hero,.ad-news-grid-preview{grid-template-columns:1fr;}
  .ad-news-thumb.large{min-height:120px;}
  .ad-placement-box strong{font-size:22px;}
  .ad-page-legend-grid{grid-template-columns:1fr;}
}


/* v62 admin advertentievoorbeelden compacter */
.admin-position-picker{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  align-items:start;
}
.admin-position-card{
  padding:10px;
  gap:6px;
  border-radius:14px;
  box-shadow:0 6px 18px rgba(15,23,42,.06);
}
.admin-position-card img{
  width:100%;
  height:120px;
  object-fit:contain;
  object-position:center;
  padding:6px;
  background:#f8fafc;
  border-radius:10px;
}
.admin-position-card strong{
  font-size:14px;
  line-height:1.2;
}
.admin-position-card span{
  font-size:12px;
}
.admin-position-card small{
  font-size:11px;
  line-height:1.35;
}
.admin-position-card.active{
  box-shadow:0 0 0 2px rgba(66,83,255,.16),0 6px 18px rgba(15,23,42,.06);
}
@media (max-width: 1200px){
  .admin-position-picker{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width: 700px){
  .admin-position-picker{grid-template-columns:1fr;}
  .admin-position-card img{height:110px;}
}


/* v63 duidelijker advertentievoorbeelden + extra formaten */
.ad-page-logo::after{content:'FM';}
.ad-page-legend-grid{margin-bottom:16px;}
.ad-extra-formats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:8px;}
.ad-extra-format-card{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:16px;display:grid;gap:6px;}
.ad-extra-format-card strong{font-size:17px;color:#0f172a;}
.ad-extra-format-card span{font-size:13px;font-weight:800;color:#2563eb;}
.ad-extra-format-card small{font-size:13px;line-height:1.5;color:#64748b;}
.article-text p{font-size:18px;line-height:1.8;color:#334155;margin:0 0 18px;}
.article-text ul,.article-text ol{margin:0 0 18px 22px;color:#334155;line-height:1.8;}
.article-text li{margin:0 0 8px;}
@media (max-width:860px){.ad-extra-formats-grid{grid-template-columns:1fr;}}


/* v65 alle advertentieformaten duidelijk zichtbaar */
.ad-format-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:8px;}
.ad-format-summary-card{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:16px;display:grid;gap:6px;}
.ad-format-summary-card strong{font-size:18px;line-height:1.2;color:#0f172a;}
.ad-format-summary-card span{font-size:22px;font-weight:900;color:#2563eb;line-height:1.1;}
.ad-format-summary-card small{font-size:14px;line-height:1.5;color:#475569;min-height:42px;}
.ad-format-summary-card em{font-style:normal;font-size:13px;font-weight:800;color:#0f172a;letter-spacing:.02em;}
@media (max-width:960px){.ad-format-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:640px){.ad-format-summary-grid{grid-template-columns:1fr;}}
.admin-position-picker{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}
.admin-position-card img{height:98px !important;}
.admin-position-card strong{font-size:15px !important;}
.admin-position-card span{font-size:11px !important;line-height:1.25;}
.admin-position-card small{font-size:11px !important;}
@media (max-width:1200px){.admin-position-picker{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}}
@media (max-width:700px){.admin-position-picker{grid-template-columns:1fr !important;}}

/* v66: uitgebreidere artikelweergave */
.article-text p{font-size:18px;line-height:1.82;color:#334155;margin:0 0 18px;}
.source-readmore-box{margin:22px 0 10px;padding:16px 18px;border:1px solid #dbe4ef;border-radius:16px;background:#f8fbff;display:grid;gap:6px;}
.source-readmore-box strong{font-size:17px;color:#0f172a;}
.source-readmore-box p{margin:0;color:#64748b;line-height:1.55;font-size:14px;}
.source-readmore-box a{display:inline-flex;width:max-content;padding:10px 14px;border-radius:12px;background:#0b66e4;color:#fff;font-weight:800;margin-top:4px;}


/* v67 duidelijke advertentiepakketten + echte formaatverhoudingen */
.ad-packages-section .section-title{align-items:flex-start;}
.ad-package-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}
.ad-package-card{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:16px;display:grid;grid-template-columns:230px minmax(0,1fr);gap:18px;align-items:stretch;}
.ad-package-preview{background:#f8fafc;border:1px solid #dbe4ef;border-radius:18px;padding:12px;display:grid;place-items:center;}
.mock-page{width:100%;min-height:170px;border-radius:14px;background:#fff;border:1px solid #dfe7f2;position:relative;padding:12px;display:grid;gap:9px;overflow:hidden;}
.mock-page b{display:flex;align-items:center;justify-content:center;border:2px solid #2563eb;background:#eef4ff;color:#0f172a;border-radius:12px;font-size:18px;font-weight:900;letter-spacing:.01em;}
.mock-nav,.mock-content,.mock-title,.mock-text,.mock-news,.mock-image{display:block;border-radius:999px;background:#dbe4ef;height:10px;}
.mock-content{width:70%;}.mock-title{width:74%;height:12px;background:#0f172a;opacity:.82;}.mock-text{width:86%;}.mock-news{height:38px;border-radius:12px;background:#dbeafe;}.mock-news.small{height:28px;width:80%;}.mock-image{height:54px;width:42%;border-radius:12px;background:#dbeafe;}.mock-label{font-size:11px;font-weight:900;color:#2563eb;text-transform:uppercase;letter-spacing:.06em;}
.mini-sidebar b{aspect-ratio:300/250;width:70%;justify-self:end;align-self:center;}
.mini-article b,.mini-feed b{aspect-ratio:728/90;width:100%;}
.mini-home b{aspect-ratio:970/250;width:100%;align-self:start;}
.mini-sponsored{grid-template-columns:1fr 92px;align-items:start;}.mini-sponsored .mock-label,.mini-sponsored .mock-title,.mini-sponsored .mock-text{grid-column:1/2}.mini-sponsored .mock-image{grid-column:2/3;grid-row:1/4;width:100%;height:90px;border-radius:14px;}
.ad-package-info{display:grid;align-content:start;gap:7px;position:relative;padding-right:6px;}
.ad-package-number{width:30px;height:30px;border-radius:50%;background:#2563eb;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:900;font-size:14px;}
.ad-package-info h3{margin:0;font-size:22px;line-height:1.15;color:#0f172a;}
.ad-package-info strong{font-size:24px;color:#2563eb;line-height:1.05;}
.ad-package-info p{margin:0;color:#475569;line-height:1.5;font-size:14px;}
.ad-package-info dl{margin:6px 0 0;display:grid;grid-template-columns:74px 1fr;gap:6px 10px;font-size:13px;}
.ad-package-info dt{font-weight:900;color:#0f172a;}.ad-package-info dd{margin:0;color:#475569;font-weight:700;}
@media (max-width:1100px){.ad-package-list{grid-template-columns:1fr;}.ad-package-card{grid-template-columns:220px minmax(0,1fr);}}
@media (max-width:700px){.ad-package-card{grid-template-columns:1fr;}.ad-package-preview{min-height:190px;}.mock-page{min-height:160px;}.ad-package-info h3{font-size:20px;}}
/* echte weergaveformaten op de website */
.ad-slot.user-added-ad{background:#fff!important;border:1px solid #dbe4ef!important;border-radius:18px!important;padding:10px!important;overflow:hidden!important;box-shadow:0 10px 28px rgba(15,23,42,.06)!important;}
.ad-slot.user-added-ad > a,.ad-slot.user-added-ad > div{width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#fff!important;border-radius:14px!important;overflow:hidden!important;}
.ad-slot.user-added-ad img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;padding:0!important;margin:0!important;border:0!important;box-shadow:none!important;background:#fff!important;}
.ad-homepage_after_hero.ad-image-only > a,.ad-homepage_after_hero.ad-image-only > div,.ad-top.ad-image-only > a,.ad-top.ad-image-only > div{aspect-ratio:970/250!important;}
.ad-homepage_between_news.ad-image-only > a,.ad-homepage_between_news.ad-image-only > div,.ad-news_top.ad-image-only > a,.ad-news_top.ad-image-only > div,.ad-article_top.ad-image-only > a,.ad-article_top.ad-image-only > div{aspect-ratio:728/90!important;}
.ad-sidebar.ad-image-only > a,.ad-sidebar.ad-image-only > div{aspect-ratio:300/250!important;}
.article-main .article-ad-plain.ad-article_bottom.ad-image-only{background:#fff!important;border:1px solid #dbe4ef!important;border-radius:18px!important;padding:10px!important;box-shadow:0 10px 28px rgba(15,23,42,.06)!important;overflow:hidden!important;}
.article-main .article-ad-plain.ad-article_bottom.ad-image-only a{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;aspect-ratio:728/90!important;background:#fff!important;border-radius:12px!important;overflow:hidden!important;}
.article-main .article-ad-plain.ad-article_bottom.ad-image-only img{width:100%!important;height:100%!important;object-fit:contain!important;padding:0!important;margin:0!important;border:0!important;box-shadow:none!important;background:#fff!important;}
@media (max-width:820px){.ad-slot.user-added-ad{padding:8px!important;border-radius:15px!important;}.article-main .article-ad-plain.ad-article_bottom.ad-image-only{padding:8px!important;border-radius:15px!important;}}


/* v68: advertenties en artikelafbeeldingen volledig zichtbaar, API-content ruimer */
.source-readmore-box{display:none!important;}
.news-row{grid-template-columns:minmax(0,1fr) 280px!important;}
.news-row-image{display:block!important;min-height:190px!important;border-radius:16px!important;overflow:hidden!important;background:#f8fafc!important;}
.news-row-image img{width:100%!important;height:100%!important;min-height:190px!important;object-fit:cover!important;object-position:center center!important;border-radius:16px!important;}
.article-image img{width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;background:#fff!important;}
.ad-slot.user-added-ad.ad-image-only,
.article-main .article-ad-plain.ad-image-only{padding:0!important;background:#fff!important;border:0!important;box-shadow:none!important;border-radius:18px!important;overflow:hidden!important;}
.ad-slot.user-added-ad.ad-image-only > a,
.ad-slot.user-added-ad.ad-image-only > div,
.article-main .article-ad-plain.ad-image-only a{display:block!important;width:100%!important;height:auto!important;aspect-ratio:auto!important;background:#fff!important;border-radius:18px!important;overflow:hidden!important;}
.ad-slot.user-added-ad.ad-image-only img,
.article-main .article-ad-plain.ad-image-only img{display:block!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important;object-fit:contain!important;padding:0!important;margin:0!important;border:0!important;border-radius:18px!important;background:#fff!important;box-shadow:none!important;}
.ad-inline-news.ad-image-only img,
.ad-homepage_between_news.ad-image-only img,
.ad-news_top.ad-image-only img{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;padding:0!important;}
.article-main .article-ad-top{display:none!important;}
@media (max-width:820px){
  .news-row{grid-template-columns:1fr!important;}
  .news-row-image,.news-row-image img{min-height:220px!important;}
  .ad-slot.user-added-ad.ad-image-only img,
  .article-main .article-ad-plain.ad-image-only img{border-radius:14px!important;}
}


/* v69: één groot advertentievoorbeeld zonder dubbele blokken */
.ad-one-example-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:18px;overflow:hidden;}
.ad-one-browser{border:1px solid #dbe4ef;border-radius:20px;background:#f8fafc;overflow:hidden;}
.ad-one-top{display:flex;align-items:center;gap:8px;background:#eef2f7;border-bottom:1px solid #dbe4ef;padding:10px 14px;color:#64748b;font-size:13px;}
.ad-one-top span{width:10px;height:10px;border-radius:50%;background:#cbd5e1;display:block;}.ad-one-top b{margin-left:8px;font-weight:700;}
.ad-one-nav{display:flex;align-items:center;gap:18px;background:#fff;border-bottom:1px solid #e7edf5;padding:16px 18px;}
.ad-one-nav strong{font-size:27px;font-weight:900;color:#0f172a;margin-right:auto;}.ad-one-nav strong span{color:#2563eb}.ad-one-nav em{font-style:normal;font-size:13px;font-weight:800;color:#475569;}
.ad-one-page{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:18px;padding:18px;align-items:start;}
.ad-one-main{display:grid;gap:16px;}.ad-one-side{display:grid;gap:16px;}
.ad-zone{position:relative;border:2px solid #2563eb;background:linear-gradient(135deg,#eef5ff 0%,#ffffff 100%);border-radius:18px;padding:18px;display:grid;gap:4px;align-content:center;min-height:96px;}
.ad-zone i{position:absolute;top:12px;left:12px;width:34px;height:34px;border-radius:50%;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-style:normal;font-weight:900;box-shadow:0 7px 18px rgba(37,99,235,.25);}
.ad-zone b{font-size:18px;color:#0f172a;margin-left:42px;line-height:1.15;}.ad-zone strong{font-size:26px;color:#0f172a;line-height:1.05;}.ad-zone small{font-size:13px;color:#64748b;}
.ad-zone-billboard{min-height:190px;}.ad-zone-infeed,.ad-zone-article{min-height:110px;}.ad-zone-sidebar{min-height:250px;}.ad-zone-sponsored{min-height:150px;}
.mock-news-large,.mock-news-row,.mock-article-box,.side-placeholder{background:#fff;border:1px solid #e5ebf2;border-radius:18px;padding:16px;}
.mock-news-large{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:center;}.mock-news-large>div{height:150px;border-radius:14px;background:#dbeafe;}.mock-news-large p,.mock-news-row p,.mock-article-box p{display:grid;gap:10px;margin:0;}.mock-news-large b,.mock-news-row b{height:18px;width:75%;border-radius:999px;background:#cbd5e1;}.mock-news-large span,.mock-news-row span,.mock-article-box span,.side-placeholder span{height:12px;border-radius:999px;background:#d9e2ec;display:block;}.mock-news-large span:nth-child(2){width:92%;}.mock-news-large span:nth-child(3){width:76%;}.mock-news-large span:nth-child(4){width:54%;}
.mock-news-row{display:grid;grid-template-columns:120px 1fr;gap:16px;align-items:center;}.mock-news-row>div{height:92px;border-radius:14px;background:#dbeafe;}.mock-news-row span:nth-child(2){width:90%;}.mock-news-row span:nth-child(3){width:60%;}
.mock-article-box{display:grid;gap:18px;}.mock-article-box span:nth-child(1){width:92%;}.mock-article-box span:nth-child(2){width:86%;}.mock-article-box span:nth-child(3){width:78%;}.mock-article-box span:nth-child(4){width:55%;}
.side-placeholder{display:grid;gap:10px;}.side-placeholder span:nth-child(1){width:80%;}.side-placeholder span:nth-child(2){width:60%;}.side-placeholder span:nth-child(3){width:70%;}
@media (max-width:1100px){.ad-one-page{grid-template-columns:1fr}.ad-one-side{grid-template-columns:repeat(2,minmax(0,1fr));}.ad-zone-sidebar{min-height:190px;}}
@media (max-width:760px){.ad-one-nav{gap:10px;flex-wrap:wrap}.ad-one-nav strong{width:100%;}.ad-one-page{padding:14px}.mock-news-large,.mock-news-row{grid-template-columns:1fr}.ad-one-side{grid-template-columns:1fr}.ad-zone-billboard{min-height:150px}.ad-zone b{margin-left:38px}.ad-zone strong{font-size:22px}}


/* v70: grotere nieuwsfoto's, volledige afbeeldingen en weer-widget niet blijven hangen */
.news-row{grid-template-columns:minmax(0,1fr) 300px!important;align-items:stretch;}
.news-row-image{display:block;min-height:220px;border-radius:16px;overflow:hidden;background:#f8fafc;}
.news-row-image img{width:100%!important;height:100%!important;min-height:220px!important;object-fit:cover!important;object-position:center!important;border-radius:16px!important;}
.archive-featured-row .news-row-image{min-height:260px;}
.archive-featured-row .news-row-image img{min-height:260px!important;}
.article-image img{width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;background:#fff!important;}
.ad-inline-news img,.ad-homepage_between_news img,.ad-news_top img,.article-ad-plain img{object-fit:contain!important;padding:0!important;background:#fff!important;}
.weather-error{margin:10px 0;padding:9px 11px;border-radius:10px;background:#fff7ed;color:#9a3412;font-size:12px;line-height:1.35;}
@media(max-width:820px){
  .news-row{grid-template-columns:1fr!important;}
  .news-row-image,.news-row-image img{min-height:210px!important;}
}


/* v71: nieuwsitems uitgebreider en grotere afbeeldingen */
.news-row.archive-row,
.news-row{grid-template-columns:minmax(0,1fr) 300px!important;align-items:stretch;}
.news-row-image{display:block;min-height:220px;border-radius:16px;overflow:hidden;background:#f8fafc;}
.news-row-image img{width:100%!important;height:100%!important;min-height:220px!important;object-fit:cover!important;object-position:center center!important;border-radius:16px!important;}
.news-row-text p{font-size:16px!important;line-height:1.72!important;color:#334155!important;max-width:78ch!important;}
.archive-featured-row .news-row-image{min-height:260px;}
.archive-featured-row .news-row-image img{min-height:260px!important;}
.article-text p{font-size:18px!important;line-height:1.82!important;color:#334155!important;}
.article-image img{width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;background:#fff!important;}
@media (max-width:900px){
  .news-row.archive-row,.news-row{grid-template-columns:1fr!important;}
  .news-row-image,.news-row-image img{min-height:auto!important;height:auto!important;}
  .news-row-image img{aspect-ratio:16/9!important;object-fit:cover!important;}
}


/* v73 advertentievoorbeelden duidelijker + artikelafbeelding compacter */
.ad-preview-split{display:grid;grid-template-columns:1fr;gap:28px;}
.ad-preview-panel{display:grid;gap:14px;}
.ad-preview-head h3{margin:0 0 6px;font-size:28px;}
.ad-preview-head p{margin:0;color:var(--muted);line-height:1.6;}
.homepage-view .ad-one-page,.article-view .ad-one-page{grid-template-columns:minmax(0,1fr) 300px;}
.home-page-demo .ad-one-main,.article-page-demo .ad-one-main{display:grid;gap:18px;align-content:start;}
.mock-article-full{background:#fff;border:1px solid #e5ebf2;border-radius:18px;padding:16px;display:grid;gap:16px;}
.mock-article-image{height:260px;border-radius:16px;background:#dbeafe;}
.mock-article-full p{display:grid;gap:10px;margin:0;}
.mock-article-full b{height:20px;width:76%;border-radius:999px;background:#cbd5e1;display:block;}
.mock-article-full span{height:12px;border-radius:999px;background:#d9e2ec;display:block;}
.mock-article-full span:nth-child(2){width:96%;}
.mock-article-full span:nth-child(3){width:89%;}
.mock-article-full span:nth-child(4){width:82%;}
.mock-article-full span:nth-child(5){width:74%;}
.mock-article-full span:nth-child(6){width:66%;}
.ad-legend-grid.compact{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
.ad-legend-grid.compact article{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);padding:14px;display:flex;gap:12px;align-items:flex-start;}
.ad-legend-grid.compact span{width:30px;height:30px;border-radius:50%;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;flex:0 0 30px;}
.ad-legend-grid.compact strong{display:block;font-size:16px;color:#0f172a;line-height:1.25;}
.ad-legend-grid.compact small{display:block;margin-top:4px;color:#64748b;line-height:1.5;font-size:13px;}
.article-image{max-width:760px;margin:18px auto 20px;}
.article-image img{width:100%;aspect-ratio:auto;max-height:520px;object-fit:contain;border-radius:16px;background:#fff;border:1px solid var(--line);}
@media (max-width:1100px){.homepage-view .ad-one-page,.article-view .ad-one-page{grid-template-columns:1fr;}.ad-legend-grid.compact{grid-template-columns:1fr;}}
@media (max-width:760px){.mock-article-image{height:190px;}.ad-preview-head h3{font-size:24px;}.article-image{max-width:100%;}}


/* v74 betere rondjes en duidelijke admin advertentievoorbeelden */
.ad-zone i,.admin-preview-zone i{width:42px!important;height:42px!important;border-radius:50%!important;background:linear-gradient(135deg,#1d4ed8,#2563eb)!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;font-style:normal!important;font-weight:900!important;font-size:17px!important;box-shadow:0 10px 24px rgba(37,99,235,.35)!important;border:3px solid #fff!important;}
.ad-zone{padding-top:20px!important;}
.ad-zone b{margin-left:50px!important;}
.admin-ad-preview-wrap{background:#f8fbff;border:1px solid #dbe4ef;border-radius:22px;padding:18px;display:grid;gap:18px;}
.admin-preview-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-end;flex-wrap:wrap;}
.admin-preview-head strong{font-size:22px;color:#0f172a;}
.admin-preview-head span{color:#64748b;font-size:14px;}
.admin-preview-split{display:grid;grid-template-columns:1fr;gap:22px;}
.admin-preview-panel{background:#fff;border:1px solid #e5ebf2;border-radius:20px;padding:16px;box-shadow:0 10px 26px rgba(15,23,42,.05);display:grid;gap:14px;}
.admin-preview-panel h3{margin:0;font-size:22px;color:#0f172a;}
.admin-site-preview{border:1px solid #dbe4ef;border-radius:18px;overflow:hidden;background:#fff;}
.admin-site-preview-top{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#f8fafc;border-bottom:1px solid #e5ebf2;}
.admin-site-preview-top span{width:10px;height:10px;border-radius:50%;background:#cbd5e1;display:block;}
.admin-site-preview-top b{margin-left:4px;font-size:13px;color:#334155;}
.admin-site-preview-body{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:16px;padding:16px;align-items:start;}
.admin-site-preview-body main,.admin-site-preview-body aside{display:grid;gap:14px;align-content:start;}
.admin-preview-zone{position:relative;border:2px solid #93c5fd;background:linear-gradient(135deg,#eff6ff 0%,#ffffff 100%);border-radius:18px;padding:18px;display:grid;gap:5px;min-height:98px;align-content:center;}
.admin-preview-zone b{font-size:17px;line-height:1.15;margin-left:50px;color:#0f172a;}
.admin-preview-zone strong{font-size:24px;line-height:1.05;color:#0f172a;}
.admin-preview-zone small{font-size:13px;color:#64748b;line-height:1.45;}
.admin-preview-zone-billboard{min-height:180px;}.admin-preview-zone-wide{min-height:106px;}.admin-preview-zone-side{min-height:220px;}.admin-preview-zone-sponsored{min-height:150px;}
.admin-mock-card{background:#fff;border:1px solid #e5ebf2;border-radius:18px;padding:14px;display:grid;gap:14px;}
.admin-mock-card.large{grid-template-columns:1fr 1fr;align-items:center;}
.admin-mock-card.large div{height:138px;border-radius:14px;background:#dbeafe;}
.admin-mock-card.row{grid-template-columns:160px 1fr;align-items:center;}
.admin-mock-card.row div{height:90px;border-radius:12px;background:#dbeafe;}
.admin-mock-card.article div{height:210px;border-radius:14px;background:#dbeafe;}
.admin-mock-card p{display:grid;gap:10px;margin:0;}
.admin-mock-card p span{display:block;height:12px;border-radius:999px;background:#d9e2ec;}
.admin-mock-card.large p span:nth-child(1){width:84%;height:18px;background:#cbd5e1;}
.admin-mock-card.large p span:nth-child(2){width:94%;}.admin-mock-card.large p span:nth-child(3){width:76%;}
.admin-mock-card.row p span:nth-child(1){width:74%;height:18px;background:#cbd5e1;}.admin-mock-card.row p span:nth-child(2){width:88%;}
.admin-mock-card.article p span:nth-child(1){width:78%;height:18px;background:#cbd5e1;}.admin-mock-card.article p span:nth-child(2){width:95%;}.admin-mock-card.article p span:nth-child(3){width:86%;}.admin-mock-card.article p span:nth-child(4){width:71%;}
.admin-preview-legend{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
.admin-preview-legend article{display:flex;gap:12px;align-items:flex-start;background:#f8fbff;border:1px solid #dbe4ef;border-radius:16px;padding:12px;}
.admin-preview-legend span{width:30px;height:30px;border-radius:50%;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;flex:0 0 30px;box-shadow:0 8px 18px rgba(37,99,235,.25);}
.admin-preview-legend strong{display:block;font-size:15px;line-height:1.25;}.admin-preview-legend small{display:block;margin-top:4px;color:#64748b;line-height:1.45;}
@media (max-width:1100px){.admin-site-preview-body{grid-template-columns:1fr;}.admin-preview-legend{grid-template-columns:1fr;}}
@media (max-width:760px){.admin-preview-panel{padding:14px;}.admin-preview-head strong{font-size:20px;}.admin-preview-zone strong{font-size:20px;}.admin-mock-card.large,.admin-mock-card.row{grid-template-columns:1fr;}}


/* v75 luxere/professionelere adverteren-pagina */
.advertise-hero{align-items:stretch;gap:26px;padding:34px 0 22px;}
.ad-hero-copy{position:relative;overflow:hidden;background:linear-gradient(135deg,#0f172a 0%,#16213d 44%,#2563eb 100%);color:#fff;padding:34px;border-radius:24px;border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 50px rgba(15,23,42,.18);}
.ad-hero-copy::before{content:'';position:absolute;right:-80px;top:-80px;width:220px;height:220px;border-radius:50%;background:rgba(255,255,255,.08);}
.ad-hero-copy::after{content:'';position:absolute;left:-50px;bottom:-70px;width:180px;height:180px;border-radius:50%;background:rgba(255,255,255,.05);}
.ad-hero-copy h1,.ad-hero-copy p{position:relative;z-index:1;color:#fff;}
.ad-hero-copy p{max-width:62ch;font-size:17px;opacity:.92;}
.ad-hero-card{padding:28px;border-radius:24px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);border:1px solid #dbe4ef;box-shadow:0 20px 50px rgba(15,23,42,.08);}
.ad-hero-card strong{display:block;font-size:28px;margin-bottom:8px;color:#0f172a;}
.ad-hero-card ul{margin:12px 0 0;display:grid;gap:8px;}
.ad-rates-section{padding-top:8px;}
.ad-rates-section .section-title,.ad-samples-section .section-title{align-items:center;padding-bottom:8px;border-bottom:1px solid #dbe4ef;}
.ad-rates-section .section-title h2,.ad-samples-section .section-title h2{font-size:34px;}
.rate-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.rate-card{position:relative;padding:24px;border-radius:22px;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);border:1px solid #dbe4ef;box-shadow:0 14px 32px rgba(15,23,42,.06);overflow:hidden;transition:transform .18s ease, box-shadow .18s ease,border-color .18s ease;}
.rate-card::before{content:'';position:absolute;left:0;top:0;width:100%;height:5px;background:linear-gradient(90deg,#1d4ed8,#3b82f6);}
.rate-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(15,23,42,.11);border-color:#bfdbfe;}
.rate-card h3{font-size:22px;margin-bottom:10px;}
.rate-card strong{font-size:32px;line-height:1.05;}
.rate-card p{margin:0;min-height:54px;line-height:1.55;}
.rate-card span{font-size:15px;color:#0f172a;}
.small-business-note{margin-top:16px;background:linear-gradient(180deg,#eff6ff 0%,#fff 100%);border:1px solid #cfe0ff;border-radius:18px;padding:14px 18px;color:#334155;box-shadow:0 10px 24px rgba(37,99,235,.05);}
.ad-one-example-section{padding-top:8px;}
.ad-preview-split{gap:30px;}
.ad-preview-panel{background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);border:1px solid #dbe4ef;border-radius:24px;padding:24px;box-shadow:0 18px 44px rgba(15,23,42,.06);}
.ad-preview-head{align-items:flex-start;}
.ad-preview-head h3{font-size:30px;margin:0 0 6px;}
.ad-preview-head p{font-size:15px;color:#64748b;max-width:68ch;}
.ad-one-example-card{padding:14px;background:#eef5ff;border:1px solid #dbe4ef;border-radius:22px;box-shadow:inset 0 1px 0 rgba(255,255,255,.55);}
.ad-one-browser{border-radius:20px;overflow:hidden;box-shadow:0 16px 34px rgba(15,23,42,.1);background:#fff;border:1px solid #dbe4ef;}
.ad-one-top{padding:11px 14px;background:linear-gradient(180deg,#f8fafc 0%,#eef2f7 100%);}
.ad-one-nav{padding:14px 16px;background:#fff;border-bottom:1px solid #edf2f7;}
.ad-one-nav strong{font-size:26px;color:#0f172a;}.ad-one-nav strong span{color:#2563eb;}
.ad-one-nav em{font-style:normal;background:#f8fafc;border:1px solid #e2e8f0;padding:8px 11px;border-radius:999px;color:#475569;font-weight:700;font-size:12px;}
.ad-one-page{padding:18px;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);}
.ad-zone{position:relative;border:2px solid #8cb8ff;background:linear-gradient(180deg,#f3f8ff 0%,#fff 100%);border-radius:20px;padding:18px 18px 18px 22px;box-shadow:0 10px 22px rgba(37,99,235,.06);}
.ad-zone i{position:absolute;top:14px;left:14px;width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#1d4ed8,#2563eb);border:3px solid #fff;box-shadow:0 12px 24px rgba(37,99,235,.32);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-style:normal;font-size:17px;}
.ad-zone b,.ad-zone strong,.ad-zone small{display:block;margin-left:56px;}
.ad-zone b{font-size:19px;line-height:1.15;color:#0f172a;margin-bottom:6px;}
.ad-zone strong{font-size:28px;line-height:1.05;color:#0f172a;margin-bottom:6px;}
.ad-zone small{font-size:13px;line-height:1.5;color:#64748b;max-width:32ch;}
.ad-zone-billboard{min-height:182px;}.ad-zone-infeed,.ad-zone-article{min-height:110px;}.ad-zone-sidebar{min-height:220px;}.ad-zone-sponsored{min-height:155px;}
.mock-news-large,.mock-news-row,.mock-article-full{border-radius:20px;border:1px solid #e5ebf2;background:#fff;box-shadow:0 12px 24px rgba(15,23,42,.04);}
.mock-news-large{padding:16px;grid-template-columns:1.1fr .9fr;gap:20px;}.mock-news-large div{border-radius:16px;background:#dbeafe;min-height:168px;}
.mock-news-row{padding:14px;grid-template-columns:180px 1fr;gap:16px;}.mock-news-row div{border-radius:14px;background:#dbeafe;min-height:104px;}
.mock-news-large p,.mock-news-row p{display:grid;gap:10px;margin:0;align-content:center;}
.mock-news-large p b,.mock-news-row p b{display:block;height:18px;border-radius:999px;background:#cbd5e1;width:76%;}
.mock-news-large p span,.mock-news-row p span{display:block;height:12px;border-radius:999px;background:#d9e2ec;}
.mock-news-large p span:nth-child(2){width:92%;}.mock-news-large p span:nth-child(3){width:82%;}.mock-news-large p span:nth-child(4){width:64%;}
.mock-news-row p span:nth-child(2){width:88%;}.mock-news-row p span:nth-child(3){width:67%;}
.mock-article-full{padding:16px;}
.ad-legend-grid.compact{margin-top:4px;}
.ad-legend-grid.compact article{border-radius:18px;padding:14px 15px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.05);}
.ad-legend-grid.compact span{width:32px;height:32px;flex:0 0 32px;box-shadow:0 10px 20px rgba(37,99,235,.25);}
.contact-grid{gap:26px;}
.contact-info-box,.ad-form{border-radius:24px;padding:28px;box-shadow:0 18px 44px rgba(15,23,42,.06);border:1px solid #dbe4ef;}
.contact-info-box h2,.ad-form h2{font-size:28px;}
.contact-info-box ul{display:grid;gap:8px;}
.ad-form .btn.primary{margin-top:8px;}
@media (max-width:1200px){.rate-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:900px){.advertise-hero{grid-template-columns:1fr;}.rate-grid{grid-template-columns:1fr;}.ad-preview-panel{padding:18px;}.ad-one-page{grid-template-columns:1fr!important;}.ad-zone-sidebar{min-height:170px;}.ad-zone-billboard{min-height:150px;}.mock-news-large,.mock-news-row{grid-template-columns:1fr;}}
@media (max-width:700px){.ad-rates-section .section-title h2,.ad-samples-section .section-title h2{font-size:28px;}.ad-preview-head h3{font-size:24px;}.ad-zone b{font-size:17px;}.ad-zone strong{font-size:22px;}.ad-hero-copy,.ad-hero-card,.contact-info-box,.ad-form{padding:22px;}}


/* v76: artikelpagina chiquer en meer als premium nieuwssite */
.article-layout{
  grid-template-columns:minmax(0,1.55fr) 320px!important;
  gap:32px!important;
  padding:34px 0 42px!important;
}
.article-main{
  padding:34px 36px!important;
  border-radius:26px!important;
  background:linear-gradient(180deg,#ffffff 0%,#fcfdff 100%)!important;
  border:1px solid #dbe4ef!important;
  box-shadow:0 20px 48px rgba(15,23,42,.08)!important;
}
.article-main .back{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  margin-bottom:14px!important;
  font-size:14px!important;
  color:#2563eb!important;
  font-weight:800!important;
}
.article-main .story-topline.article-head-flags{
  margin-bottom:10px!important;
  gap:10px!important;
}
.article-main h1{
  margin:0 0 14px!important;
  font-size:clamp(36px,4.2vw,58px)!important;
  line-height:1.02!important;
  letter-spacing:-.04em!important;
  max-width:15ch!important;
}
.article-source-box.article-meta-clean{
  display:flex!important;
  align-items:center!important;
  gap:0 0!important;
  flex-wrap:wrap!important;
  margin:0 0 18px!important;
  padding:0 0 16px!important;
  border-bottom:1px solid #e8eef5!important;
}
.article-source-box.article-meta-clean span{
  color:#64748b!important;
  font-size:13px!important;
  font-weight:700!important;
}
.article-source-box.article-meta-clean span + span::before{
  content:'•'!important;
  color:#cbd5e1!important;
  margin:0 10px!important;
}
.article-source-box.article-meta-clean em{
  color:#64748b!important;
  font-size:12px!important;
  font-weight:800!important;
}
.article-source-box.article-meta-clean a,
.article-source-box.article-meta-clean b{
  color:#0f172a!important;
  font-weight:900!important;
}
.share-bar{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin:0 0 22px!important;
  padding:14px 16px!important;
  border:1px solid #dbe4ef!important;
  border-radius:18px!important;
  background:#f8fbff!important;
}
.share-bar span{
  font-size:12px!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
  color:#64748b!important;
  margin-right:2px!important;
}
.share-bar a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:10px 14px!important;
  border-radius:999px!important;
  background:#fff!important;
  border:1px solid #dbe4ef!important;
  color:#2563eb!important;
  font-size:13px!important;
  font-weight:800!important;
  box-shadow:0 6px 16px rgba(37,99,235,.06)!important;
}
.share-bar a:hover{background:#2563eb!important;color:#fff!important;border-color:#2563eb!important;}
.article-image{
  max-width:100%!important;
  margin:0 0 24px!important;
  border-radius:22px!important;
  border:1px solid #dbe4ef!important;
  background:#ffffff!important;
  overflow:hidden!important;
  box-shadow:0 16px 34px rgba(15,23,42,.06)!important;
}
.article-image img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-height:480px!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:#fff!important;
}
.article-main figcaption{
  left:14px!important;
  right:auto!important;
  bottom:14px!important;
  padding:7px 10px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.96)!important;
  color:#334155!important;
  font-size:12px!important;
  font-weight:800!important;
  box-shadow:0 8px 22px rgba(15,23,42,.1)!important;
}
.article-main figcaption span{
  background:#2563eb!important;
  color:#fff!important;
}
.lead{
  max-width:44ch!important;
  margin:0 0 18px!important;
  font-size:24px!important;
  line-height:1.6!important;
  color:#1f2937!important;
  font-weight:500!important;
}
.article-text{
  max-width:760px!important;
}
.article-text p{
  margin:0 0 20px!important;
  font-size:18px!important;
  line-height:1.86!important;
  color:#334155!important;
}
.article-gallery-block,.related-news-block{
  margin-top:28px!important;
}
.article-gallery-block .section-title,.related-news-block .section-title{
  padding-bottom:10px!important;
  border-bottom:1px solid #e8eef5!important;
  margin-bottom:14px!important;
}
.article-gallery-block .section-title h2,.related-news-block .section-title h2{
  font-size:28px!important;
}
.related-grid{
  gap:16px!important;
}
.related-grid .compact-latest-item,
.related-grid .story-card,
.related-grid article{
  border-radius:18px!important;
}
.article-side{
  gap:20px!important;
}
.article-side .side-box,
.article-side .weather-widget,
.article-side .most-read,
.article-side .ad-slot{
  border-radius:22px!important;
  box-shadow:0 16px 34px rgba(15,23,42,.06)!important;
}
.article-side .box-title h2{
  font-size:26px!important;
}
.article-side .most-read ol{gap:12px!important;}
.article-side .most-read li a{display:grid!important;grid-template-columns:1fr 74px!important;gap:10px!important;align-items:start!important;}
.article-side .most-read img{width:74px!important;height:74px!important;object-fit:cover!important;border-radius:12px!important;border:1px solid #e5e7eb!important;}
.liveblog-shell{
  margin:8px 0 24px!important;
  padding:18px 18px 8px!important;
  border:1px solid #dbe4ef!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)!important;
  box-shadow:0 14px 34px rgba(15,23,42,.05)!important;
}
.liveblog-header{
  margin:0 0 16px!important;
  padding-bottom:12px!important;
  border-bottom:1px solid #e8eef5!important;
}
.liveblog-header strong{font-size:18px!important;}
.liveblog-card{
  border-radius:16px!important;
  box-shadow:0 8px 18px rgba(15,23,42,.04)!important;
}
.liveblog-card p{font-size:17px!important;line-height:1.75!important;}
@media (max-width:1100px){
  .article-layout{grid-template-columns:minmax(0,1fr)!important;}
  .article-main h1{max-width:none!important;}
}
@media (max-width:760px){
  .article-main{padding:22px 18px!important;border-radius:20px!important;}
  .article-main h1{font-size:clamp(31px,10vw,42px)!important;line-height:1.04!important;}
  .article-source-box.article-meta-clean{gap:8px!important;}
  .article-source-box.article-meta-clean span{display:flex!important;width:100%!important;justify-content:space-between!important;}
  .article-source-box.article-meta-clean span + span::before{display:none!important;content:none!important;}
  .share-bar{padding:12px!important;gap:8px!important;}
  .share-bar a{padding:9px 12px!important;font-size:12px!important;}
  .article-image img{max-height:340px!important;}
  .lead{font-size:20px!important;}
  .article-text p{font-size:17px!important;line-height:1.78!important;}
  .article-side .most-read li a{grid-template-columns:1fr 62px!important;}
  .article-side .most-read img{width:62px!important;height:62px!important;}
}


/* v77: compactere artikelpagina met minder scroll */
.article-layout{
  grid-template-columns:minmax(0,1.72fr) 300px!important;
  gap:24px!important;
  padding:24px 0 32px!important;
}
.article-main{
  padding:24px 26px!important;
  border-radius:22px!important;
}
.article-main .back{
  margin-bottom:10px!important;
  font-size:13px!important;
}
.article-main .story-topline.article-head-flags{margin-bottom:8px!important;}
.article-main h1{
  font-size:clamp(30px,3.2vw,44px)!important;
  line-height:1.06!important;
  letter-spacing:-.03em!important;
  max-width:none!important;
  margin-bottom:10px!important;
}
.article-source-box.article-meta-clean{
  margin:0 0 12px!important;
  padding:0 0 12px!important;
}
.article-source-box.article-meta-clean span{font-size:12px!important;}
.share-bar{
  margin:0 0 14px!important;
  padding:10px 12px!important;
  gap:8px!important;
  border-radius:14px!important;
}
.share-bar a{
  padding:8px 11px!important;
  font-size:12px!important;
}
.article-image{
  margin:0 0 16px!important;
  border-radius:18px!important;
}
.article-image img{
  max-height:320px!important;
}
.article-main figcaption{
  bottom:10px!important;
  left:10px!important;
  padding:6px 9px!important;
  font-size:11px!important;
}
.lead{
  font-size:20px!important;
  line-height:1.55!important;
  margin:0 0 14px!important;
  max-width:none!important;
}
.article-text,
.article-main .article-text{max-width:none!important;}
.article-text p{
  margin:0 0 14px!important;
  font-size:17px!important;
  line-height:1.72!important;
}
.liveblog-shell{
  margin:6px 0 18px!important;
  padding:14px 14px 6px!important;
  border-radius:18px!important;
}
.liveblog-header{margin:0 0 10px!important;padding-bottom:10px!important;}
.liveblog-card{padding:13px 14px!important;}
.liveblog-card p{font-size:16px!important;line-height:1.66!important;}
.liveblog-list{gap:12px!important;}
.related-news-block,.article-gallery-block{margin-top:20px!important;}
.related-grid{gap:12px!important;}
.article-side{gap:16px!important;}
.article-side .side-box,.article-side .weather-widget,.article-side .most-read,.article-side .ad-slot{border-radius:18px!important;}
@media (max-width:1100px){
  .article-layout{grid-template-columns:minmax(0,1fr)!important;}
}
@media (max-width:760px){
  .article-layout{padding:16px 0 24px!important;gap:16px!important;}
  .article-main{padding:18px 16px!important;border-radius:18px!important;}
  .article-main h1{font-size:clamp(28px,8vw,36px)!important;line-height:1.08!important;}
  .article-source-box.article-meta-clean{padding-bottom:8px!important;margin-bottom:10px!important;}
  .share-bar{padding:8px 10px!important;gap:6px!important;}
  .share-bar a{padding:7px 10px!important;font-size:11px!important;}
  .article-image img{max-height:220px!important;}
  .lead{font-size:18px!important;line-height:1.5!important;}
  .article-text p{font-size:16px!important;line-height:1.66!important;margin-bottom:12px!important;}
}


/* v78: nieuwsfoto mooier + meest gelezen netter */
.article-image{
  max-width:100%!important;
  margin:0 0 14px!important;
  border-radius:18px!important;
  background:#eef3f9!important;
  border:1px solid #d9e4ef!important;
  overflow:hidden!important;
  box-shadow:0 12px 28px rgba(15,23,42,.06)!important;
}
.article-image img{
  display:block!important;
  width:100%!important;
  height:clamp(260px,34vw,420px)!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  background:#eef3f9!important;
}
.article-main figcaption{
  left:12px!important;
  bottom:12px!important;
  right:auto!important;
  max-width:calc(100% - 24px)!important;
}
.article-side .most-read,
.most-read-modern{
  padding:18px!important;
  border-radius:20px!important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)!important;
  border:1px solid #dbe4ef!important;
  box-shadow:0 14px 30px rgba(15,23,42,.06)!important;
}
.article-side .most-read .box-title,
.most-read-modern .box-title{
  margin-bottom:10px!important;
  padding-bottom:10px!important;
  border-bottom:1px solid #e8eef5!important;
}
.article-side .most-read .box-title h2,
.most-read-modern .box-title h2{
  font-size:24px!important;
  line-height:1.1!important;
}
.article-side .most-read ol,
.most-read-modern ol{
  list-style:none!important;
  margin:0!important;
  padding:0!important;
  display:grid!important;
  gap:12px!important;
}
.article-side .most-read li,
.most-read-modern li{
  padding:0!important;
  border-top:0!important;
}
.article-side .most-read li a,
.most-read-modern li a{
  display:grid!important;
  grid-template-columns:38px 1fr!important;
  grid-template-areas:"num title" ". thumb"!important;
  gap:8px 12px!important;
  align-items:start!important;
  padding:10px!important;
  border-radius:16px!important;
  background:#fff!important;
  border:1px solid #e7edf5!important;
  box-shadow:0 8px 18px rgba(15,23,42,.04)!important;
}
.article-side .most-read li a::before,
.most-read-modern li a::before{
  grid-area:num!important;
  width:34px!important;
  height:34px!important;
  font-size:16px!important;
  color:#fff!important;
  background:linear-gradient(135deg,#1d4ed8,#2563eb)!important;
  box-shadow:0 8px 18px rgba(37,99,235,.22)!important;
}
.article-side .most-read .most-read-title,
.most-read-modern .most-read-title{
  grid-area:title!important;
  font-size:14px!important;
  line-height:1.45!important;
  font-weight:850!important;
  color:#0f172a!important;
  display:block!important;
}
.article-side .most-read img,
.most-read-modern img{
  grid-area:thumb!important;
  width:100%!important;
  height:118px!important;
  border-radius:12px!important;
  object-fit:cover!important;
  object-position:center center!important;
  border:1px solid #e5e7eb!important;
  background:#eef2f7!important;
  margin-top:2px!important;
}
@media (max-width:760px){
  .article-image img{height:220px!important;}
  .article-side .most-read img,
  .most-read-modern img{height:96px!important;}
}


/* v79: dubbele tekst weg + rechterkolom strakker */
.article-side{gap:18px!important;}
.article-side > *{overflow:hidden!important;}
.article-side .ad-slot,
.article-side .weather-widget,
.article-side .most-read,
.article-side .side-box{
  border:1px solid #dbe4ef!important;
  border-radius:20px!important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)!important;
  box-shadow:0 14px 32px rgba(15,23,42,.06)!important;
}
.article-side .ad-slot{padding:0!important;}
.article-side .weather-widget,
.article-side .most-read,
.article-side .side-box{padding:18px!important;}
.article-side .box-title{margin-bottom:12px!important;padding-bottom:10px!important;border-bottom:1px solid #e8eef5!important;}
.article-side .box-title h2{font-size:24px!important;line-height:1.08!important;}
.article-side .weather-widget .weather-detail-grid span,
.article-side .weather-widget .forecast-day{border-radius:12px!important;}
.article-side .most-read ol,
.most-read-modern ol{display:grid!important;gap:10px!important;list-style:none!important;margin:0!important;padding:0!important;}
.article-side .most-read li,
.most-read-modern li{border-top:0!important;padding:0!important;}
.article-side .most-read li a,
.most-read-modern li a{display:grid!important;grid-template-columns:34px minmax(0,1fr) 72px!important;gap:10px!important;align-items:center!important;padding:10px!important;border:1px solid #e7edf5!important;border-radius:16px!important;background:#fff!important;box-shadow:0 8px 18px rgba(15,23,42,.04)!important;}
.article-side .most-read li a::before,
.most-read-modern li a::before{width:30px!important;height:30px!important;border-radius:50%!important;background:linear-gradient(135deg,#1d4ed8,#2563eb)!important;color:#fff!important;font-size:15px!important;box-shadow:0 8px 18px rgba(37,99,235,.18)!important;}
.article-side .most-read .most-read-title,
.most-read-modern .most-read-title{font-size:14px!important;line-height:1.35!important;font-weight:850!important;color:#0f172a!important;display:block!important;}
.article-side .most-read img,
.most-read-modern img{width:72px!important;height:58px!important;margin-top:0!important;border-radius:12px!important;object-fit:cover!important;object-position:center center!important;border:1px solid #e5e7eb!important;background:#eef2f7!important;}
@media (max-width:760px){
  .article-side .most-read li a,
  .most-read-modern li a{grid-template-columns:30px minmax(0,1fr) 62px!important;padding:8px!important;}
  .article-side .most-read img,
  .most-read-modern img{width:62px!important;height:52px!important;}
}


/* v81: rechterkolom rustiger en consistente kaarten */
.article-side{gap:18px!important;}
.article-side > *{overflow:hidden!important;}
.article-side .ad-slot,
.article-side .weather-widget,
.article-side .most-read,
.article-side .side-box{
  border:1px solid #dbe4ef!important;
  border-radius:20px!important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)!important;
  box-shadow:0 14px 32px rgba(15,23,42,.06)!important;
}
.article-side .weather-widget,
.article-side .most-read,
.article-side .side-box{padding:18px!important;}
.article-side .box-title{margin-bottom:12px!important;padding-bottom:10px!important;border-bottom:1px solid #e8eef5!important;}
.article-side .box-title h2{font-size:24px!important;line-height:1.08!important;}
.article-side .most-read ol,.most-read-modern ol{display:grid!important;gap:10px!important;list-style:none!important;margin:0!important;padding:0!important;}
.article-side .most-read li,.most-read-modern li{border-top:0!important;padding:0!important;}
.article-side .most-read li a,.most-read-modern li a{display:grid!important;grid-template-columns:34px minmax(0,1fr) 72px!important;gap:10px!important;align-items:center!important;padding:10px!important;border:1px solid #e7edf5!important;border-radius:16px!important;background:#fff!important;box-shadow:0 8px 18px rgba(15,23,42,.04)!important;}
.article-side .most-read li a::before,.most-read-modern li a::before{width:30px!important;height:30px!important;border-radius:50%!important;background:linear-gradient(135deg,#1d4ed8,#2563eb)!important;color:#fff!important;font-size:15px!important;box-shadow:0 8px 18px rgba(37,99,235,.18)!important;}
.article-side .most-read .most-read-title,.most-read-modern .most-read-title{font-size:14px!important;line-height:1.35!important;font-weight:850!important;color:#0f172a!important;display:block!important;}
.article-side .most-read img,.most-read-modern img{width:72px!important;height:58px!important;margin-top:0!important;border-radius:12px!important;object-fit:cover!important;object-position:center center!important;border:1px solid #e5e7eb!important;background:#eef2f7!important;}


/* v82: full-content admin workflow */
.content-badge{display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:900;white-space:nowrap;}
.content-ok{background:#ecfdf3;color:#067647;border:1px solid #abefc6;}
.content-mid{background:#fffaeb;color:#b54708;border:1px solid #fedf89;}
.content-low{background:#fef3f2;color:#b42318;border:1px solid #fecdca;}
.admin-action-links a{font-weight:800;color:#0b66e4;}
.api-info-box{margin:14px 0 18px;padding:15px 16px;border-radius:16px;background:#f0f7ff;border:1px solid #bfdbfe;color:#1e3a8a;line-height:1.6;}
.api-info-box code,.admin-card code{background:#eef2ff;border:1px solid #dbe4ef;border-radius:8px;padding:2px 6px;color:#1d4ed8;font-weight:800;}


/* v83: full-content API platform blokken */
.api-preset-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:18px 0;}
.api-preset-grid article,.api-settings-card{background:linear-gradient(180deg,#f8fbff,#fff);border:1px solid #dbe4ef;border-radius:18px;padding:16px;box-shadow:0 10px 24px rgba(15,23,42,.05);}
.api-preset-grid strong{display:block;font-size:17px;color:#0f172a;margin-bottom:6px;}
.api-preset-grid small{display:block;color:#64748b;line-height:1.55;margin-bottom:10px;}
.api-preset-grid code{display:block;white-space:normal;word-break:break-all;background:#0f172a;color:#e5edff;border-radius:12px;padding:10px;font-size:12px;line-height:1.45;}
.api-settings-card h2{margin:0 0 6px;font-size:22px;}.api-settings-card p{margin:0;color:#64748b;line-height:1.6;}
.content-status.full{background:#ecfdf3!important;color:#027a48!important;border:1px solid #abefc6!important;}
.content-status.medium{background:#fffaeb!important;color:#b54708!important;border:1px solid #fedf89!important;}
.content-status.short{background:#fef3f2!important;color:#b42318!important;border:1px solid #fecdca!important;}
@media(max-width:1000px){.api-preset-grid{grid-template-columns:1fr;}}

/* v84 no-key nieuwsplatform */
.source-row small.source-small{display:block;margin-top:6px;color:#059669;font-size:12px;font-weight:800;}
.api-info-box{line-height:1.6;}


/* v85: MediaFM als nette Nederlandse nieuwssite */
.news-card .source,
.story-source,
.article-source-box{
  letter-spacing:.01em!important;
}
.article-source-box{
  gap:10px!important;
  flex-wrap:wrap!important;
}
.article-source-box span{
  white-space:nowrap!important;
}
.article-image figcaption:empty,
.article-image figcaption[style*="none"]{
  display:none!important;
}
.article-image figcaption{
  backdrop-filter:blur(8px)!important;
}
.news-grid,
.topic-grid{
  align-items:stretch!important;
}
.card,
.news-card,
.story-card{
  border-color:#dfe7f1!important;
}
.page-title p,
.hero-text{
  max-width:820px!important;
}
.source-badge-nl{
  display:inline-flex;
  align-items:center;
  gap:6px;
  border-radius:999px;
  padding:6px 10px;
  background:#eef6ff;
  color:#1d4ed8;
  font-weight:800;
  font-size:12px;
}


/* v86: homepage vooral nieuws + bronfoto alleen met fotobron */
.mediafm-frontpage.news-first,.home-layout.mediafm-frontpage{grid-template-columns:minmax(0,1fr) 300px!important;}
.front-featured-story.no-photo{grid-template-columns:1fr!important;padding:28px!important;}
.front-featured-story.no-photo .featured-content{padding:0!important;}
.front-story-card.no-photo{min-height:auto!important;}
.front-story-card.no-photo .story-card-content{padding-top:18px!important;}
.compact-news-item.no-photo{grid-template-columns:1fr!important;}
.compact-news-item.no-photo .compact-thumb{display:none!important;}
.news-row.no-photo{grid-template-columns:1fr!important;}
.news-row.no-photo .news-row-image{display:none!important;}
.most-read-modern li.no-photo a{grid-template-columns:34px minmax(0,1fr)!important;}
.home-main .front-latest{margin-top:18px!important;}
.front-news-list{display:grid!important;gap:14px!important;}
.news-only-sidebar .mf-ad-card,.news-only-sidebar .voip-sidebar-premium{display:none!important;}
@media (max-width:1180px){.mediafm-frontpage.news-first,.home-layout.mediafm-frontpage{grid-template-columns:1fr!important;}.news-only-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media (max-width:760px){.news-only-sidebar{grid-template-columns:1fr!important;}.front-featured-story.no-photo{padding:20px!important;}}


/* v87: homepage meer nieuws, advertenties blijven zichtbaar */
.mediafm-frontpage .home-main{display:flex!important;flex-direction:column!important;gap:20px!important;}
.mediafm-frontpage .front-news-list{display:grid!important;gap:14px!important;}
.mediafm-frontpage .news-row{background:#fff!important;border:1px solid #dfe7f2!important;border-radius:18px!important;padding:16px!important;box-shadow:0 10px 26px rgba(15,23,42,.045)!important;}
.mediafm-frontpage .news-row h3{font-size:20px!important;line-height:1.24!important;margin:7px 0 8px!important;}
.mediafm-frontpage .news-row p{font-size:14.5px!important;line-height:1.48!important;margin:0!important;color:#526276!important;}
.mediafm-frontpage .news-row.no-photo{grid-template-columns:1fr!important;}
.mediafm-frontpage .ad-homepage-wide,
.mediafm-frontpage .ad-home-feed-ad{width:100%!important;margin:2px 0 4px!important;border-radius:18px!important;overflow:hidden!important;}
.mediafm-frontpage .ad-homepage-wide img,
.mediafm-frontpage .ad-home-feed-ad img{width:100%!important;height:auto!important;object-fit:contain!important;display:block!important;background:#fff!important;}
.more-home-news-strip{background:#fff!important;border:1px solid #dfe7f2!important;border-radius:20px!important;box-shadow:0 12px 30px rgba(15,23,42,.055)!important;padding:18px!important;}
.home-more-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;}
.home-more-grid .compact-news-item{border:1px solid #e6edf6!important;border-radius:16px!important;padding:12px!important;background:#fff!important;}
.home-more-grid .compact-news-item.no-photo{grid-template-columns:1fr!important;}
.news-only-sidebar .ad-home-sidebar{margin-top:2px!important;}
@media (max-width:800px){
  .home-more-grid{grid-template-columns:1fr!important;}
  .mediafm-frontpage .news-row{padding:14px!important;}
  .mediafm-frontpage .news-row h3{font-size:18px!important;}
}


/* v88: absolute veiligheid: nieuws zonder foto/fotobron nooit tonen in publieke lijsten */
.news-row.no-photo,
.story-card.no-photo,
.front-featured-story.no-photo,
.compact-news-item.no-photo,
.most-read li.no-photo{display:none!important;}


/* v89: adverteren-stukje terug op home + alleen nieuws met rechtenveilige foto */
.home-advertise-strip{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  padding:18px 20px!important;
  border-radius:20px!important;
  border:1px solid #dbe7f5!important;
  background:linear-gradient(135deg,#0f172a 0%,#1d4ed8 100%)!important;
  color:#fff!important;
  box-shadow:0 16px 36px rgba(15,23,42,.12)!important;
}
.home-advertise-strip span{
  display:inline-flex!important;
  margin-bottom:6px!important;
  padding:5px 10px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.14)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  color:#dbeafe!important;
  font-size:12px!important;
  font-weight:850!important;
  text-transform:uppercase!important;
  letter-spacing:.04em!important;
}
.home-advertise-strip h2{
  margin:0 0 5px!important;
  font-size:24px!important;
  line-height:1.12!important;
  color:#fff!important;
}
.home-advertise-strip p{
  margin:0!important;
  max-width:740px!important;
  color:#e5edff!important;
  line-height:1.5!important;
}
.home-advertise-strip .clean-ad-button{
  flex:0 0 auto!important;
  background:#fff!important;
  color:#1d4ed8!important;
  border:0!important;
  box-shadow:0 10px 22px rgba(0,0,0,.14)!important;
}
.home-side .mediafm-ad-clean{
  border:1px solid #dbe7f5!important;
  border-radius:20px!important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;
  box-shadow:0 14px 32px rgba(15,23,42,.06)!important;
}
@media (max-width:760px){
  .home-advertise-strip{display:block!important;padding:18px!important;}
  .home-advertise-strip .clean-ad-button{margin-top:14px!important;width:100%!important;text-align:center!important;}
  .home-advertise-strip h2{font-size:21px!important;}
}


/* v90: snelle header-weerweergave */
.weather-pill [data-weather-mini-temp]{min-width:42px;display:inline-block;text-align:left;}


/* v91: oude adverteren-blok terug op home, advertenties blijven staan */
.home-advertise-panel.old-home-advertise{
  display:grid!important;
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr)!important;
  gap:18px!important;
  align-items:stretch!important;
  padding:22px!important;
  border-radius:24px!important;
  border:1px solid #d8e5f6!important;
  background:linear-gradient(135deg,#0f172a 0%,#153e8a 52%,#1d4ed8 100%)!important;
  color:#fff!important;
  box-shadow:0 18px 44px rgba(15,23,42,.14)!important;
  margin:18px 0!important;
}
.home-advertise-panel .home-ad-panel-copy{min-width:0!important;}
.home-advertise-panel .ad-topline{
  display:inline-flex!important;
  align-items:center!important;
  width:auto!important;
  margin:0 0 8px!important;
  padding:6px 11px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.14)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  color:#dbeafe!important;
  font-size:12px!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  letter-spacing:.05em!important;
}
.home-advertise-panel h2{
  margin:0 0 8px!important;
  color:#fff!important;
  font-size:28px!important;
  line-height:1.08!important;
  letter-spacing:-.02em!important;
}
.home-advertise-panel p{
  margin:0!important;
  max-width:760px!important;
  color:#e6efff!important;
  font-size:15px!important;
  line-height:1.55!important;
}
.home-ad-actions{display:flex!important;gap:10px!important;align-items:center!important;margin-top:16px!important;flex-wrap:wrap!important;}
.home-ad-actions .clean-ad-button{
  background:#fff!important;
  color:#1d4ed8!important;
  border:0!important;
  box-shadow:0 10px 22px rgba(0,0,0,.14)!important;
}
.home-ad-actions .clean-ad-link{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:40px!important;
  padding:0 14px!important;
  border-radius:12px!important;
  color:#fff!important;
  text-decoration:none!important;
  font-weight:850!important;
  border:1px solid rgba(255,255,255,.24)!important;
  background:rgba(255,255,255,.08)!important;
}
.home-ad-panel-cards{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:10px!important;
}
.home-ad-panel-cards article{
  padding:13px 14px!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.12)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important;
}
.home-ad-panel-cards strong{display:block!important;color:#fff!important;font-size:15px!important;line-height:1.2!important;}
.home-ad-panel-cards span{display:block!important;margin-top:4px!important;color:#dbeafe!important;font-size:13px!important;font-weight:750!important;}
@media (max-width:850px){
  .home-advertise-panel.old-home-advertise{grid-template-columns:1fr!important;padding:18px!important;}
  .home-advertise-panel h2{font-size:23px!important;}
  .home-ad-panel-cards{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media (max-width:560px){
  .home-ad-panel-cards{grid-template-columns:1fr!important;}
  .home-ad-actions .clean-ad-button,.home-ad-actions .clean-ad-link{width:100%!important;text-align:center!important;}
}


/* v92: oud adverteer venster met VoIPStarr voorbeelden terug */
.home-ad-panel-examples article{display:grid!important;gap:4px!important;align-content:start!important;}
.home-ad-panel-examples .home-ad-card-topline{display:inline-flex!important;align-items:center!important;width:max-content!important;padding:4px 8px!important;border-radius:999px!important;background:rgba(255,255,255,.14)!important;border:1px solid rgba(255,255,255,.18)!important;color:#dbeafe!important;font-size:11px!important;font-weight:850!important;text-transform:uppercase!important;letter-spacing:.04em!important;}
.home-ad-panel-examples strong{margin-top:2px!important;}
.home-ad-panel-examples small{display:block!important;margin-top:4px!important;color:#e6efff!important;font-size:12px!important;line-height:1.45!important;}


/* v93: voorbeeld advertentiebeeld terug in home adverteerblok */
.home-ad-panel-examples article{display:grid!important;gap:8px!important;align-content:start!important;}
.home-ad-preview-image{display:flex!important;align-items:center!important;justify-content:center!important;padding:10px!important;border-radius:14px!important;background:rgba(255,255,255,.96)!important;box-shadow:0 8px 20px rgba(0,0,0,.12)!important;overflow:hidden!important;min-height:90px!important;}
.home-ad-preview-image img{display:block!important;width:100%!important;height:auto!important;max-width:100%!important;object-fit:contain!important;border-radius:8px!important;}
.home-ad-preview-image.sidebar-preview{min-height:132px!important;}
.home-ad-panel-examples strong{margin-top:0!important;}
.home-ad-panel-examples small{display:block!important;margin-top:2px!important;color:#e6efff!important;font-size:12px!important;line-height:1.45!important;}


/* v94: oud advertentievenster met echte voorbeeldbeelden */
.home-ad-showcase{display:grid;gap:18px;margin-top:18px;}
.home-ad-showcase-wide,.home-ad-showcase-sidebar,.home-ad-showcase-banner{display:grid;gap:8px;}
.home-ad-showcase-row{display:grid;grid-template-columns:minmax(280px,300px) minmax(0,1fr);gap:18px;align-items:start;}
.showcase-label{display:inline-flex;align-items:center;width:max-content;max-width:100%;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18);color:#dbeafe;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.04em;}
.showcase-frame{background:#fff;border-radius:16px;padding:14px;box-shadow:0 10px 24px rgba(0,0,0,.14);overflow:hidden;}
.showcase-frame.large img,.showcase-frame.banner img,.showcase-frame.sidebar img{display:block;width:100%;height:auto;max-width:100%;object-fit:contain;border-radius:10px;}
.showcase-frame.sidebar{padding:10px;}
@media (max-width: 900px){.home-ad-showcase-row{grid-template-columns:1fr;}.showcase-frame.sidebar img{max-width:300px;margin-inline:auto;}}


/* v95: exact oude advertentie-venster op home terug met echte VoIPStarr units */
.home-real-ad-screen{
  display:grid!important;
  grid-template-columns:minmax(260px,.42fr) minmax(0,.58fr)!important;
  gap:20px!important;
  align-items:stretch!important;
  margin:20px 0 22px!important;
  padding:22px!important;
  border-radius:24px!important;
  border:1px solid #dbe7f5!important;
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%)!important;
  box-shadow:0 18px 44px rgba(15,23,42,.08)!important;
}
.home-real-ad-copy{min-width:0!important;align-self:center!important;}
.home-real-ad-copy .ad-topline{
  display:inline-flex!important;align-items:center!important;width:auto!important;margin:0 0 9px!important;padding:6px 10px!important;
  border-radius:999px!important;background:#eff6ff!important;color:#0b66e4!important;font-size:12px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.05em!important;
}
.home-real-ad-copy h2{margin:0 0 8px!important;color:#0f172a!important;font-size:29px!important;line-height:1.08!important;letter-spacing:-.03em!important;}
.home-real-ad-copy p{margin:0!important;color:#475569!important;font-size:15px!important;line-height:1.55!important;max-width:560px!important;}
.home-real-ad-screen .home-ad-actions{margin-top:16px!important;}
.home-real-ad-screen .home-ad-actions .clean-ad-button{background:#0b66e4!important;color:#fff!important;box-shadow:0 10px 22px rgba(11,102,228,.18)!important;}
.home-real-ad-screen .home-ad-actions .clean-ad-link{color:#0b66e4!important;border:1px solid #cfe0f7!important;background:#f8fbff!important;}
.home-real-ad-preview{display:grid!important;grid-template-columns:minmax(250px,300px) minmax(0,1fr)!important;gap:16px!important;align-items:stretch!important;}
.home-real-ad-side .mf-ad-card.voip-sidebar-clean{height:100%!important;margin:0!important;box-shadow:0 14px 32px rgba(15,23,42,.09)!important;}
.home-real-ad-banners{display:grid!important;gap:14px!important;align-content:center!important;}
.home-real-ad-banners .voip-inline-ad{margin:0!important;box-shadow:0 14px 32px rgba(15,23,42,.07)!important;}
.home-real-ad-banners .voip-inline-ad a{min-height:118px!important;}
@media (max-width:1050px){
  .home-real-ad-screen{grid-template-columns:1fr!important;}
  .home-real-ad-preview{grid-template-columns:minmax(240px,300px) minmax(0,1fr)!important;}
}
@media (max-width:760px){
  .home-real-ad-screen{padding:16px!important;}
  .home-real-ad-preview{grid-template-columns:1fr!important;}
  .home-real-ad-side .mf-ad-card.voip-sidebar-clean{max-width:320px!important;margin:0 auto!important;}
}


/* v96: advertentieblokken terug zoals gisteravond */
.old-ad-image-card{display:block!important;margin:0!important;border:1px solid #dbe4ef!important;border-radius:22px!important;background:#fff!important;box-shadow:0 14px 32px rgba(15,23,42,.07)!important;overflow:hidden!important;}
.old-ad-image-card a{display:block!important;text-decoration:none!important;color:inherit!important;line-height:0!important;}
.old-ad-image-card img{display:block!important;width:100%!important;height:auto!important;max-width:100%!important;border:0!important;}
.old-voip-wide-card{margin:18px 0 24px!important;border-radius:18px!important;box-shadow:0 16px 34px rgba(15,23,42,.10)!important;}
.old-voip-wide-card img{border-radius:18px!important;}
.old-voip-5g-card,.old-mediafm-ad-card{border-radius:20px!important;}
.old-home-sidebar-order{gap:22px!important;}
.old-home-sidebar-order .ad-slot.ad-home-sidebar{border-radius:20px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 14px 32px rgba(15,23,42,.06)!important;border:1px solid #dbe4ef!important;}
.old-home-sidebar-order .ad-slot.ad-home-sidebar img{display:block!important;width:100%!important;height:auto!important;object-fit:contain!important;}
/* maak het extra preview-venster niet meer donker/groot: het is nu gewoon de oude brede VoIPStarr advertentie */
.home-real-ad-screen{display:block!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;margin:0!important;}


/* v100 homepage exacter volgens voorbeeld */
.home-layout.mediafm-frontpage{grid-template-columns:minmax(0,1fr) 320px!important;gap:24px!important;padding-top:22px!important;}
.home-main{min-width:0;}
.front-hero-news{grid-template-columns:minmax(0,1fr) 330px!important;gap:18px!important;align-items:start!important;}
.front-featured-story{border-radius:22px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 12px 30px rgba(15,23,42,.06)!important;border:1px solid #e0e8f2!important;}
.front-featured-story .featured-image img{width:100%!important;aspect-ratio:1.42/1!important;object-fit:cover!important;display:block!important;}
.front-featured-story .featured-content{padding:18px 20px 20px!important;}
.front-featured-story h1{font-size:30px!important;line-height:1.05!important;letter-spacing:-.03em!important;margin:10px 0 12px!important;}
.front-featured-story p{font-size:15px!important;line-height:1.55!important;margin:0!important;display:-webkit-box!important;-webkit-line-clamp:4!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
.front-featured-story .story-topline{margin-bottom:6px!important;}
.front-featured-story .story-meta-top{font-size:13px!important;color:#56657a!important;margin-bottom:8px!important;}
.front-secondary-news{display:grid!important;gap:16px!important;grid-template-columns:1fr!important;}
.front-secondary-news .front-story-card{position:relative!important;display:block!important;min-height:284px!important;border-radius:22px!important;overflow:hidden!important;border:0!important;background:#0f172a!important;box-shadow:0 12px 30px rgba(15,23,42,.08)!important;}
.front-secondary-news .front-story-card .story-card-image,.front-secondary-news .front-story-card .story-card-image img{display:block!important;width:100%!important;height:100%!important;min-height:284px!important;object-fit:cover!important;}
.front-secondary-news .front-story-card::after{content:''!important;position:absolute!important;inset:0!important;background:linear-gradient(180deg,rgba(6,18,38,.02) 0%,rgba(6,18,38,.12) 40%,rgba(6,18,38,.82) 100%)!important;z-index:1!important;}
.front-secondary-news .front-story-card .story-card-content{position:absolute!important;left:0!important;right:0!important;bottom:0!important;z-index:2!important;padding:16px 18px 18px!important;display:block!important;}
.front-secondary-news .front-story-card .story-card-content a{position:relative!important;z-index:3!important;}
.front-secondary-news .front-story-card .story-topline .category-label{color:#fff!important;}
.front-secondary-news .front-story-card .story-topline .category-label::before{background:#fff!important;}
.front-secondary-news .front-story-card .story-meta-top,.front-secondary-news .front-story-card .story-meta-top span{color:#fff!important;opacity:.95!important;font-size:12px!important;}
.front-secondary-news .front-story-card h2,.front-secondary-news .front-story-card h2 a{color:#fff!important;font-size:20px!important;line-height:1.1!important;margin:8px 0 0!important;text-shadow:0 2px 10px rgba(0,0,0,.2)!important;display:-webkit-box!important;-webkit-line-clamp:4!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
.old-home-sidebar-order{gap:16px!important;}
.old-ad-image-card{border-radius:22px!important;overflow:hidden!important;box-shadow:0 12px 30px rgba(15,23,42,.06)!important;border:1px solid #e0e8f2!important;background:#fff!important;}
.old-ad-image-card img{display:block!important;width:100%!important;height:auto!important;}
.old-voip-wide-card{margin:18px 0 22px!important;}
.latest-card-row{grid-template-columns:repeat(4,minmax(0,1fr))!important;padding:18px!important;border-radius:22px!important;overflow:hidden!important;}
.compact-news-item{grid-template-columns:96px 1fr!important;gap:12px!important;padding-right:12px!important;}
.compact-thumb img{width:96px!important;height:88px!important;border-radius:12px!important;}
.compact-news-item h3{font-size:14px!important;line-height:1.34!important;}
.news-list.front-news-list{margin-top:18px!important;}
.news-row{border-radius:20px!important;}
@media (max-width: 1240px){.home-layout.mediafm-frontpage{grid-template-columns:1fr!important;}.old-home-sidebar-order{grid-template-columns:repeat(2,minmax(0,1fr))!important;}.front-hero-news{grid-template-columns:1fr!important;}.front-secondary-news{grid-template-columns:repeat(2,minmax(0,1fr))!important;}.latest-card-row{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media (max-width: 760px){.old-home-sidebar-order{grid-template-columns:1fr!important;}.front-secondary-news{grid-template-columns:1fr!important;}.front-secondary-news .front-story-card{min-height:230px!important;}.front-secondary-news .front-story-card .story-card-image,.front-secondary-news .front-story-card .story-card-image img{min-height:230px!important;}.latest-card-row{grid-template-columns:1fr!important;}.compact-news-item{border-bottom:1px solid #e8eef6!important;padding-bottom:12px!important;margin-bottom:12px!important;}.compact-news-item:last-child{border-bottom:0!important;margin-bottom:0!important;padding-bottom:0!important;}}


/* v103: advertenties zijn admin-gestuurd, zichtbaar/verwijderbaar per positie */
.admin-controlled-ad{display:block!important;margin:0!important;border:1px solid #dbe4ef!important;border-radius:22px!important;background:#fff!important;box-shadow:0 14px 32px rgba(15,23,42,.07)!important;overflow:hidden!important;}
.admin-controlled-ad a{display:block!important;line-height:0!important;text-decoration:none!important;color:inherit!important;}
.admin-controlled-ad img{display:block!important;width:100%!important;height:auto!important;max-width:100%!important;object-fit:contain!important;background:#fff!important;}
.old-home-sidebar-order .admin-controlled-ad{margin:0!important;}
.old-voip-wide-card{margin:18px 0 22px!important;}
.old-voip-wide-card img{width:100%!important;height:auto!important;}


/* v104: mobiele advertenties één keer tonen en niet dubbel */
.mobile-home-ads{
  display:none!important;
}
@media (max-width: 900px){
  .mobile-home-ads{
    display:grid!important;
    gap:14px!important;
    margin:18px 0 22px!important;
  }
  .mobile-home-ads .admin-controlled-ad{
    display:block!important;
    width:100%!important;
    margin:0!important;
    border-radius:20px!important;
  }
  .mobile-home-ads .admin-controlled-ad img{
    width:100%!important;
    height:auto!important;
    object-fit:contain!important;
    background:#fff!important;
  }
  /* desktop-advertenties op mobiel verbergen zodat ze niet dubbel komen */
  .home-main > .old-voip-wide-card,
  .old-home-sidebar-order > .admin-controlled-ad{
    display:none!important;
  }
  .old-home-sidebar-order{
    gap:16px!important;
  }
}
@media (min-width: 901px){
  .mobile-home-ads{
    display:none!important;
  }
}


/* v105: advertentieposities gescheiden en geen dubbele mobiele weergave */
.mobile-home-ads{display:none;}
@media (max-width: 760px){
  .mobile-home-ads{display:grid!important;gap:14px!important;margin:18px 0 20px!important;}
  .mobile-home-ads:empty{display:none!important;}
  .home-side .admin-controlled-ad{display:none!important;}
  .mobile-home-ads .admin-controlled-ad{display:block!important;border-radius:16px!important;overflow:hidden!important;background:#fff!important;border:1px solid #dbe4ef!important;box-shadow:0 10px 24px rgba(15,23,42,.07)!important;}
  .mobile-home-ads .admin-controlled-ad img{width:100%!important;height:auto!important;object-fit:contain!important;}
  .archive-side .admin-controlled-ad,.article-side .admin-controlled-ad{margin-bottom:14px!important;}
}
@media (min-width: 761px){
  .mobile-home-ads{display:none!important;}
}


/* v107: admin advertentiepagina duidelijk en werkend */
.admin-actions{display:flex;gap:14px;align-items:center;margin-bottom:16px;flex-wrap:wrap}.admin-actions-spread{justify-content:space-between}.notice.compact{max-width:780px}.btn.btn-small{padding:9px 14px;border-radius:12px;font-size:14px}.ad-form-better{gap:18px}.ad-edit-intro{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;flex-wrap:wrap}.ad-edit-intro h2{margin:4px 0 8px;font-size:28px}.ad-edit-intro p{margin:0;color:#64748b;line-height:1.6;max-width:880px}.section-gap{padding-top:6px;border-top:1px dashed #dbe4ef}.admin-field{display:grid;gap:8px;font-weight:700;color:#0f172a}.admin-field input,.admin-field select,.admin-field textarea{margin-top:0}.field-help{display:block;color:#667085;font-weight:500;line-height:1.45}.file-upload-field input[type=file]{padding:14px;border:1px dashed #c7d2fe;border-radius:14px;background:#f8faff}.check-group{align-content:start;padding:14px 16px;border:1px solid var(--line);border-radius:16px;background:#fbfcff}.check-group .check{margin:0 0 8px 0}.admin-position-picker{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.admin-position-card{position:relative;min-height:220px;align-content:start;transition:.2s ease;border:2px solid #e6ebf2}.admin-position-card::after{content:'Kies deze plek';position:absolute;top:14px;right:14px;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#64748b;background:#fff;border:1px solid #d9e2ee;padding:6px 10px;border-radius:999px}.admin-position-card.active::after{content:'Gekozen';background:#2563eb;color:#fff;border-color:#2563eb}.admin-position-card:hover{transform:translateY(-2px);border-color:#bfd4ff}.admin-position-card img{height:120px!important;object-fit:contain;padding:8px}.admin-position-card strong{font-size:19px!important;line-height:1.2}.admin-position-card span{font-size:14px!important}.admin-position-card small{font-size:13px!important;line-height:1.45}.admin-sticky-actions{display:flex;gap:12px;align-items:center;justify-content:flex-end;flex-wrap:wrap}.top-inline{margin-left:auto}.bottom-actions{padding-top:6px;border-top:1px solid #e5e7eb}.admin-ad-guide-5{grid-template-columns:repeat(5,minmax(0,1fr))}.admin-ad-guide-5 article{min-height:120px}@media (max-width:1200px){.admin-position-picker,.admin-ad-guide-5{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.admin-position-picker,.admin-ad-guide-5{grid-template-columns:1fr}.admin-sticky-actions{justify-content:stretch}.admin-sticky-actions .btn{width:100%}.ad-edit-intro h2{font-size:24px}}


/* v108: makkelijke verwijderknop in advertentiebeheer */
.ad-actions-cell{display:flex!important;gap:10px!important;align-items:center!important;flex-wrap:wrap!important;}
.inline-delete-form{display:inline-flex!important;margin:0!important;}
.btn.danger{background:#dc2626!important;border-color:#dc2626!important;color:#fff!important;box-shadow:0 8px 18px rgba(220,38,38,.18)!important;}
.btn.danger:hover{background:#b91c1c!important;border-color:#b91c1c!important;}
.delete-ad-card{margin-top:16px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;border-color:#fecaca!important;background:#fff7f7!important;}
.delete-ad-card strong{font-size:18px;color:#991b1b;}
.delete-ad-card p{margin:6px 0 0;color:#7f1d1d;}
@media (max-width:760px){.ad-actions-cell,.delete-ad-card{display:grid!important;grid-template-columns:1fr!important}.ad-actions-cell .btn,.inline-delete-form,.inline-delete-form .btn{width:100%!important}}

/* v110: advertentiepagina in duidelijke kolommen */
.ad-edit-form-v110{display:grid!important;gap:22px!important;padding:22px!important;}
.ad-edit-header-v110{display:flex!important;justify-content:space-between!important;align-items:flex-start!important;gap:20px!important;border-bottom:1px solid #e5ebf2!important;padding-bottom:18px!important;}
.ad-edit-header-v110 h2{margin:4px 0 8px!important;font-size:30px!important;line-height:1.1!important;color:#0f172a!important;}
.ad-edit-header-v110 p{margin:0!important;color:#64748b!important;line-height:1.55!important;max-width:850px!important;}
.ad-edit-columns-v110{display:grid!important;grid-template-columns:minmax(420px,1.15fr) minmax(420px,.85fr)!important;gap:22px!important;align-items:start!important;}
.ad-edit-panel-v110{background:#fff!important;border:1px solid #dfe7f2!important;border-radius:20px!important;padding:18px!important;box-shadow:0 10px 28px rgba(15,23,42,.05)!important;}
.panel-head-v110{margin-bottom:14px!important;}
.panel-head-v110 span,.eyebrow{display:inline-flex!important;color:#0b66e4!important;font-size:12px!important;font-weight:900!important;letter-spacing:.06em!important;text-transform:uppercase!important;}
.panel-head-v110 h3{margin:5px 0 6px!important;font-size:24px!important;color:#0f172a!important;}
.panel-head-v110 p{margin:0!important;color:#667085!important;line-height:1.5!important;}
.selected-position-v110{display:flex!important;gap:8px!important;align-items:center!important;background:#eef6ff!important;border:1px solid #bfdbfe!important;color:#0f172a!important;border-radius:14px!important;padding:12px 14px!important;margin-bottom:14px!important;font-weight:700!important;}
.selected-position-v110 strong{color:#0757d6!important;}
.admin-position-picker-v110{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;}
.admin-position-card-v110{position:relative!important;min-height:205px!important;text-align:left!important;display:grid!important;align-content:start!important;gap:8px!important;background:#fff!important;border:2px solid #e2e8f0!important;border-radius:18px!important;padding:12px!important;cursor:pointer!important;box-shadow:0 8px 22px rgba(15,23,42,.04)!important;transition:.18s ease!important;}
.admin-position-card-v110:hover{transform:translateY(-2px)!important;border-color:#93c5fd!important;box-shadow:0 12px 28px rgba(15,23,42,.08)!important;}
.admin-position-card-v110.active{border-color:#0b66e4!important;background:#f8fbff!important;box-shadow:0 0 0 3px rgba(11,102,228,.12),0 12px 28px rgba(15,23,42,.08)!important;}
.admin-position-card-v110 img{height:92px!important;width:100%!important;object-fit:contain!important;background:#f8fafc!important;border:1px solid #e5ebf2!important;border-radius:12px!important;padding:8px!important;}
.admin-position-card-v110 .choice-badge{position:absolute!important;top:12px!important;right:12px!important;background:#fff!important;border:1px solid #d8e2ee!important;color:#475569!important;border-radius:999px!important;padding:6px 9px!important;font-size:10px!important;font-weight:900!important;letter-spacing:.04em!important;text-transform:uppercase!important;}
.admin-position-card-v110.active .choice-badge{background:#0b66e4!important;color:#fff!important;border-color:#0b66e4!important;}
.admin-position-card-v110 strong{font-size:17px!important;line-height:1.18!important;color:#0f172a!important;}
.admin-position-card-v110 b{font-size:13px!important;color:#0b66e4!important;}
.admin-position-card-v110 small{font-size:12px!important;line-height:1.35!important;color:#667085!important;}
.ad-fields-panel-v110{display:grid!important;gap:14px!important;position:sticky!important;top:86px!important;}
.admin-field-v110{display:grid!important;gap:7px!important;font-weight:800!important;color:#0f172a!important;}
.admin-field-v110 input,.admin-field-v110 textarea,.admin-field-v110 select{width:100%!important;margin:0!important;padding:12px 13px!important;border:1px solid #cfd8e3!important;border-radius:12px!important;background:#fff!important;color:#0f172a!important;}
.admin-field-v110 small{color:#667085!important;font-weight:500!important;line-height:1.4!important;}
.upload-field-v110 input[type=file]{padding:13px!important;background:#f8fbff!important;border:1px dashed #a9c5ff!important;}
.field-grid-v110{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important;}
.field-grid-v110.compact{align-items:stretch!important;}
.checks-v110{display:grid!important;gap:10px!important;background:#f8fbff!important;border:1px solid #dfe7f2!important;border-radius:14px!important;padding:14px!important;align-content:center!important;}
.checks-v110 label{display:flex!important;align-items:center!important;gap:9px!important;font-weight:800!important;color:#0f172a!important;}
.format-note-v110{display:grid!important;gap:5px!important;background:#f8fafc!important;border:1px solid #dfe7f2!important;border-radius:14px!important;padding:13px!important;color:#64748b!important;line-height:1.45!important;}
.format-note-v110 strong{color:#0f172a!important;}
.bottom-actions-v110{padding-top:6px!important;border-top:1px solid #e5ebf2!important;}
.btn.btn-small{padding:9px 14px!important;border-radius:12px!important;font-size:14px!important;}
.ad-actions-cell{display:flex!important;gap:10px!important;align-items:center!important;flex-wrap:wrap!important;}
.inline-delete-form{display:inline-flex!important;margin:0!important;}
.btn.danger{background:#dc2626!important;border-color:#dc2626!important;color:#fff!important;box-shadow:0 8px 18px rgba(220,38,38,.18)!important;}
.btn.danger:hover{background:#b91c1c!important;border-color:#b91c1c!important;}
.delete-ad-card{margin-top:16px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;border-color:#fecaca!important;background:#fff7f7!important;}
.delete-ad-card strong{font-size:18px!important;color:#991b1b!important;}
.delete-ad-card p{margin:6px 0 0!important;color:#7f1d1d!important;}
@media (max-width:1300px){.ad-edit-columns-v110{grid-template-columns:1fr!important;}.ad-fields-panel-v110{position:static!important}.admin-position-picker-v110{grid-template-columns:repeat(3,minmax(0,1fr))!important;}}
@media (max-width:900px){.admin-position-picker-v110{grid-template-columns:repeat(2,minmax(0,1fr))!important;}.ad-edit-header-v110{display:grid!important;}.field-grid-v110{grid-template-columns:1fr!important;}}
@media (max-width:620px){.admin-position-picker-v110{grid-template-columns:1fr!important;}.admin-sticky-actions{display:grid!important;grid-template-columns:1fr!important;width:100%!important}.admin-sticky-actions .btn{width:100%!important}.ad-actions-cell,.delete-ad-card{display:grid!important;grid-template-columns:1fr!important}.ad-actions-cell .btn,.inline-delete-form,.inline-delete-form .btn{width:100%!important}}


/* v112: advertenties verspreiden en niet alles onder elkaar */
.home-extra-billboard{margin:22px 0!important;}
.home-infeed-admin-ad{margin:20px 0!important;border-radius:18px!important;}
.home-infeed-admin-ad img{width:100%!important;height:auto!important;object-fit:contain!important;}
.article-main .voip-article-old-ad{margin:24px 0!important;}
.article-side .admin-controlled-ad,.archive-side .admin-controlled-ad{margin-bottom:16px!important;}
.old-home-sidebar-order .admin-controlled-ad:nth-of-type(n+3){display:none!important;}
@media (max-width:760px){
  .home-extra-billboard,.home-infeed-admin-ad{margin:16px 0!important;}
  .home-main > .home-extra-billboard,.home-main > .old-voip-wide-card{display:none!important;}
  .article-side .admin-controlled-ad:nth-of-type(n+2),.archive-side .admin-controlled-ad:nth-of-type(n+2){display:none!important;}
}


/* v114: advertentievolgorde volgt admin-volgorde */
.admin-controlled-ad{order:initial!important;}


/* v115: sidebar ook op overige pagina's, behalve adverteren */
.page-with-sidebar{align-items:start;}
.weather-page-main{padding-top:0!important;}
.tip-main{padding-top:0!important;}
.page-sidebar{display:grid;gap:18px;align-content:start;}
.page-sidebar .admin-controlled-ad{display:block!important;}
@media (max-width:1180px){.page-with-sidebar{grid-template-columns:1fr!important}.page-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}.page-sidebar .most-read{grid-column:1/-1}}
@media (max-width:760px){.page-sidebar{grid-template-columns:1fr!important}}
