Lists (<ul> & <ol>) used in the .entry-content class are styled to look a certain way for when they are used in text content. Because of the specificity of the selectors, these default styles can sometimes interfere with the styles for the interactives that are directly embedded (not via an iFrame). The selectors should be updated on these to apply only when a class is not otherwise applied to the selector (eg. it should apply to <ul>content</ul> and not <ul class="test">content</ul>.
Lists (
<ul>&<ol>) used in the.entry-contentclass are styled to look a certain way for when they are used in text content. Because of the specificity of the selectors, these default styles can sometimes interfere with the styles for the interactives that are directly embedded (not via an iFrame). The selectors should be updated on these to apply only when a class is not otherwise applied to the selector (eg. it should apply to<ul>content</ul>and not<ul class="test">content</ul>.