/* =========================
   NIEUWS
   ========================= */

/* --- Praktische info nieuwslink --- */
.pi-item--news{
  grid-column:1 / -1;
}

.pi-link-newsline{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border-radius:12px;
  text-decoration:none;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  color:#fff;
  transition:background .15s ease, border-color .15s ease, transform .15s ease;
}

.pi-link-newsline:hover{
  background:rgba(255,255,255,.07);
  border-color:rgba(160,110,255,.28);
  transform:translateY(-1px);
}

.pi-link-newsline__icon{
  flex:0 0 auto;
  font-size:16px;
  line-height:1;
}

.pi-link-newsline__text{
  flex:1 1 auto;
  font-weight:700;
  line-height:1.25;
  color:#fff;
}

.pi-link-newsline__arrow{
  flex:0 0 auto;
  font-size:18px;
  color:#cfcff2;
  opacity:.85;
}

/* --- Homepage nieuwsblok --- */
.home-news{
  margin-top:18px;
}

.home-news.wrapper{
  padding-top:30px;
  padding-bottom:30px;
}

.home-news__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:14px;
}

.home-news__morelink{
  color:#f97b0a;
  font-weight:800;
  text-decoration:none;
}

.home-news__grid--editorial{
  display:grid;
  gap:16px;
  grid-template-columns:repeat(12, minmax(0, 1fr));
}

.home-news__card{
  grid-column:span 4;
  display:flex;
  flex-direction:column;
  text-decoration:none;
  border:1px solid rgba(255,255,255,.10);
  border-radius:14px;
  background:linear-gradient(180deg, rgba(0,0,0,.20), rgba(0,0,0,.045));
  overflow:hidden;
  transition:transform .12s ease, border-color .12s ease, background .12s ease, box-shadow .12s ease;
  position:relative;
}

.home-news__card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  background:linear-gradient(180deg, #f97b0a, #aa31ae);
  opacity:.95;
  z-index:1;
}

.home-news__card:hover{
  transform:translateY(-2px);
  border-color:rgba(160,110,255,.24);
  background:rgba(255,255,255,.07);
  box-shadow:0 8px 20px rgba(0,0,0,.14);
}

.home-news__card:hover::after{
  color:#ff9a32;
}

.home-news__card--featured{
  grid-column:span 8;
}

.home-news__media{
  aspect-ratio:16 / 9;
  overflow:hidden;
  background:rgba(255,255,255,.04);
}

.home-news__media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.home-news__content{
  display:flex;
  flex-direction:column;
  gap:8px;
  padding:14px 14px 14px 18px;
}

