
.article-comments {
    margin-top: 15px;
    background: #fff;
    padding: 16px 18px 18px;
}

.article-comments__couunt {
    font-size: 25px;
    font-weight: 700;
    color: #171717;
    letter-spacing: 0.7px;
}

.comment-form {
    margin-top: 20px;
    width: 690px;
}

.comment-textarea {
    min-height: 110px;
}

.comment-btn-row {
    margin-top: 5px;
}

.btn_send-coomment {
    color: #111111;
    background: #f5f6f7;
    border: 1px solid #d3d7dc;
}

.btn_send-coomment:hover {
    background: #d3d7dc;
    border: 1px solid #b7bec5;
    color: #111;
}

.comment-list {
    padding-left: 0;
    margin-top: 40px;
    margin-bottom: 0;
}

.comment-avatar-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.comment-avatar-wrapper img {
    max-width: 100%;
    width: 100%;
    display: block;
}

.comment-content-box {
    flex: 1;
    max-width: calc( 100% - 50px );
    padding-left: 20px;
}

.comment-phrase {
    margin-bottom: 0 !important;
    word-wrap: break-word;
}

.comment-panel {
    display: flex;
    align-items: center;
}

.comment-list .comment + .media {
    margin-top: 15px;
}

.comment-list .media {
    width: 100%;
}

.comment-list .media + .media {
    margin-top: 15px;
}

.comment-panel-link {
    font-size: 13px;
    color: #ff9f09;
}

.comment-date {
    margin-left: 5px;
    margin-top: 2px;

    font-size: 13px;
    color: #868e96;
}

.sub-comment {
    position: relative;
    margin-left: -25px;
    padding-top: 5px;
}

.sub-comment::before {
    content: '';
    display: block;
    position: absolute;
    left: -10px;
    top: 0;
    width: 1px;
    height: calc(100% - 5px);
    border-left: 1px dashed #868e96;
}
