/* ─── YOAST FAQ BLOCK — BuitenSneupen Styling ─── */

/* Overline boven de FAQ-heading */
.bs-faq-overline {
  font-family: 'Montserrat', -apple-system, sans-serif;
  font-weight: 600;
  font-size: clamp(0.6875rem, 0.8vw, 0.8125rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #B0A89E; /* Pebble */
  margin-bottom: 8px !important;
}

/* Optioneel: Group-wrapper met Sand-achtergrond */
.bs-faq-section {
  background: #F7F3EE; /* Sand */
  border-radius: 16px;
  padding: 32px;
  margin-top: 24px;
  margin-bottom: 24px;
}

/* Tablet */
@media (max-width: 1024px) {
  .bs-faq-section {
    padding: 24px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .bs-faq-section {
    padding: 20px 16px;
    border-radius: 12px;
  }
}

/* ─── FAQ Heading (H2) met Cranberry marker ─── */
.bs-faq-section h2,
.bs-faq-section .elementor-heading-title {
  font-family: 'Neucha', 'Segoe Print', cursive;
  font-weight: 400; /* Neucha heeft alleen 400 */
  font-size: clamp(1.625rem, 3.2vw, 2.625rem);
  line-height: 1.25;
  letter-spacing: 0.01em;
}

/* Cranberry highlighter op de eerste woorden — 
   pas de span handmatig toe in de editor of gebruik 
   de bestaande .bs-heading-cranberry class */

/* ─── Individuele FAQ-items ─── */
.wp-block-yoast-faq-block .schema-faq-section {
  padding: 20px 0;
  border-bottom: 1px solid #D6C8B8; /* Driftwood */
}

.wp-block-yoast-faq-block .schema-faq-section:first-child {
  padding-top: 8px;
}

.wp-block-yoast-faq-block .schema-faq-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* ─── Vragen: visueel als H3 ─── */
.wp-block-yoast-faq-block .schema-faq-question {
  font-family: 'Montserrat', -apple-system, sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.25rem); /* 18–20px */
  line-height: 1.3;
  letter-spacing: -0.01em;
  display: block;
  margin-bottom: 8px;
  color: #000000;
}

/* ─── Antwoorden ─── */
.wp-block-yoast-faq-block .schema-faq-answer {
  font-family: 'Montserrat', -apple-system, sans-serif;
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.2vw, 1.0625rem); /* 15–17px */
  line-height: 1.7;
  color: #000000;
  margin: 0;
  padding: 0;
}

/* Reset eventuele Yoast default margins */
.wp-block-yoast-faq-block .schema-faq-answer p {
  margin-top: 0;
  margin-bottom: 0;
}