/* ---------- BEHANDELINGEN LIST STYLE ---------- */

.article-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.article-list > li {
    margin-bottom: 12px;
}

.article-list a {
    color: #005b8f;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    padding: 4px 0;
}

.article-list a:hover {
    text-decoration: underline;
    color: #003d60;
}

/* ---------- SUBGROUP TITLES ---------- */

.subgroup-title {
    background: #f0f6fa;
    padding: 10px 14px;
    margin: 10px 0 5px 0;
    border-left: 4px solid #0077b6;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 700;
}

/* ---------- ARTICLE SUBLIST ---------- */

.article-sublist {
    list-style: none;
    margin: 0 0 15px 0;
    padding-left: 20px;
    border-left: 2px solid #d2e6f3;
}

.article-sublist li {
    margin-bottom: 8px;
}

.article-sublist a {
    color: #0077b6;
    font-weight: 500;
}

.article-sublist a:hover {
    color: #00527e;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 768px) {
    .subgroup-title {
        font-size: 16px;
        padding: 8px 12px;
    }

    .article-sublist {
        padding-left: 14px;
    }
}

/* Container rond het blok */
.behandelingencontainer {
  margin-top: 25px;
}

/* De kaart zelf */
.behandelingen {
  background: #ffffff;
  border-radius: 8px;
  padding: 18px 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid #e5e5e5;
}

/* Header */
.behandelingen-head {
  margin-bottom: 10px;
}

.behandelingen-head p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #0b4c6f; /* pas eventueel aan naar jouw theme-kleur */
}

.behandelingen-head hr {
  margin: 8px 0 0;
  border: none;
  border-top: 2px solid #0b4c6f; /* zelfde accentkleur */
  width: 50px;
}

/* Body */
.behandelingen-body {
  margin-top: 12px;
}

/* Basis lijst */
.article-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Top-level items (artikels zonder subgroep & subgroep-blokken) */
.article-list > li {
  margin: 4px 0;
}

/* Links naar behandelingen */
.article-list a {
  display: inline-block;
  font-size: 14px;
  color: #333333;
  text-decoration: none;
  padding: 4px 0;
  position: relative;
  transition: color 0.2s ease, transform 0.15s ease;
}

/* Klein pijltje voor artikelen */
.article-list a::before {
  content: "";
  font-size: 11px;
  margin-right: 6px;
  color: #0b4c6f;
}

/* Hover-effect */
.article-list a:hover {
  color: #0b4c6f;
  transform: translateX(2px);
}

/* Subgroep-titels */
.subgroup-title {
  margin-top: 10px;
  margin-bottom: 4px;
  padding-top: 8px;
  border-top: 1px solid #e5e5e5;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #777777;
}

/* Lijst binnen een subgroep */
.article-sublist {
  list-style: none;
  margin: 0 0 4px 0;
  padding-left: 12px;
}

/* Items binnen een subgroep */
.article-sublist > li {
  margin: 2px 0;
}

/* Zorg dat de subgroep-lijst-links iets kleiner ogen */
.article-sublist a {
  font-size: 13px;
}

/* basis container */
.behandelingencontainer {
  background: #ffffff;
  border-radius: 8px;
  padding: 20px 20px 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  margin-bottom: 25px;
}

.behandelingen-head p {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}

.behandelingen-head hr {
  margin: 8px 0 15px;
  border-color: #e3e3e3;
}

/* HOOFDLIJST */
.article-list {
  list-style: disc;              /* bolletjes */
  list-style-position: outside;
  padding-left: 20px;            /* insprong */
  margin: 0;
}

/* SUBLIJST */
.article-sublist {
  list-style: circle;            /* andere stijl voor sub-items */
  list-style-position: outside;
  padding-left: 20px;
  margin-top: 5px;
}

/* algemene styling van items */
.article-list li {
  margin: 3px 0;
}

.article-list a,
.article-sublist a {
  text-decoration: none;
  color: #005f8f;
  font-size: 14px;
}

.article-list a:hover,
.article-sublist a:hover {
  text-decoration: underline;
}

/* titel van subgroep */
.subgroup-title {
  margin-top: 10px;
  font-weight: 600;
  font-size: 15px;
  color: #333;
}

/* enkel als je NIET overal lijststijl wil uitzetten */
.blok-detail-section ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 20px;
  margin-left: 0;
}
.blok-detail-section ul li {
  list-style: disc;
}
.blok-detail-section img {
    margin-left: 5px;
    margin-right: 5px;
}