.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-accordion .elementor-accordion-icon, .elementor-widget-accordion .elementor-accordion-title{color:var( --e-global-color-primary );}.elementor-widget-accordion .elementor-accordion-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-accordion .elementor-active .elementor-accordion-icon, .elementor-widget-accordion .elementor-active .elementor-accordion-title{color:var( --e-global-color-accent );}.elementor-widget-accordion .elementor-active .elementor-accordion-icon svg{fill:var( --e-global-color-accent );}.elementor-widget-accordion .elementor-accordion-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-accordion .elementor-tab-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for html, class: .elementor-element-a75bfe2 *//* Visually hidden caption, wel toegankelijk */
.wc-responsive-table .sr-only{
  position:absolute !important; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
}

/* Wrapper: zorgt voor swipe op mobiel en klipt hoeken/borders van thema-styles */
.wc-responsive-table{
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  border:1px solid #e5e7eb;
  border-radius:10px;
  overflow-y:hidden;
  background:#fff;
}

/* ---- HARD RESET binnen de wrapper, zodat thema-styles niet ingrijpen ---- */
.wc-responsive-table table,
.wc-responsive-table thead,
.wc-responsive-table tbody,
.wc-responsive-table tfoot,
.wc-responsive-table tr,
.wc-responsive-table th,
.wc-responsive-table td{
  all:unset;                 /* reset */
  display:revert;            /* behoudt table layout */
  box-sizing:border-box;
}

/* Basis tabel */
.wc-responsive-table .wc-table{
  width:100%;
  border-collapse:collapse;
  table-layout:fixed;
  min-width:720px;           /* forceert horizontale scroll op kleine schermen */
  font-size:16px;
  line-height:1.4;
}

/* Cellen */
.wc-responsive-table .wc-table th,
.wc-responsive-table .wc-table td{
  padding:12px 14px;
  border:1px solid #e5e7eb;  /* consistente grid */
  text-align:left;
  vertical-align:top;
  background:#fff;           /* reset evt. zebras van theme */
  word-wrap:break-word;
}

/* Header */
.wc-responsive-table .wc-table thead th{
  font-weight:600;
  background:#f8fafc;
}

/* Optionele subtiele zebra (eigen beheer, overschrijft theme) */
.wc-responsive-table .wc-table tbody tr:nth-child(even) td{
  background:#fcfdff !important;
}

/* Desktop: geen horizontale scroll tonen (blijft wel werken indien nodig) */
@media (min-width: 992px){
  .wc-responsive-table{ overflow-x:visible; }
}

/* Subtiele scrollbar-styling (WebKit) */
.wc-responsive-table::-webkit-scrollbar{ height:10px; }
.wc-responsive-table::-webkit-scrollbar-track{ background:#f1f5f9; border-radius:10px; }
.wc-responsive-table::-webkit-scrollbar-thumb{ background:#cbd5e1; border-radius:10px; }
.wc-responsive-table::-webkit-scrollbar-thumb:hover{ background:#94a3b8; }/* End custom CSS */