/* In de kijker — layout binnen container / leesbare breedte */
.indekijker-wrap {
  padding-bottom: 2rem;
}

.indekijker {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.indekijker-intro {
  font-size: 15px;
  line-height: 1.65;
  color: #5a6c7d;
  margin-bottom: 1.75rem;
}

.indekijker-section {
  margin-bottom: 2.5rem;
}

.indekijker-section__title {
  margin-bottom: 1.25rem;
}

.indekijker-divider {
  border: 0;
  border-top: 1px solid #e6e9ef;
  margin: 2rem auto;
  max-width: 280px;
}

.indekijker-card {
  background: #fff;
  border: 1px solid #e8ecf1;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(44, 62, 80, 0.06);
  padding: 1.25rem 1.35rem;
  margin-bottom: 1.75rem;
}

.indekijker-card:last-child {
  margin-bottom: 0;
}

.indekijker-card__head {
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #eef1f5;
}

.indekijker-card__badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: #3598dc;
  padding: 4px 12px;
  border-radius: 3px;
  margin-bottom: 0.5rem;
}

.indekijker-card__title {
  margin: 0 0 0.35rem;
  font-size: 20px;
  font-weight: 600;
  color: #2c3e50;
  line-height: 1.3;
}

.indekijker-card__meta {
  margin: 0;
  font-size: 14px;
  color: #7f8c9a;
}

.indekijker-card__body {
  margin-left: 0;
  margin-right: 0;
}

.indekijker-card__gallery {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .indekijker-card__gallery {
    margin-bottom: 0;
  }
}

.indekijker-thumb {
  display: block;
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: contain;
  object-position: center top;
  border-radius: 4px;
  border: 1px solid #e8ecf1;
  margin-bottom: 10px;
  transition: box-shadow 0.2s ease;
}

a:hover .indekijker-thumb,
.indekijker-thumb-link:hover .indekijker-thumb {
  box-shadow: 0 4px 14px rgba(53, 152, 220, 0.2);
}

.indekijker-thumb-link {
  display: block;
}

.indekijker-card__text {
  font-size: 14px;
  line-height: 1.65;
  color: #34495e;
}

.indekijker-card__text p:last-child {
  margin-bottom: 0;
}

.indekijker-readmore {
  margin-top: 0.75rem;
}

.indekijker-readmore .accordion-toggle {
  font-weight: 600;
}

.indekijker-media-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid #eef1f5;
}

.indekijker-media-card:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .indekijker-media-card {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.25rem;
  }

  .indekijker-media-card__cover {
    flex: 0 0 150px;
  }
}

.indekijker-media-card__cover {
  text-align: center;
}

.indekijker-media-card__cover img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  border: 1px solid #e8ecf1;
}

.indekijker-media-card__body {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #34495e;
}

.indekijker-media-card__title {
  margin: 0 0 0.65rem;
  font-size: 17px;
  font-weight: 600;
  color: #2c3e50;
}

.indekijker-media-card__body p:last-child {
  margin-bottom: 0;
}

.indekijker-media-subsection {
  margin-bottom: 1.5rem;
}

.indekijker-media-subsection:last-child {
  margin-bottom: 0;
}

.indekijker-media-subsection > h4 {
  margin: 0 0 1rem;
  font-size: 15px;
  font-weight: 600;
  color: #3598dc;
}

.indekijker-section--videos .indekijker-section__title + .indekijker-video-block {
  margin-top: 0;
}

.indekijker-section--videos .indekijker-video-block + .indekijker-section__title {
  margin-top: 2.5rem;
}

.indekijker-video-block {
  margin: 0 0 0.5rem;
}

.indekijker-video-block figcaption {
  margin-top: 0.65rem;
  font-size: 14px;
  line-height: 1.5;
  color: #5a6c7d;
}

.indekijker-video {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

.indekijker-video__inner {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #e8ecf1;
  background: #111;
}

.indekijker-video__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.indekijker-subsection-heading {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 1rem;
  color: #2c3e50;
}
