/* Start custom CSS for text-editor, class: .elementor-element-a6e43cd */ol {
    margin-left: 0px;
}
.legal-list {
  list-style-type: lower-alpha; /* makes it a, b, c */
}

.legal-list li::marker {
  content: "(" counter(list-item, lower-alpha) ") "; 
}
li {
  margin-top: 20px;
}/* End custom CSS */