/* Start custom CSS for post-comments, class: .elementor-element-8581dca *//* Comments Widget Dark Theme Styling */
.elementor-widget-wp-widget-comments,
.elementor-widget-wp-widget-comments * {
    color: #eaf1ff !important;
}

/* Target the main comments header "10 Responses to..." - more specific targeting */
#comments h3,
#comments h3:first-child,
h3#comments,
.comments-title,
.comments-area h3,
.elementor-widget-wp-widget-comments h3,
.elementor-widget-wp-widget-comments #comments h3 {
    color: #6b7280 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 24px !important;
}

/* Even more aggressive targeting for the comments header */
h3[id="comments"],
h3#comments,
#comments > h3:first-child,
.comments-area > h3:first-child {
    color: #6b7280 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 24px !important;
}

/* Target any h3 within the comments area */
.comments-area h3,
#comments h3,
.comment-respond h3 {
    color: #6b7280 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}

/* Force override for the specific comments header */
h3#comments,
#comments h3 {
    color: #6b7280 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 24px !important;
}

/* Nuclear option - target ALL h3 elements in comments */
.comments-area h3,
#comments h3,
.comment-respond h3,
.elementor-widget-wp-widget-comments h3,
.elementor-widget-wp-widget-comments #comments h3,
h3#comments,
#comments > h3,
.comments-area > h3,
.comment-respond > h3 {
    color: #6b7280 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 24px !important;
}

/* Also target the specific text content */
#comments h3:first-child {
    color: #6b7280 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}

/* Target the specific "Leave a Reply" heading */
#reply-title.comment-reply-title {
    color: #eaf1ff !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    margin: 0 0 24px 0 !important;
}

/* Comment form styling */
.comment-form,
.comment-form * {
    color: #eaf1ff !important;
}

/* Comment form labels */
.comment-form label {
    color: #cfe0ff !important;
    font-weight: 600;
}

/* Comment form inputs and textarea */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    background: rgba(255,255,255,0.05) !important;
    border: 1px solid rgba(110,168,254,0.2) !important;
    color: #eaf1ff !important;
    border-radius: 8px;
    padding: 12px;
}

/* Comment form inputs focus state */
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
    border-color: #6ea8fe !important;
    box-shadow: 0 0 0 2px rgba(110,168,254,0.2) !important;
    outline: none;
}

/* Comment form submit button */
.comment-form input[type="submit"],
.comment-form button[type="submit"] {
    background: linear-gradient(90deg, #6ea8fe, #74f0c0) !important;
    color: #1a1a2e !important;
    border: none !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

/* Comment form submit button hover */
.comment-form input[type="submit"]:hover,
.comment-form button[type="submit"]:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(110,168,254,0.3) !important;
}

/* Comment list styling */
.comment-list,
.comment-list * {
    color: #eaf1ff !important;
}

/* Individual comment styling */
.comment {
    background: rgba(255,255,255,0.03) !important;
    border: 1px solid rgba(110,168,254,0.15) !important;
    border-radius: 12px !important;
    padding: 20px !important;
    margin-bottom: 20px !important;
}

/* Comment threading and indentation */
.comment .children {
    margin-left: 40px !important;
    margin-top: 20px !important;
    border-left: 3px solid rgba(110,168,254,0.3) !important;
    padding-left: 20px !important;
}

/* Nested comment styling */
.comment .children .comment {
    background: rgba(255,255,255,0.02) !important;
    border: 1px solid rgba(110,168,254,0.1) !important;
    margin-bottom: 15px !important;
}

/* Deep nesting for multiple levels */
.comment .children .children {
    margin-left: 30px !important;
    border-left: 2px solid rgba(110,168,254,0.2) !important;
}

.comment .children .children .comment {
    background: rgba(255,255,255,0.01) !important;
    border: 1px solid rgba(110,168,254,0.08) !important;
}

/* Comment author name - ensure it's visible */
.comment-author,
.comment-author a,
.comment-author .fn,
.comment-author .url {
    color: #74f0c0 !important;
    font-weight: 700 !important;
}

/* Comment author link hover */
.comment-author a:hover {
    color: #74f0c0 !important;
    text-decoration: underline !important;
}

/* Comment metadata and timestamp - dark grey but readable */
.comment-metadata,
.comment-metadata a,
.comment-metadata time {
    color: #6b7280 !important;
    font-size: 14px !important;
}

/* Comment metadata links hover */
.comment-metadata a:hover {
    color: #9ca3af !important;
}

/* Comment content - ensure it's inline and visible */
.comment-content,
.comment-content p {
    color: #eaf1ff !important;
    line-height: 1.6 !important;
    display: inline !important;
}

/* Reply link */
.comment-reply-link {
    color: #6ea8fe !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

.comment-reply-link:hover {
    color: #74f0c0 !important;
}

/* Comment form required field indicator */
.required {
    color: #ff6b6b !important;
}

/* Comment form notes */
.comment-notes,
.comment-form-comment {
    color: #cfe0ff !important;
}

/* Ensure proper spacing between comment levels */
.comment + .comment {
    margin-top: 20px !important;
}

/* Visual indicator for comment depth */
.comment.depth-1 { margin-left: 0 !important; }
.comment.depth-2 { margin-left: 40px !important; }
.comment.depth-3 { margin-left: 80px !important; }
.comment.depth-4 { margin-left: 120px !important; }

/* Fix for administrator/author comments */
.comment-author-admin,
.comment-author .fn,
.comment-author .url {
    color: #74f0c0 !important;
    font-weight: 700 !important;
}

/* Ensure all text in comments is visible */
.comment * {
    color: inherit !important;
}

.comment {
    color: #eaf1ff !important;
}/* End custom CSS */