/* Start custom CSS for text-editor, class: .elementor-element-6eff7167 */.alpha-list {
  list-style-type: lower-alpha;
}

.roman-list {
  list-style-type: lower-roman;
}

.number-list {
  list-style-type: decimal;
}

.elementor-text-editor ol {
    list-style: decimal !important;
}

.elementor-text-editor ol ol {
    list-style: lower-alpha !important;
}

.elementor-text-editor ol ol  ol {
    list-style: lower-roman !important;
}/* End custom CSS */