/* Start custom CSS for html, class: .elementor-element-dc4f4f9 *//* --- ALGEMEEN --- */
.blog-post-dutch-eyecare {
  font-family: 'Arial', sans-serif; /* Een gangbaar, goed leesbaar lettertype */
  color: #333;
  line-height: 1.7;
  max-width: 800px; /* Een goede breedte voor blogposts */
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box; /* Voorkomt problemen met padding */
}

article {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  padding: 30px;
  box-sizing: border-box;
}

h1, h2, h3 {
  color: #114b78; /* Donkerblauw, passend bij Zeker Zicht */
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.3;
}

h1 {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 20px;
}

h2 {
  font-size: 1.8em;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 5px;
}

h3 {
  font-size: 1.3em;
  color: #18dbdb; /* Accentkleur */
}

p {
  margin-bottom: 1em;
}

.intro-paragraph {
  font-size: 1.1em;
  font-weight: 400;
  color: #555;
  text-align: center;
  margin-bottom: 30px;
}

ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 1em;
}

li {
  margin-bottom: 0.5em;
}

a {
  color: #18dbdb;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* --- HERO AFBEELDING --- */
.blog-hero img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 30px;
}

/* --- SECTIE AFBEELDINGEN --- */
.section-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 25px 0;
  display: block;
}

/* --- PROFESSIONELE ROLLEN GRID --- */
.professional-roles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.role-item {
  background-color: #f9f9f9;
  border-left: 4px solid #18dbdb;
  padding: 15px;
  border-radius: 5px;
}

.role-item h3 {
  margin-top: 0;
  color: #114b78;
}

/* --- HIGHLIGHT SECTIE --- */
.highlight-section {
    background-color: #e6f7f7; /* Lichtblauwe achtergrond */
    padding: 30px;
    border-radius: 8px;
    margin: 40px 0;
}

.highlight-section h2 {
    color: #114b78;
    border-bottom: none;
}

/* --- ZEKER ZICHT ADVANTAGE --- */
.zeker-zicht-advantage {
    background-color: #114b78; /* Donkerblauwe achtergrond */
    color: #fff;
    padding: 30px;
    border-radius: 8px;
    margin-top: 40px;
}
.zeker-zicht-advantage h2,
.zeker-zicht-advantage h3 {
    color: #fff;
    border-bottom: none;
}
.zeker-zicht-advantage a {
    color: #18dbdb; /* Accentkleur voor links */
}
.zeker-zicht-advantage a:hover {
    text-decoration: underline;
}
.zeker-zicht-advantage ul {
    list-style-type: '✔ '; /* Aangepaste bulletpoint */
    margin-left: 15px;
}
.zeker-zicht-advantage li {
    margin-bottom: 10px;
}

/* --- CTA KNOP --- */
.blog-button {
  display: inline-block;
  background-color: #18dbdb;
  color: #fff;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

.blog-button:hover {
  background-color: #0e8f8f;
  text-decoration: none;
}

.zeker-zicht-advantage .blog-button {
  color: #fff !important;
}

.cta-button {
  display: block;
  width: fit-content;
  margin: 30px auto 0 auto;
  text-align: center;
}

/* --- RESPONSIVE DESIGN --- */
@media (max-width: 768px) {
  h1 { font-size: 2em; }
  h2 { font-size: 1.5em; }
  h3 { font-size: 1.2em; }

  .professional-roles {
    grid-template-columns: 1fr;
  }
}

/* *** AANGEPAST VOOR BETERE MOBIELE WEERGAVE *** */
@media (max-width: 480px) {
    .blog-post-dutch-eyecare {
        padding: 10px; /* Minder witruimte aan de zijkanten van de hele pagina */
    }
    article {
        padding: 15px; /* Minder witruimte binnen het witte blok */
    }
    h1 { font-size: 1.8em; }
    .intro-paragraph { font-size: 1em; }
}/* End custom CSS */