/*** BASIC ***/ .button:is(:empty)::before { display: flex; flex-direction: row; justify-content: center; content: "Meer informatie"; } .html::slotted(.quote) { max-width: 280px; float: left; padding: 20px 0; margin-top: 10px; margin-right: 30px; margin-bottom: 0; clear: both; } .html::slotted(ul) { padding-inline-start: 20px; } .html::slotted(ul li) { position: relative; padding-left: 20px; } .html::slotted(ul li::before) { display: inline-block; content: "+"; position: absolute; top: 0px; margin-left: -30px; } .image img { width: 100%; }