/**
 * Zacoder Comments Styles
 * 
 * Note: Most styles are added inline via wp_footer for better theme compatibility
 */

 .zacoder-comments {
    margin-top: 40px;
}

.zacoder-comments .comments-title {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
}
.comment-list{
    margin-top: 20px;
}