/* ================================
   BASIS TYPOGRAFIE & LEESBAARHEID
   ================================ */

/* Algemene tekst */
body {
  line-height: 1.6;
  font-family: "Open Sans", sans-serif;
}

/* Contentgebied */
.entry-content p {
  margin: 0 0 1em;
  line-height: 1.65;
}

/* Koppen */
.entry-content h1 {
  line-height: 1.2;
  margin: 0 0 0.6em;
}

.entry-content h2 {
  line-height: 1.25;
  margin: 1.6em 0 0.6em;
}

.entry-content h3 {
  line-height: 1.3;
  margin: 1.4em 0 0.5em;
}

/* Lijsten */
.entry-content ul,
.entry-content ol {
  margin: 0 0 1em 1.2em;
}

.entry-content li {
  margin: 0.35em 0;
  line-height: 1.6;
}

/* Quotes / reviews */
.entry-content blockquote {
  margin: 1.2em 0;
  padding: 1em 1.2em;
  line-height: 1.6;
}

.entry-content blockquote p {
  margin: 0;
}

/* ================================
   VEILIGHEID TEGEN SCROLL-PROBLEMEN
   ================================ */

/* Forceer normale scroll (beschermt tegen widgets/plugins) */
html, body {
  height: auto;
  overflow-y: auto;
}

/* ================================
   MOBIEL – IETS STRAKKER
   ================================ */

@media (max-width: 768px) {
  .entry-content p {
    line-height: 1.55;
    margin-bottom: 0.9em;
  }

  .entry-content h2 {
    margin-top: 1.4em;
  }
}