
.comment {
    margin-left: 0;
}
.bold{
    font-weight: bold !important;
}
.comment.is-reply {
    margin-left: 40px; /* tất cả reply đều thụt 1 lần */
}
    .main-color{
     color: #41855e;
 }
ol.children {
    list-style: none;      /* bỏ số thứ tự */
    margin: 0;             /* reset margin mặc định */
    padding: 0;            /* reset padding mặc định */
}

.comment.is-reply {
    margin-left: 40px;     /* bạn chủ động thụt 1 lần cho tất cả reply */
}
.comment .children {
    list-style: none;
    padding: 0;
    margin: 0 !important;
    position: relative;
}
.reply-textarea {
    width: 100%;
    min-height: 40px;
    max-height: 200px;
    padding: 10px 12px;
    border: 1px solid #ccd0d5;
    border-radius: 18px;
    background-color: #fff;
    resize: none;
    font-size: 15px;
    line-height: 1.4;
    outline: none;
    transition: all 0.2s ease;
}

/* Hiệu ứng khi focus */
.reply-textarea:focus {
    border-color: #1877f2; /* xanh Facebook */
    box-shadow: 0 0 0 2px rgba(24, 119, 242, 0.2);
}

/* Đặt placeholder giống Facebook */
.reply-textarea::placeholder {
    color: #65676b;
    font-size: 15px;
}

.children{
    margin: 0 !important;
}
.reply-btn {
    background-color: #41855e;
    color: white;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 14px;
    border: none;
}
