.elementor-6522 .elementor-element.elementor-element-8b06515{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-6522 .elementor-element.elementor-element-a1c1231{text-align:start;color:var( --e-global-color-d8e9c8c );}/* Start custom CSS for text-editor, class: .elementor-element-a1c1231 *//* =========================================
   ORI CLEAN - BLOG OPMAAK
   ========================================= */

.ori-blog {
  line-height: 1.7;
}

/* Alinea's */
.ori-blog p {
  margin-top: 0;
  margin-bottom: 20px;
}

/* H2-koppen */
.ori-blog h2 {
  margin-top: 48px;
  margin-bottom: 18px;
  line-height: 1.25;
}

/* H3-koppen */
.ori-blog h3 {
  margin-top: 32px;
  margin-bottom: 14px;
  line-height: 1.3;
}

/* Geen onnodige ruimte boven eerste kop */
.ori-blog h2:first-child,
.ori-blog h3:first-child {
  margin-top: 0;
}

/* Opsommingen */
.ori-blog ul,
.ori-blog ol {
  margin-top: 12px;
  margin-bottom: 24px;
  padding-left: 24px;
}

/* Ruimte tussen bullets */
.ori-blog li {
  margin-bottom: 8px;
}

/* Laatste bullet geen extra ruimte */
.ori-blog li:last-child {
  margin-bottom: 0;
}

/* Links */
.ori-blog a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Afbeeldingen */
.ori-blog img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 32px;
  margin-bottom: 32px;
}

/* Vetgedrukte tekst */
.ori-blog strong {
  font-weight: 700;
}

/* Quotes indien gebruikt */
.ori-blog blockquote {
  margin: 32px 0;
  padding-left: 24px;
  border-left: 3px solid #e30613;
}

/* Mobiel iets minder grote tussenruimtes */
@media (max-width: 767px) {
  .ori-blog h2 {
    margin-top: 36px;
    margin-bottom: 14px;
  }

  .ori-blog h3 {
    margin-top: 26px;
    margin-bottom: 12px;
  }

  .ori-blog p {
    margin-bottom: 18px;
  }
}/* End custom CSS */