/* Afgeschermde LOLA-nieuwstestrun — bewezen 2+3-presentatie, uitsluitend op /nieuws/testrun/. */
.nh--testrun {
  --ntr-ink: var(--color-ink, #171717);
  --ntr-paper: var(--color-paper, #f7f3ea);
  --ntr-surface: var(--color-surface, #fffdf7);
  --ntr-accent: var(--color-accent, #ff5f52);
  --ntr-highlight: var(--color-highlight, #d8ff45);
  --ntr-deep: var(--color-deep, #182335);
  --ntr-rule: color-mix(in srgb, var(--ntr-ink) 18%, transparent);
  padding-bottom: clamp(3rem, 7vw, 6rem);
  background: var(--ntr-paper);
  color: var(--ntr-ink);
}

.nh--testrun.ntr-channel-shell {
  margin: 0;
  padding-block: 0;
}

.nh--testrun .ntr-channel-separator {
  display: block;
  margin: 0;
  padding: 0;
}

.nh--testrun .ntr-channel-separator > span {
  display: block;
  width: 100%;
}

.nh--testrun .ntr-channel-separator__white {
  height: 1.25rem;
  background: #fff;
}

.nh--testrun .ntr-channel-separator__paper {
  height: 1.25rem;
  background: var(--ntr-paper);
}

.nh--testrun .ntr-channelbar {
  overflow-x: auto;
  background: var(--ntr-highlight);
  border-block: 1px solid color-mix(in srgb, var(--ntr-ink) 22%, transparent);
}

.nh--testrun .ntr-channelbar__inner {
  display: flex;
  min-width: max-content;
  min-height: 3.35rem;
  align-items: center;
  gap: .15rem;
  padding-inline: 0;
}

.nh--testrun .ntr-channelbar a,
.nh--testrun .ntr-channelbar__future {
  display: inline-flex;
  flex: 0 0 auto;
  gap: .38rem;
  align-items: center;
  padding: .62rem .9rem;
  color: var(--ntr-ink);
  font-size: .8rem;
  font-weight: 650;
  letter-spacing: -.005em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.nh--testrun .ntr-channelbar a:hover,
.nh--testrun .ntr-channelbar a:focus-visible {
  background: color-mix(in srgb, var(--ntr-surface) 58%, transparent);
}

.nh--testrun .ntr-channelbar .ntr-channelbar__active {
  border-radius: 999px;
  background: var(--ntr-ink);
  color: var(--ntr-surface);
}

.nh--testrun .ntr-channelbar__future {
  cursor: default;
  opacity: .68;
}

.nh--testrun .ntr-channelbar small {
  padding: .18rem .3rem .10rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: .51rem;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1;
  text-transform: uppercase;
}

.nh--testrun .ntr-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 20rem);
  gap: clamp(1.4rem, 3vw, 3rem);
  align-items: start;
  padding-block: clamp(1.8rem, 4vw, 3.5rem);
}

.nh--testrun .ntr-editorial {
  min-width: 0;
}

.nh--testrun .ntr-section-head {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: end;
  margin-bottom: 1rem;
  padding-bottom: .75rem;
  border-bottom: .28rem solid var(--ntr-ink);
}

.nh--testrun .ntr-kicker,
.nh--testrun .ntr-card-label,
.nh--testrun .ntr-feed__live {
  margin: 0 0 .55rem;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .105em;
  line-height: 1.25;
  text-transform: uppercase;
}

.nh--testrun .ntr-kicker::before {
  content: "";
  display: inline-block;
  width: 1.9rem;
  height: .28rem;
  margin-right: .55rem;
  vertical-align: .12em;
  background: var(--ntr-accent);
}

.nh--testrun .ntr-section-head h1,
.nh--testrun .ntr-section-head h2 {
  max-width: none;
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  letter-spacing: -.045em;
  line-height: .98;
}

.nh--testrun .ntr-editorial-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(.8rem, 1.6vw, 1.25rem);
}

.nh--testrun .ntr-editorial-card {
  grid-column: span 2;
  min-width: 0;
  overflow: hidden;
  border-top: .28rem solid var(--ntr-ink);
  background: var(--ntr-surface);
}

.nh--testrun .ntr-editorial-card--feature {
  grid-column: span 3;
}

.nh--testrun .ntr-editorial-card:nth-child(3n+2) {
  border-top-color: var(--ntr-accent);
}

.nh--testrun .ntr-editorial-card:nth-child(3n) {
  border-top-color: var(--ntr-highlight);
}

.nh--testrun .ntr-editorial-card a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.nh--testrun .ntr-editorial-card__image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--ntr-deep);
}

.nh--testrun .ntr-editorial-card--feature .ntr-editorial-card__image {
  aspect-ratio: 16 / 9;
}

.nh--testrun .ntr-editorial-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

.nh--testrun .ntr-editorial-card a:hover .ntr-editorial-card__image img {
  transform: scale(1.025);
}

.nh--testrun .ntr-editorial-card__body {
  padding: .9rem 1rem 1.05rem;
}

.nh--testrun .ntr-card-label {
  color: var(--ntr-accent);
}

.nh--testrun .ntr-editorial-card h2 {
  margin: 0;
  overflow-wrap: anywhere;
  font-size: clamp(1.08rem, 1.65vw, 1.55rem);
  letter-spacing: -.025em;
  line-height: 1.08;
}

.nh--testrun .ntr-editorial-card--feature h2 {
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.nh--testrun .ntr-read {
  display: inline-block;
  margin-top: .85rem;
  border-bottom: .22rem solid var(--ntr-highlight);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.nh--testrun .ntr-feed {
  border-top: .32rem solid var(--ntr-accent);
  border-bottom: .32rem solid var(--ntr-ink);
  background: var(--ntr-surface);
  box-shadow: .32rem .32rem 0 color-mix(in srgb, var(--ntr-ink) 9%, transparent);
}

.nh--testrun .ntr-feed__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .75rem;
  padding: .85rem .95rem .8rem;
  border-bottom: 1px solid var(--ntr-rule);
}

.nh--testrun .ntr-feed__head h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  letter-spacing: -.065em;
  line-height: .9;
}

.nh--testrun .ntr-feed__live {
  margin-bottom: .35rem;
  font-size: .62rem;
}

.nh--testrun .ntr-feed__live span {
  display: inline-block;
  width: .55rem;
  height: .55rem;
  margin-right: .4rem;
  border-radius: 50%;
  background: var(--ntr-accent);
  box-shadow: 0 0 0 .22rem color-mix(in srgb, var(--ntr-accent) 19%, transparent);
}

.nh--testrun .ntr-feed__count {
  padding: .45rem .5rem;
  background: var(--ntr-highlight);
  font-size: .68rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.nh--testrun .ntr-feed__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nh--testrun .ntr-feed__item {
  position: relative;
  display: grid;
  grid-template-columns: 2.65rem minmax(0, 1fr);
  column-gap: .5rem;
  padding: .68rem .9rem .72rem;
  border-bottom: 1px solid var(--ntr-rule);
}

.nh--testrun .ntr-feed__item::before {
  content: "";
  position: absolute;
  top: 1.05rem;
  left: .35rem;
  width: .32rem;
  height: .32rem;
  border-radius: 50%;
  background: var(--ntr-accent);
}

.nh--testrun .ntr-feed__item time {
  grid-row: 1 / span 2;
  padding-top: .08rem;
  color: color-mix(in srgb, var(--ntr-ink) 60%, transparent);
  font-size: .67rem;
  font-variant-numeric: tabular-nums;
  font-weight: 750;
}

.nh--testrun .ntr-feed__source {
  grid-column: 2;
  margin: .05rem 0 .14rem;
  overflow-wrap: anywhere;
  color: var(--ntr-accent);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.nh--testrun .ntr-feed__link {
  grid-column: 2;
  color: inherit;
  overflow-wrap: anywhere;
  font-size: .86rem;
  font-weight: 650;
  line-height: 1.2;
  text-decoration: none;
}

.nh--testrun .ntr-feed__link:hover,
.nh--testrun .ntr-editorial-card a:hover h2,
.nh--testrun .ntr-news-card:not(.ntr-news-card--editorial) a:hover h2 {
  color: var(--ntr-accent);
}

.nh--testrun .ntr-feed__all {
  display: block;
  padding: .9rem .95rem 1rem;
  color: inherit;
  font-size: .72rem;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: var(--ntr-highlight);
  text-decoration-thickness: .28em;
  text-underline-offset: -.08em;
}

.nh--testrun .ntr-overview {
  padding-top: clamp(1rem, 3vw, 2rem);
  scroll-margin-top: 6rem;
}

.nh--testrun .ntr-overview--standalone {
  padding-bottom: clamp(2rem, 5vw, 4rem);
}

.nh--testrun .ntr-overview__back {
  color: inherit;
  font-size: .75rem;
  font-weight: 700;
}

.nh--testrun .ntr-featured {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(.8rem, 1.6vw, 1.25rem);
  margin-bottom: clamp(1.4rem, 3vw, 2.4rem);
}

.nh--testrun .ntr-featured__card {
  min-width: 0;
  background: var(--ntr-deep);
  color: var(--ntr-surface);
  box-shadow: .45rem .45rem 0 color-mix(in srgb, var(--ntr-highlight) 70%, transparent);
}

.nh--testrun .ntr-featured__card a {
  display: flex;
  min-height: 12rem;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.2rem, 3vw, 2rem);
  color: inherit;
  text-decoration: none;
}

.nh--testrun .ntr-featured__card span {
  color: var(--ntr-highlight);
  font-size: .7rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nh--testrun .ntr-featured__card h2 {
  margin: .65rem 0 .8rem;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  letter-spacing: -.035em;
  line-height: 1.08;
}

.nh--testrun .ntr-featured__card time {
  color: color-mix(in srgb, var(--ntr-surface) 72%, transparent);
  font-size: .75rem;
}

.nh--testrun .ntr-overview__page {
  margin: 0 0 .8rem;
  color: color-mix(in srgb, var(--ntr-ink) 65%, transparent);
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.nh--testrun .ntr-news-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(.8rem, 1.6vw, 1.25rem);
}

.nh--testrun .ntr-news-card {
  grid-column: span 4;
  min-width: 0;
  border: 1px solid var(--ntr-rule);
  background: var(--ntr-surface);
  transition: box-shadow .18s ease, transform .18s ease;
}

.nh--testrun .ntr-news-card:hover {
  box-shadow: .4rem .4rem 0 color-mix(in srgb, var(--ntr-accent) 70%, transparent);
  transform: translate(-.12rem, -.12rem);
}

.nh--testrun .ntr-news-card > a {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 1rem;
  color: inherit;
  text-decoration: none;
}

.nh--testrun .ntr-news-card__meta {
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  padding-bottom: .75rem;
  border-bottom: 1px solid currentColor;
  font-size: .65rem;
  font-weight: 850;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.nh--testrun .ntr-news-card__meta span {
  color: var(--ntr-accent);
}

.nh--testrun .ntr-news-card h2 {
  margin: 1rem 0 .7rem;
  overflow-wrap: anywhere;
  font-size: clamp(1.18rem, 1.8vw, 1.65rem);
  letter-spacing: -.035em;
  line-height: 1.05;
}

.nh--testrun .ntr-news-card--editorial {
  border-color: color-mix(in srgb, var(--ntr-surface) 24%, transparent);
  border-top: .3rem solid var(--ntr-highlight);
  background: var(--ntr-deep);
  color: var(--ntr-surface);
  box-shadow: .4rem .4rem 0 color-mix(in srgb, var(--ntr-highlight) 65%, transparent);
}

.nh--testrun .ntr-news-card--editorial .ntr-news-card__meta span {
  color: var(--ntr-highlight);
}

.nh--testrun .ntr-news-card.ntr-news-card--editorial p {
  color: color-mix(in srgb, var(--ntr-surface) 78%, transparent);
}

.nh--testrun .ntr-news-card--editorial .ntr-read {
  border-bottom-color: var(--ntr-highlight);
}

.nh--testrun .ntr-news-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: color-mix(in srgb, var(--ntr-ink) 75%, transparent);
  font-size: .88rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.nh--testrun .ntr-news-card .ntr-read {
  margin-top: auto;
  padding-top: 1rem;
  align-self: flex-start;
}

.nh--testrun .ntr-pagination {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  align-items: center;
  margin-top: clamp(1.5rem, 4vw, 3rem);
  padding-top: 1rem;
  border-top: .28rem solid var(--ntr-ink);
}

.nh--testrun .ntr-pagination > :last-child {
  justify-self: end;
}

.nh--testrun .ntr-pagination a {
  color: inherit;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .nh--testrun .ntr-layout {
    grid-template-columns: minmax(0, 1fr) minmax(15rem, 17rem);
  }

  .nh--testrun .ntr-news-card {
    grid-column: span 6;
  }
}

@media (max-width: 760px) {
  .nh--testrun .ntr-layout {
    display: flex;
    flex-direction: column;
  }

  .nh--testrun .ntr-editorial,
  .nh--testrun .ntr-feed {
    width: 100%;
  }

  .nh--testrun .ntr-editorial-grid {
    grid-template-columns: 1fr;
  }

  .nh--testrun .ntr-editorial-card,
  .nh--testrun .ntr-editorial-card--feature,
  .nh--testrun .ntr-news-card {
    grid-column: auto;
  }

  .nh--testrun .ntr-editorial-card__image,
  .nh--testrun .ntr-editorial-card--feature .ntr-editorial-card__image {
    aspect-ratio: 16 / 9;
  }

  .nh--testrun .ntr-featured {
    grid-template-columns: 1fr;
  }

  .nh--testrun .ntr-news-grid {
    grid-template-columns: 1fr;
  }

  .nh--testrun .ntr-section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: .75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nh--testrun .ntr-editorial-card__image img,
  .nh--testrun .ntr-news-card {
    transition: none;
  }
}
