.hdn-definities-toelichting {
  margin: 2.5rem 0 0;
}

.hdn-definities-toelichting .erow.col {
  margin-left: 60px;
  margin-right: 60px;
  display: block;
}

.hdn-definities-toelichting h3 {
  margin: 0 0 1rem;
}

.hdn-definities-toelichting .hdn-definities-title {
  position: relative;
  display: inline-block;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.hdn-definities-toelichting .hdn-definities-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 2px;
  background: #f8cb00;
}

.hdn-definities-toelichting p {
  margin: 0 0 1rem;
}

.hdn-definities-toelichting .drow {
  display: grid;
  grid-template-columns: minmax(300px, 300px) minmax(0, 1fr);
  gap: 30px;
  margin: 0 0 2.25rem;
}

.hdn-definities-toelichting .drow > span:first-child {
  font-weight: 700;
}

.hdn-definities-toelichting .drow > span:first-child:empty {
  font-weight: 400;
}

.hdn-definities-toelichting .drow > span:last-child p:last-child,
.hdn-definities-toelichting .drow > span:last-child ul:last-child,
.hdn-definities-toelichting .drow > span:last-child ol:last-child {
  margin-bottom: 0;
}

.hdn-definities-toelichting .drow ul,
.hdn-definities-toelichting .drow ol {
  padding-left: 1.125rem;
}

@media (max-width: 991.98px) {
  .hdn-definities-toelichting .drow {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

.hdn-definities-toelichting a {
  font-weight: 700;
}

.hdn-definities-toelichting ul {
  list-style: none;
}
