.prose:not(.prose--tight) :where(:not(meta,span)+*) {
        margin-block-start: 0;
}
.prose :first-child, .prose .sr-only:first-child+* {
    margin-bottom: 1.6em !important;
}
.prose p {
    margin-bottom: 1.6em !important;
}
.prose :where(*+span:not(:empty,.metafield-multi_line_text_field)), .prose :is(.link,img) {
    display: unset;
}