/* =========================
   NIEUWS — kermisdetail + praktische info
   ========================= */

/* --- 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;
}

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

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

.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;
}

/* Foto-credits op kv2-thumbnail — bewust subtiel (artikelpagina heeft duidelijkere stijl) */
.news-photo-credit{
  font-size:9px;
  line-height:1.25;
  color:rgba(255,255,255,.78);
}

.news-photo-credit a{
  color:rgba(255,255,255,.88);
  text-decoration:underline;
}

.news-photo-credit--overlay{
  position:absolute;
  right:6px;
  bottom:6px;
  z-index:2;
  padding:2px 6px;
  border-radius:6px;
  background:rgba(0,0,0,.28);
  backdrop-filter:blur(1px);
  font-size:8px;
  font-weight:500;
  letter-spacing:.015em;
}

/* --- Responsive (kv2) --- */
@media (max-width: 700px){
  .kv2-news__chev{
    display:none;
  }
}

@media (max-width: 700px){
  .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;
  }
}