.home-news__kermis{
  font-size:11.5px;
  color:#c9c9dc;
  opacity:.95;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.home-news__title{
  font-weight:900;
  color:#fff;
  font-size:18px;
  line-height:1.18;
}

.home-news__card--featured .home-news__title{
  font-size:clamp(30px, 3.5vw, 40px);
  line-height:1.06;
}

.home-news__meta{
  font-size:11.5px;
  color:#bdbddb;
}

.home-news__excerpt{
  font-size:13px;
  line-height:1.5;
  color:#ececff;
  opacity:.92;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.home-news__card::after{
  content:"Lees meer →";
  margin-top:auto;
  font-size:13px;
  font-weight:900;
  letter-spacing:.01em;
  color:#f97b0a;
  opacity:1;
  padding:4px 14px 14px 18px;
  text-align:right;
}

/* --- Nieuwsoverzicht / detail algemeen --- */
.news-overview,
.news-detail{
  padding-top:18px;
  padding-bottom:28px;
}

.news-list{
  display:grid;
  gap:16px;
}

.news-card__link{
  display:block;
  color:inherit;
  text-decoration:none;
}

.news-card__label,
.news-detail__label{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(249,123,10,.12);
  color:#f97b0a;
  font-size:12px;
  font-weight:700;
  margin-bottom:12px;
}

.news-card__title{
  margin:0 0 8px;
  color:#fff;
  font-size:22px;
  line-height:1.2;
}

.news-card__meta,
.news-detail__meta{
  color:rgba(255,255,255,.72);
  font-size:13px;
  margin-bottom:12px;
}

.news-card__excerpt{
  color:rgba(255,255,255,.88);
  line-height:1.6;
}

.news-detail__body{
  color:rgba(255,255,255,.92);
  line-height:1.75;
}

.news-detail__body p{
  margin:0 0 1em;
}

.news-detail__body h2,
.news-detail__body h3{
  margin:1.2em 0 .6em;
}

.news-detail__back{
  margin-top:22px;
}

/* --- Kermisdetail nieuwsblok --- */

/* --- Thumbnail (nieuw) --- */
.kv2-news__thumb{
  width:110px;
  flex:0 0 110px;
  overflow:hidden;
  border-radius:12px;
  background:rgba(255,255,255,.05);
}

.kv2-news__thumb img{
  display:block;
  width:100%;
  aspect-ratio:1 / 1;
  object-fit:cover;
}

.kv2-news__list{
  display:grid;
  gap:10px;
}

.kv2-news__item{
  border:1px solid rgba(255,255,255,.10);
  border-radius:14px;
  background:rgba(255,255,255,.03);
  overflow:hidden;
  transition:transform .15s ease, border-color .15s ease, background .15s ease, box-shadow .15s ease;
}

.kv2-news__item:hover{
  transform:translateY(-1px);
  border-color:rgba(160,110,255,.24);
  background:rgba(255,255,255,.05);
  box-shadow:0 8px 18px rgba(0,0,0,.14);
}

.kv2-news__linkwrap{
  display:block;
  color:inherit;
  text-decoration:none;
}

.kv2-news__sum{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  padding:14px;
}

.kv2-news__left{
  min-width:0;
  flex:1 1 auto;
  display:flex;
  flex-direction:column;
  gap:5px;
  padding-right:28px;
}

.kv2-news__body--inline{
  padding:0;
  border-top:0;
}

.kv2-news__body--inline{
  margin-top:4px;
}

.kv2-news__body--inline p{
  margin:0;
}

.kv2-news__title{
  font-weight:900;
  color:#fff;
  font-size:17px;
  line-height:1.25;
}

.kv2-news__linkwrap:hover .kv2-news__title{
  text-decoration:underline;
}

.kv2-news__meta{
  color:#c9c9dc;
  font-size:12.5px;
  line-height:1.35;
  opacity:.95;
}

.kv2-news__chev{
  color:#d7d7ee;
  opacity:.9;
  font-weight:900;
  font-size:20px;
  flex:0 0 auto;
  margin-top:0;
  align-self:center;
}

.kv2-news__body{
  padding:0 14px 14px;
  border-top:1px solid rgba(255,255,255,.06);
}

.kv2-news__body p{
  margin:12px 0 0;
  color:#eee;
  line-height:1.6;
  font-size:14px;
}

.kv2-news__body ul,
.kv2-news__body ol{
  margin:12px 0 0 20px;
  color:#eee;
}

.kv2-news__body a{
  color:#d9c8ff;
  text-decoration:underline;
}

.kv2-news__more{
  margin-top:10px;
  font-size:13px;
  font-weight:700;
  color:#f97b0a;
}

/* --- Nieuws detail nieuwe layout (voor straks / deels al voorbereid) --- */
.news-layout{
  display:grid;
  grid-template-columns:minmax(0, 1fr);
  gap:22px;
}

.news-detail__body--light{
  background:#fff;
  color:#1b1b23;
  border-radius:18px;
  padding:24px;
  box-shadow:0 12px 26px rgba(0,0,0,.16);
}

.news-detail__body--light p,
.news-detail__body--light li{
  color:#1b1b23;
  line-height:1.8;
}

.news-detail__body--light h2,
.news-detail__body--light h3{
  color:#111;
  margin:1.35em 0 .55em;
}

.news-detail__body--light a{
  color:#7b2cbf;
  text-decoration:underline;
}

.news-hero{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  background:rgba(255,255,255,.03);
  margin-bottom:22px;
}

.news-hero__media{
  width:100%;
  height:clamp(220px, 32vw, 420px);
  overflow:hidden;
}

.news-hero__media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.news-hero__content{
  padding:22px;
}

.news-hero__title{
  margin:0;
  color:#fff;
  font-size:clamp(30px, 4vw, 48px);
  line-height:1.05;
}

.news-layout__main{
  min-width:0;
}

.news-layout__side{
  min-width:0;
}

.news-gallery__grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));
  gap:14px;
}

