/**
 * Blog single + comments — Mahyar blog-single.html tweaks.
 */

.dt-blog-single .comment-list-wrapper .comment-list,
.dt-blog-single .comment-list-wrapper .children {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dt-blog-single .box_users_comment.reply {
    margin-right: 2rem;
    border-right: 3px solid var(--main-color-one, #5b2d8a);
}

.dt-blog-single .box_text-comment p:last-child,
.dt-blog-single .box_text_comment p:last-child {
    margin-bottom: 0;
}

.dt-blog-single .comment-form .comment-form-author,
.dt-blog-single .comment-form .comment-form-email,
.dt-blog-single .comment-form .comment-form-cookies-consent,
.dt-blog-single .comment-form .comment-form-comment,
.dt-blog-single .comment-form .form-submit {
    margin: 0;
}

.dt-blog-single .comment-respond .comment-reply-title {
    font-size: 1.125rem;
    margin-bottom: 1rem;
}

.dt-blog-single .comment-respond .comment-reply-title small {
    margin-right: 0.5rem;
}

.dt-blog-single .comments_likes .comment-reply-link {
    text-decoration: none;
}

.dt-blog-single .blog-post-content .aligncenter {
    display: block;
    margin-inline: auto;
}

.dt-blog-single .blog-post-content img {
    max-width: 100%;
    height: auto;
}
