#comment-component-text * {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

#comment-component-text #comment_num {
    border-bottom: 1px dashed #365398;
    color: #365398;
    font-weight: 700
}

#comment-component-text .comment,
#comment-component-text .txt-cmt {
    margin: auto !important;
    width: 95%
}

#comment-component-text .txt-cmt {
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
    margin: 0 -5px
}

#comment-component-text .txt-cmt .form-comment__img {
    padding: 0 5px;
    width: 80px
}

#comment-component-text img {
    max-width: 100%;
    line-height: 1;
    display: inline-block;
    border-radius: 50%
}

#comment-component-text .form-comment__content {
    width: 100%;
    padding: 0 5px
}

#comment-component-text .txt-content,
#comment-component-text .your-name {
    font-size: inherit
}

#comment-component-text .your-name {
    border: 1px solid #ddd;
    padding: 5px 10px;
    width: auto !important;
    margin-bottom: 0;
    font-family: Arial, sans-serif
}

#comment-component-text .txt-content {
    width: 100%;
    min-height: 40px;
    display: block;
    margin: 15px 0;
    padding: 10px;
    resize: none;
    border: 1px solid #ddd;
    box-sizing: border-box;
    font-family: Arial, sans-serif
}

#comment-component-text .add-comment-button {
    background-color: #4267b2;
    border: 1px solid #4267b2;
    border: none;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    padding: 0 8px;
    line-height: 22px;
    cursor: pointer;
    font-weight: 700
}

#comment-component-text .comment {
    border-bottom: 1px dashed #ccc;
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    margin: 0 -10px
}

#comment-component-text .comment__image {
    flex-grow: 0;
    padding: 0 10px;
    max-width: 70px;
    max-height: 50px;
    border-radius: 50%
}

#comment-component-text .comment__content {
    padding: 0 10px;
    width: 100%
}

#comment-component-text .comment__content .comment__name {
    margin-top: 0;
    color: #365398;
    font-size: 14px;
    text-align: left;
    text-align-last: left;
    font-weight: 700
}

#comment-component-text .comment .comment__text {
    margin: 8px 0;
    font-size: 14px;
    line-height: 1.4
}

#comment-component-text .comment__details {
    font-size: 12px;
    color: #365398;
    line-height: 1.4
}

#comment-component-text .comment__details a,
#comment-component-text .comment__details span {
    text-decoration: none;
    color: #365398;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
    cursor: pointer
}

.comment-img img,
.comment__details img {
    border-radius: 0 !important
}

#comment-component-text .comment__details img {
    width: 13px
}

#comment-component-text .comment .comment__text img {
    width: 300px
}

#comment-component-text .comment .comment__text img {
    display: block;
    margin: 8px 0 0;
    border-radius: 0 !important
}

@media (max-width:900px) {
    #comment-component-text .comment__image {
        width: 100px;
        object-fit: cover;
    }
}