.news-gallery__item img{
  display:block;
  width:100%;
  aspect-ratio:4 / 3;
  object-fit:cover;
  border-radius:14px;
}

.news-gallery__item figcaption{
  margin-top:8px;
  font-size:13px;
  line-height:1.5;
  color:#d4d4e5;
}

.news-related-kermis{
  font-size:14px;
  background:linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.05));
}

.news-related-kermis__media{
  margin-bottom:14px;
}

.news-related-kermis__media img{
  display:block;
  width:100%;
  aspect-ratio:16 / 10;
  object-fit:cover;
  border-radius:14px;
}

.news-related-kermis__rows{
  display:grid;
  gap:10px;
  margin-bottom:14px;
}

.news-related-kermis__row{
  display:grid;
  gap:3px;
}

.news-related-kermis__row strong{
  font-size:12px;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#bdbddb;
}

.news-related-kermis__row span{
  color:#fff;
  line-height:1.45;
  font-size:14px;
}

.news-related-kermis__btn{
  width:100%;
  justify-content:center;
  font-size:14px;
  padding:10px 12px;
}

/* --- Responsive --- */
@media (max-width: 1099px){
  .home-news__card,
  .home-news__card--featured{
    grid-column:span 6;
  }
}

@media (max-width: 700px){
  .home-news__head{
    flex-direction:column;
    align-items:flex-start;
  }

  .home-news__card,
  .home-news__card--featured{
    grid-column:1 / -1;
  }
  .kv2-news__chev{
    display:none;
  }	
}

@media (max-width: 600px){
  .home-news.wrapper{
    padding-left:20px;
    padding-right:20px;
  }
}

/* =========================
   NIEUWSOVERZICHT
   ========================= */

.news-overview__hero{
  margin-bottom:18px;
}

.news-featured{
  margin-bottom:18px;
  overflow:hidden;
}

.news-featured__link{
  display:grid;
  grid-template-columns:minmax(0, 1.15fr) minmax(0, .85fr);
  gap:0;
  color:inherit;
  text-decoration:none;
}

.news-featured__media{
  min-height:100%;
  overflow:hidden;
}

