/**
 * RedaksiHub No Comments - Frontend.
 *
 * This CSS only hides comment areas; it does not modify post content.
 */

.comments-area,
#comments,
.comment-respond,
#respond,
.comment-form,
.comment-list,
.comment-navigation,
.comments-title,
.no-comments,
.pingback,
.trackback,
.wp-block-comments,
.wp-block-post-comments,
.wp-block-post-comments-form,
.wp-block-comment-template,
.wp-block-comment-reply-link,
.wp-block-latest-comments,
.wp-block-query .wp-block-post-comments-form,
.entry-comments,
.post-comments,
.post-comment,
.comment-wrapper,
.comment-container,
.comment-box,
.comment-section,
.comments-section,
.comments-link,
.comment-link,
.comment-count,
.meta-comments,
.post-meta-comments,
.single-post .comments,
.single .comments,
.article-comments,
.author-comments,
.discussion,
#commentform {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}
