/*
Theme Name: Hello Elementor Child Theme
description: >-
  Hello Elementor child theme
Author: Expedient
Author URI: https://www.expedient.nl/
Template: hello-elementor
Version: 1.0.0
*/

.exp-p-no-margin p:last-child, 
.exp-no-p-margin p:last-child, 
.exp-remove-p-margin p:last-child,
.elementor-widget-text-editor p:last-child {
  margin-bottom: 0 !important;
}

.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
  margin-bottom: 1rem !important;
  padding-left: 1.5rem; /* Zorgt voor inspringing */
  list-style-position: outside; /* Zorgt dat bullets of nummers buiten de tekst blijven */
}

.elementor-widget-text-editor ul {
  list-style-type: disc; /* Standaard bullets */
}

.elementor-widget-text-editor ol {
  list-style-type: decimal; /* Genummerde lijst */
}

.elementor-widget-text-editor ul li,
.elementor-widget-text-editor ol li {
  margin-bottom: 0.5rem; /* Ruimte tussen items */
	list-style-type: inherit;
}

.elementor-widget-text-editor ul li::marker {
  color: #FFA200; /* Oranje kleur voor bullets */
}

.elementor-widget-text-editor ol li::marker {
  color: #FFA200; /* Oranje kleur voor nummers */
}
