/* nieuws-detail.html inline styles */
.post-detail{ padding-top:40px; }
.pd-head__inner{ max-width:840px; }
.pd-head .breadcrumb{ color:var(--muted); }
.pd-head .breadcrumb a:hover{ color:var(--ink); }
.pd-cat{ display:inline-block; font-family:var(--display); font-weight:700; text-transform:uppercase; letter-spacing:.06em; font-size:13px; padding:5px 13px; border-radius:4px; margin-bottom:16px; }
.cat-kamp{ background:#fbe6e8; color:#a8161f; }
.pd-head h1{ font-size:clamp(34px,4.8vw,60px); line-height:1; margin-bottom:22px; }
.pd-meta{ display:flex; align-items:center; gap:12px; color:var(--muted); font-size:16px; flex-wrap:wrap; }
.pd-author{ display:inline-flex; align-items:center; gap:10px; font-weight:600; color:var(--ink); }
.pd-avatar{ width:38px; height:38px; border-radius:50%; background:var(--navy); color:#fff; display:flex; align-items:center; justify-content:center; font-family:var(--display); font-weight:800; font-size:14px; }
.pd-dot{ color:var(--line); }

.pd-hero{ max-width:100%; margin:36px 0 0; border-radius:var(--radius-lg); overflow:hidden; }
.pd-hero img{ width:100%; aspect-ratio:16/9; object-fit:cover; }
.pd-hero.ph{ aspect-ratio:16/9; }
.pd-hero figcaption{ font-size:14px; color:var(--muted); padding:12px 4px 0; }

.pd-body{ max-width:840px; padding-top:44px; padding-bottom:8px; }
.pd-content{ max-width:none; }
.pd-lead{ font-size:22px; line-height:1.5; color:var(--ink); font-weight:500; }
.pd-content p{ font-size:18px; color:#33353d; }
.pd-content h2{ font-size:30px; margin:36px 0 14px; }
.pd-content blockquote{ margin:30px 0; padding:6px 0 6px 26px; border-left:4px solid var(--red); font-family:var(--display); font-weight:600; text-transform:none; font-size:24px; line-height:1.25; color:var(--ink); }

.pd-foot{ display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap; margin-top:40px; padding-top:24px; border-top:1px solid var(--line); }
.pd-tags{ display:flex; align-items:center; gap:8px; flex-wrap:wrap; color:var(--muted); font-size:15px; }
.pd-tags a{ background:var(--paper); color:var(--ink-2); padding:6px 13px; border-radius:999px; font-size:14px; font-weight:600; }
.pd-tags a:hover{ background:var(--red); color:#fff; }
.pd-share{ display:flex; align-items:center; gap:10px; color:var(--muted); font-size:15px; }
.pd-share a{ width:38px; height:38px; border-radius:6px; background:var(--navy); color:#fff; display:flex; align-items:center; justify-content:center; }
.pd-share a:hover{ background:var(--red); }

.pd-side{ position:sticky; top:108px; display:grid; gap:18px; }
.pd-card{ background:#fff; border:1px solid var(--line); border-radius:var(--radius-lg); padding:26px; box-shadow:var(--shadow-soft); }
.pd-card h3{ font-size:22px; margin-bottom:10px; }
.pd-card p{ color:var(--muted); font-size:16px; }
.pd-social{ display:flex; flex-direction:column; gap:8px; }
.pd-social a{ font-weight:600; color:var(--blue); } .pd-social a:hover{ color:var(--red); }

.pd-back-wrap{ padding-top:8px; padding-bottom:8px; }
.pd-back{ display:inline-block; font-family:var(--display); font-weight:700; text-transform:uppercase; letter-spacing:.04em; color:var(--ink); }
.pd-back:hover{ color:var(--red); }

.rel-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.rel-grid .post{ background:#fff; border:1px solid var(--line); border-radius:14px; overflow:hidden; box-shadow:var(--shadow-soft); transition:.15s; display:flex; flex-direction:column; }
.rel-grid .post:hover{ transform:translateY(-3px); box-shadow:var(--shadow-card); }
.rel-grid .post__img{ aspect-ratio:16/10; position:relative; overflow:hidden; flex:0 0 auto; }
.rel-grid .post__img img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.rel-grid .post__body{ padding:20px; display:flex; flex-direction:column; gap:8px; flex:1 1 auto; }
.rel-grid .post__body h3{ font-size:19px; line-height:1.08; }
.post-meta{ font-size:13px; text-transform:uppercase; letter-spacing:.08em; color:#8a8d97; margin-top:auto; }

@media (max-width:900px){
  .rel-grid{ grid-template-columns:1fr; }
}
