.elementor-7784 .elementor-element.elementor-element-732ac29b{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-6ca9134a *//* 1) Restore default bullets on unordered lists */
.entry-content ul,
.wp-block-post-content ul,
.wp-block-list,
.elementor-text-editor ul,
ul {
  list-style-type: disc !important;
  list-style-image: none !important;
  list-style-position: outside;
  margin-left: 1.25em;
  padding-left: 1.25em;
}

/* 2) Kill any fake checkmark icons added with ::before */
.entry-content ul li::before,
.wp-block-post-content ul li::before,
.elementor-text-editor ul li::before,
ul li::before {
  content: none !important;
}

/* 3) If the theme messed with the marker itself (modern browsers) */
ul li::marker {
  content: initial !important;
  font-family: inherit !important;
}

/* 4) Keep ordered lists looking normal, too (optional) */
.entry-content ol,
.wp-block-post-content ol,
ol {
  list-style-type: decimal;
  margin-left: 1.25em;
  padding-left: 1.25em;
}/* End custom CSS */