I’m sure Zam has a use case for it, but the bullets and indents disappearing are from the margin: 0
here. It’s removing top-right-bottom-left margins and compressing all p, ul, li
elements.
.internal-embed[alt*='^'] :is(p, ul, li) {
margin: 0; /* <-here */
padding: 1;
}