/* 
Theme Name: Connectif.ai Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Connectif.ai Child is a child theme of Hello Elementor, created by Chillypills Comunicación S.L.
Author: Chillypills Comunicación S.L.
Author URI: https://chillyiplls.com
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Completely hide all comment-related elements */
.comments-area,
.comment-respond,
.comment-list,
.comment-navigation,
.comment-form,
.comment-reply-title,
.logged-in-as,
.comment-notes,
.form-allowed-tags,
.comment-author,
.comment-meta,
.comment-content,
.comment-awaiting-moderation,
.reply,
#comments,
#respond,
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-cookies-consent {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	width: 0 !important;
	overflow: hidden !important;
	position: absolute !important;
	left: -9999px !important;
}

/* Hide comment links and buttons */
.comments-link,
.comment-reply-link,
#cancel-comment-reply-link,
.comment-edit-link,
.comment-permalink {
	display: none !important;
}

/* Hide admin bar comments */
#wp-admin-bar-comments {
	display: none !important;
}

/* Hide comment count in admin dashboard */
#dashboard_recent_comments {
	display: none !important;
}

/* Hide discussion settings in admin */
.menu-icon-comments {
	display: none !important;
}

/* Hide comments from WordPress admin menu */
#menu-comments {
	display: none !important;
}

/* Hide comment-related meta boxes */
.commentstatusdiv,
.commentsdiv,
.trackbacksdiv,
#commentstatusdiv,
#commentsdiv,
#trackbacksdiv {
	display: none !important;
}

/* Hide comment-related screen options */
label[for="commentsdiv-hide"],
label[for="commentstatusdiv-hide"],
label[for="trackbacksdiv-hide"] {
	display: none !important;
}
