This rule:
.post-preview.blacklisted-active, #image-container.blacklisted-active, #c-comments .post.blacklisted-active {
display: none;
}
was being overridden by this rule:
div#c-comments div#a-index div.post, div#c-comments div#a-show div.post {
display: flex;
}