/* === Structuur & typografie === */

.section-title {
  font-size: 1.4em;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 0.75em;
  color: #000;
  display: block;
}


.intro-text {
  font-size: 1em;
  margin-bottom: 1em;
  color: #333;
  display: block;
}


.main-question {
  font-size: 1.15em;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 1.25em;
  display: block;
  color: #000;
}



/* === Tekstopmaak === */

.text-bold {
  font-weight: 700;
}


.text-italic {
  font-style: italic;
}


.text-red {
  color: #e62a2f;
}


.text-muted {
  color: #666;
}
.emphasize {
  text-decoration: none !important;
  background-color: #d9ebdc; color: inherit;
  padding: 0 2px;
  border-radius: 2px;
}




/* === Afstand utilities === */

.mt-1 { margin-top: 1em; }

.mt-2 { margin-top: 2em; }

.mb-1 { margin-bottom: 1em; }

.mb-2 { margin-bottom: 2em; }

.pt-1 { padding-top: 1em; }

.pb-1 { padding-bottom: 1em; }

p {margin-bottom: 0.75em; margin-top:0.75em;}



/* === Lijn en structuur === */

.border-bottom {
  border-bottom: 2px solid #000;
  padding-bottom: 2px;
}
