.elementor-kit-6{--e-global-color-primary:#8FA495;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#E3CAA4;--e-global-color-7ebb757:#F2DADC;--e-global-color-1e55ba6:#C9B6A8;--e-global-color-a9baa99:#737E67;--e-global-color-fef7949:#FBF6F0;--e-global-color-4440482:#FFFFFF;--e-global-color-1ff2754:#000000;--e-global-color-1f78d88:#4A4A4A;--e-global-color-2702b78:#99AC9F;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Playfair Display";--e-global-typography-accent-font-weight:500;font-family:"Poppins", Sans-serif;line-height:28px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Poppins", Sans-serif;font-size:21px;font-weight:400;font-style:normal;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-secondary );font-family:"Poppins", Sans-serif;font-weight:500;font-style:italic;}.elementor-kit-6 a:hover{color:var( --e-global-color-primary );}.elementor-kit-6 h1{font-family:"Playfair", Sans-serif;font-size:60px;font-weight:400;}.elementor-kit-6 h2{font-family:"Playfair", Sans-serif;font-size:40px;font-weight:400;line-height:50px;}.elementor-kit-6 h3{font-family:"Playfair Display", Sans-serif;font-weight:400;}.elementor-kit-6 h4{font-family:"Playfair", Sans-serif;font-weight:400;}.elementor-kit-6 h5{font-family:"Playfair", Sans-serif;font-weight:400;}.elementor-kit-6 h6{font-family:"Playfair", Sans-serif;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 a{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Verwijder marge van Elementor rondom de HTML-widget */
.elementor-widget-container .bp-tabel {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Strakke basisopmaak vergelijkbaar met jouw screenshot */
.bp-tabel {
  width: 70%;
  border-collapse: collapse;
  margin: 10px 0;
  font-size: 16px;
  color: #7A7A7A;
  border: 1px solid #ddd;
  table-layout: fixed; /* maakt vaste kolombreedtes mogelijk */
}

/* 50% kolommen voor desktop & tablet */
.bp-tabel th,
.bp-tabel td {
  width: 50%;
}

/* Koprij */
.bp-tabel thead th {
  background-color: #c9b5a4;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

/* Cellen */
.bp-tabel td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

/* Laatste rij geen onderlijn */
.bp-tabel tbody tr:last-child td {
  border-bottom: none;
}

/* Afwisselende achtergrond */
.bp-tabel tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.bp-tabel tbody tr:nth-child(odd) {
  background-color: #f7f4f0;
}

/* Mobiel — variabele kolommen + scrollbaar */
@media (max-width: 767px) {

  .bp-tabel {
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 15px;
    table-layout: auto; /* laat kolommen zich automatisch aanpassen */
  }

  /* Kolombreedtes loslaten voor mobiel */
  .bp-tabel th,
  .bp-tabel td {
    width: auto;
    padding: 10px 12px;
  }
}/* End custom CSS */