.elementor-108 .elementor-element.elementor-element-2cec3b1c{--display:flex;}/* Start custom CSS *//*
  ============================================
  YB TAXATIES – AANVULLENDE CSS
  ============================================
  Plak in: WordPress → Weergave → Customizer → Aanvullende CSS
  (vervang alles wat er al staat)
  ============================================
*/

/* ── Pagina achtergrond ── */
body.page:not(.elementor-page),
body.page:not(.elementor-page) .site,
body.page.elementor-page .elementor-location-single {
  background: #FAF8F5 !important;
}

/* ── Pagina titel header ── */
body.page:not(.elementor-page) .entry-header,
body.page:not(.elementor-page) .page-header {
  background: #1A1A1A !important;
  padding: 100px 40px 40px !important;
  text-align: center !important;
  margin: 0 !important;
  width: 100% !important;
}

body.page:not(.elementor-page) .entry-title,
body.page:not(.elementor-page) h1 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  color: #F5F0EB !important;
  letter-spacing: 1px !important;
  margin: 0 !important;
}

/* ── Content area (beide) ── */
body.page:not(.elementor-page) .entry-content,
body.page:not(.elementor-page) .page-content,
body.page .cmplz-document,
body.page .entry-content .cmplz-document {
  max-width: 760px !important;
  margin: 0 auto !important;
  padding: 60px 40px 80px !important;
  font-family: 'Raleway', sans-serif !important;
  color: #6B6560 !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}

/* ── Headings (beide) ── */
body.page:not(.elementor-page) .entry-content h2,
body.page .cmplz-document h2,
body.page .entry-content h2 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  color: #1A1A1A !important;
  margin-top: 40px !important;
  margin-bottom: 16px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid rgba(184, 149, 106, 0.2) !important;
}

body.page:not(.elementor-page) .entry-content h3,
body.page .cmplz-document h3,
body.page .entry-content h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  color: #5C4033 !important;
  margin-top: 32px !important;
  margin-bottom: 12px !important;
}

body.page:not(.elementor-page) .entry-content h4,
body.page .cmplz-document h4,
body.page .entry-content h4 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #B8956A !important;
  margin-top: 24px !important;
  margin-bottom: 8px !important;
}

body.page:not(.elementor-page) .entry-content h5,
body.page .cmplz-document h5,
body.page .entry-content h5 {
  font-family: 'Raleway', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: #6B6560 !important;
  margin-top: 16px !important;
  margin-bottom: 4px !important;
}

/* ── Paragraphs (beide) ── */
body.page:not(.elementor-page) .entry-content p,
body.page .cmplz-document p,
body.page .entry-content p {
  font-family: 'Raleway', sans-serif !important;
  font-size: 14px !important;
  color: #6B6560 !important;
  line-height: 1.8 !important;
  margin-bottom: 16px !important;
}

/* ── Italic intro Complianz ── */
body.page .entry-content > p:first-of-type em,
body.page .cmplz-document > p:first-of-type em {
  color: #B8956A !important;
}

/* ── Links (beide) ── */
body.page:not(.elementor-page) .entry-content a,
body.page .cmplz-document a,
body.page .entry-content a {
  color: #B8956A !important;
  text-decoration: none !important;
  transition: color 0.3s !important;
}

body.page:not(.elementor-page) .entry-content a:hover,
body.page .cmplz-document a:hover,
body.page .entry-content a:hover {
  color: #C9A96E !important;
}

/* ── Lists (beide) ── */
body.page:not(.elementor-page) .entry-content ul,
body.page:not(.elementor-page) .entry-content ol,
body.page .cmplz-document ul,
body.page .cmplz-document ol {
  font-family: 'Raleway', sans-serif !important;
  font-size: 14px !important;
  color: #6B6560 !important;
  line-height: 1.8 !important;
  padding-left: 24px !important;
  margin-bottom: 16px !important;
}

body.page:not(.elementor-page) .entry-content li,
body.page .cmplz-document li {
  margin-bottom: 8px !important;
}

/* ── Tables (beide) ── */
body.page:not(.elementor-page) .entry-content table,
body.page .cmplz-document table,
body.page .entry-content table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin: 20px 0 28px !important;
  font-family: 'Raleway', sans-serif !important;
  font-size: 13px !important;
}

body.page:not(.elementor-page) .entry-content th,
body.page .cmplz-document th,
body.page .entry-content th {
  background: #1A1A1A !important;
  color: #F5F0EB !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
  padding: 14px 16px !important;
  text-align: left !important;
}

body.page:not(.elementor-page) .entry-content td,
body.page .cmplz-document td,
body.page .entry-content td {
  padding: 12px 16px !important;
  border-bottom: 1px solid rgba(184, 149, 106, 0.15) !important;
  color: #6B6560 !important;
  line-height: 1.6 !important;
}

/* ── Complianz consent toggles ── */
body.page .entry-content .cmplz-consent-container,
body.page .cmplz-document .cmplz-consent-container {
  background: rgba(184, 149, 106, 0.08) !important;
  border: 1px solid rgba(184, 149, 106, 0.2) !important;
  padding: 16px 20px !important;
  margin: 12px 0 24px !important;
  border-radius: 0 !important;
  font-family: 'Raleway', sans-serif !important;
  font-size: 13px !important;
  color: #6B6560 !important;
}

/* ── Cookiebanner styling ── */
.cmplz-cookiebanner .cmplz-title,
.cmplz-cookiebanner .cmplz-message {
  font-family: 'Raleway', sans-serif !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.cmplz-cookiebanner .cmplz-btn {
  font-family: 'Raleway', sans-serif !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
  font-weight: 600 !important;
}

.cmplz-links .cmplz-document {
  font-family: 'Raleway', sans-serif !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

/* ── Responsive ── */
@media (max-width: 767px) {
  body.page:not(.elementor-page) .entry-content {
    padding: 40px 24px 60px !important;
  }

  body.page:not(.elementor-page) .entry-header {
    padding: 80px 24px 32px !important;
  }

  body.page:not(.elementor-page) .entry-title,
  body.page:not(.elementor-page) h1 {
    font-size: 32px !important;
  }
}/* End custom CSS */