/* 
 * Estilos para ocultar cualquier elemento relacionado con comentarios
 */
.comment-respond, 
.comments-area,
.comments-link,
.comment-author,
.comment-meta,
.comment-reply-link,
#respond,
#commentform,
.comment-form,
.comment-notes,
.comment-awaiting-moderation,
.comment-list,
.comment-count,
.comment-respond #reply-title {
    display: none !important;
}