.news-featured__media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.news-featured__content{
  padding:22px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.news-featured__title{
  margin:0 0 10px;
  color:#fff;
  font-size:clamp(28px, 3.2vw, 42px);
  line-height:1.08;
}

.news-featured__excerpt{
  color:rgba(255,255,255,.9);
  line-height:1.7;
}

.news-list--cards{
  grid-template-columns:repeat(3, minmax(0, 1fr));
}

.news-card{
  overflow:hidden;
}

.news-card__media{
  margin:-14px -14px 14px;
  aspect-ratio:16 / 9;
  overflow:hidden;
  background:rgba(255,255,255,.04);
}

.news-card__media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

@media (max-width: 1099px){
  .news-list--cards{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .news-featured__link{
    grid-template-columns:1fr;
  }
}

@media (min-width: 900px){
  .news-layout{
    grid-template-columns:minmax(0, 1fr) 300px;
    align-items:start;
  }

  .news-layout__side{
    position:sticky;
    top:90px;
  }
}

@media (max-width: 700px){
  .news-list--cards{
    grid-template-columns:1fr;
  }
  .kv2-news__sum{
    flex-direction:column;
  }

  .kv2-news__thumb{
    width:100%;
    flex:0 0 auto;
  }

  .kv2-news__thumb img{
    aspect-ratio:16 / 9;
  }	
	
  .kv2-news__item{
	  position:relative;
	}

	.kv2-news__chev{
	  position:absolute;
	  right:14px;
	  top:14px;
	  margin-top:0;
	  font-size:22px;
	  line-height:1;
	}	
}

/* =========================
   NEWS SIDEBAR FINETUNING
   ========================= */

.news-related-kermis__format{
  display:flex;
  align-items:center;
  gap:10px;
}

.news-related-kermis__format-icon{
  width:40px;
  height:40px;
  object-fit:contain;
  flex:0 0 40px;
}

.news-related-kermis__actions{
  display:grid;
  gap:10px;
}

.news-related-kermis__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:44px;
  padding:10px 14px;
  border-radius:12px;
  text-decoration:none;
  font-weight:800;
  background:#f97b0a;
  color:#fff;
  border:1px solid rgba(249,123,10,.7);
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.news-related-kermis__btn:hover{
  transform:translateY(-1px);
  box-shadow:0 8px 18px rgba(0,0,0,.18);
  background:#ff8b1f;
}

/* =========================
   FAVORIET BUTTON FIX
   ========================= */

.news-related-kermis__fav{
  width:100%;
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:10px 14px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.06);
  color:#fff;
  text-decoration:none;
}

.news-related-kermis__fav .fav-btn__ic{
  color:#fff;
}

.news-related-kermis__fav .fav-btn__txt{
  display:inline-block;
  font-size:0;
  line-height:1;
  color:transparent;
}

.news-related-kermis__fav .fav-btn__txt::before{
  content:"Favoriet toevoegen";
  font-size:14px;
  line-height:1.2;
  font-weight:700;
  color:#fff;
}

.news-related-kermis__fav.is-on.is-fav .fav-btn__txt::before{
  content:"Favoriet verwijderen";
}

/* =========================
   MEER NIEUWS ONDER ARTIKEL
   ========================= */

.news-more{
  margin-top:22px;
}

.news-more__grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:16px;
}

.news-more__card{
  border:1px solid rgba(255,255,255,.10);
  border-radius:14px;
  background:rgba(255,255,255,.03);
  overflow:hidden;
  transition:transform .15s ease, border-color .15s ease, background .15s ease, box-shadow .15s ease;
}

.news-more__card:hover{
  transform:translateY(-2px);
  border-color:rgba(160,110,255,.24);
  background:rgba(255,255,255,.05);
  box-shadow:0 8px 18px rgba(0,0,0,.14);
}

.news-more__link{
  display:block;
  color:inherit;
  text-decoration:none;
}

.news-more__media{
  aspect-ratio:16 / 9;
  overflow:hidden;
  background:rgba(255,255,255,.04);
}

.news-more__media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.news-more__content{
  display:flex;
  flex-direction:column;
  gap:8px;
  padding:14px;
}

.news-more__label{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:0 9px;
  border-radius:999px;
  background:rgba(249,123,10,.12);
  color:#f97b0a;
  font-size:11px;
  font-weight:700;
  align-self:flex-start;
}

.news-more__title{
  margin:0;
  color:#fff;
  font-size:17px;
  line-height:1.22;
  font-weight:900;
}

.news-more__meta{
  color:#c9c9dc;
  font-size:12px;
  line-height:1.35;
}

.news-more__excerpt{
  color:#ececff;
  font-size:13px;
  line-height:1.5;
  opacity:.92;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.news-more__cta{
  margin-top:auto;
  color:#f97b0a;
  font-size:13px;
  font-weight:800;
  text-align:right;
}

@media (max-width: 1099px){
  .news-more__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px){
  .news-more__grid{
    grid-template-columns:1fr;
  }
}
