html:is(.ahura-dark-theme, .ahura-black-theme) .ah-comments-template-3 .comment-body {
    background-color: var(--ahura-c-bg-primary);
}

html:is(.ahura-dark-theme, .ahura-black-theme) .ah-comments-template-3 .children .comment-body {
    background-color: var(--ahura-c-bg-secondary);
}

html:is(.ahura-dark-theme, .ahura-black-theme) .ah-comments-template-3 .comment-body .comment-reply-link {
    color: #fff;
}

html:is(.ahura-dark-theme, .ahura-black-theme) .comment-content-modal .ccm-text {
    background-color: var(--ahura-c-bg-secondary);
    color: #fff;
}