Need to hide if empty? Find code here: https://github.com/elementor/elementor/issues/8857

Hide Empty Items in ACF list by adding this code into an HTML widget AFTER the list

				
					<script>jQuery('span.elementor-icon-list-text:empty').parent().hide();</script>
				
			

This is the heading

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

Style a regular list in WP:

				
					ul, ol {
	margin: 0px 0px 15px 0px;
}
li {
	margin-bottom: 3px
}
li::marker { color: #9B8579;
}