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

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

.pi-item--krant{
  grid-column:1 / -1;
}

.pi-item--stay22{
  grid-column:1 / -1;
}

.pi-stay22-actions{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.pi-stay22-link{
  display:flex;
  align-items:center;
  gap:10px;
  padding:9px 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-stay22-link:hover{
  background:rgba(255,255,255,.07);
  border-color:rgba(160,110,255,.28);
  transform:translateY(-1px);
}

.pi-stay22-link__guests{
  display:inline-flex;
  align-items:center;
  gap:4px;
  flex:0 0 auto;
  font:700 11px/1 var(--font-sans, system-ui, sans-serif);
  color:rgba(255,255,255,.62);
  white-space:nowrap;
}

.pi-stay22-link__guests .bi{
  font-size:12px;
  color:#d8a8ff;
  flex:0 0 auto;
}

.pi-stay22-link__text{
  flex:1 1 auto;
  min-width:0;
  font-weight:500;
  font-size:13px;
  line-height:1.3;
  color:rgba(255,255,255,.9);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.pi-stay22-link__options,
.pi-stay22-link__from{
  color:rgba(255,255,255,.78);
}

.pi-stay22-link__price{
  font-weight:800;
  color:#fff;
}

.pi-item--stay22 .pi-stay22-dates{
  text-transform:none;
  font-weight:700;
  letter-spacing:0;
  color:rgba(255,255,255,.9);
}

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

.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__title em,
.kv2-news__title i{
  font-style:italic;
  font-weight:inherit;
  color:inherit;
}

.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,.94);
  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;
}

/* --- Kermiskrant / kortingsbonnen --- */
.kv2-krant__intro{
  margin:0 0 14px;
  max-width:62ch;
  line-height:1.55;
  opacity:.92;
}

.kv2-krant__wrap{
  max-width:560px;
}

.kv2-krant__link{
  display:flex;
  align-items:stretch;
  gap:14px;
  padding:12px 14px;
  border-radius:14px;
  text-decoration:none;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
  color:#fff;
  transition:background .15s ease, border-color .15s ease, transform .15s ease;
}

.kv2-krant__link:hover{
  background:rgba(255,255,255,.08);
  border-color:rgba(160,110,255,.35);
  transform:translateY(-1px);
}

.kv2-krant__thumb{
  flex:0 0 120px;
  width:120px;
  border-radius:10px;
  overflow:hidden;
  background:rgba(0,0,0,.25);
}

.kv2-krant__thumb img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  aspect-ratio:3 / 4;
}

.kv2-krant__body{
  flex:1 1 auto;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:4px;
  min-width:0;
}

.kv2-krant__cta{
  font-weight:800;
  font-size:17px;
  line-height:1.2;
}

.kv2-krant__hint{
  font-size:13px;
  opacity:.78;
}

.kv2-krant__chev{
  flex:0 0 auto;
  align-self:center;
  font-size:22px;
  opacity:.75;
}

.kv2-krant__alt{
  margin:12px 0 0;
  font-size:14px;
  opacity:.85;
}

.kv2-krant__alt a{
  color:inherit;
  text-decoration:underline;
}

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

  .kv2-krant__link{
    flex-direction:column;
    align-items:stretch;
  }

  .kv2-krant__thumb{
    width:100%;
    flex:0 0 auto;
    max-height:220px;
  }

  .kv2-krant__thumb img{
    aspect-ratio:16 / 9;
    max-height:220px;
    object-fit:cover;
  }

  .kv2-krant__chev{
    display:none;
  }
}
