/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 12 2026 | 12:41:42 */
.lees-meer-blok {
  margin-top: 12px;
}

.lees-meer-blok summary {
  cursor: pointer;
  font-weight: 600;
  color: #000;
  list-style: none;
  display: inline-block;
  margin-top: 8px;
}

.lees-meer-blok summary::-webkit-details-marker {
  display: none;
}

.lees-meer-blok summary::after {
  content: " +";
  font-weight: 700;
}

.lees-meer-blok[open] summary::after {
  content: " –";
}

.lees-meer-blok .tekst-dicht {
  display: none;
}

.lees-meer-blok[open] .tekst-open {
  display: none;
}

.lees-meer-blok[open] .tekst-dicht {
  display: inline;
}