/*
Theme Name: Digital Market Place
Theme URI: http://example.com/
Author: Your Name
Author URI: http://example.com/
Description: Converted HTML Template to WordPress Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dpmarket
*/
/* 强制子评论缩进 */
.comment-list .children {
    list-style: none;
    padding-left: 60px; /* 缩进距离 */
    margin-top: 20px;
    border-left: 1px solid #f0f0f0;
}

@media(max-width: 575px) {
    .comment-list .children {
        padding-left: 15px;
    }
}

/* 评论容器间距 */
.comment-item-container {
    margin-bottom: 20px;
}