.comments_block_cl {
    padding-right: 10%;
    padding-left: 10%;
    width: auto;
    padding-bottom: 50px;
    padding-top: 20px;
}

.comments_block_cl > div {
    height: auto;
}
.insert_comment_cl {
    border: none;
    font-size: 12px;
    color: #888888;
    margin-top: 2px;
    margin-bottom: 2px;
    min-height: 40px;
    height: auto;
}

.insert_comment_cl:focus-visible {
    outline: none;
}

.comment_cl {
    border-radius: 20px;
    background-color: #f2f2f2;
    font-size: 12px;
    padding: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.related_comments_cl {
    margin-left: 10%;
}

.com_input_container_cl {
    margin-bottom: 30px;
    padding: 20px 3px 3px 20px;
    background: white;
    border: lightgray solid 1px;
    border-radius: 20px;
}

.comm_athor_name_cl {
    font-weight: bold;
    font-size: 14px;
}

.comm_header_cl {
    margin-bottom: 10px;
}

.comment_action_menu_cl {
    color: lightgray;
    display: inline;
    float: right;
}

.comment_action_menu_cl>i {
    cursor: pointer;
    margin-left: 3px;
}

.comment_action_menu_cl>i:hover {
    color: #A0D978;
}

.comm_created_dt_cl {
    font-size: 10px;
    color: #cccccc;
}
.send_comm_button_cl {
    text-align: right;
    cursor: pointer;
    margin-right: 10px;
}

.send_comm_button_cl > svg > path {
    stroke: #515951;
}

.send_comm_button_cl > svg:hover > path {
    stroke: #A0D978;
}

@media screen and (max-width: 900px) {
    .comments_block_cl {
        padding-right: 3%;
        padding-left: 3%;
    }
}

@media screen and (max-width: 520px) {
    .comments_block_cl {
        padding-right: 1%;
        padding-left: 1%;
    }
}