.box-comments .item:not(:nth-child(1)) {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 15px;
}

.box-comments h3 {
    color: #a0a0a0;
    font-size: 15px;
}

.box-comments p {
    font-size: 25px;
    color: #EAB251;
    padding-left: 15px;
    margin-bottom: 1em;
    
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-box-orient: vertical;
}
.box-comments p.data {
    color: #a0a0a0;
    margin-bottom: 0;
    padding-left: 0px;
    font-size: 15px;
}

.box-comments button.open_text_comment {
    background: transparent;
    color: #fff;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.box-comments .box_info_view {
    display: flex;
    justify-content: space-between;
}

/******************************/
section.comments-section .row .btn-comments {
    color: #EAB251;
    background-color: #000;
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 10px 0px;
}

section.comments-section .row.comments {
    height: 0px;
    overflow: auto;
    transition: all 0.5s;
}
section.comments-section .row.comments::-webkit-scrollbar {
    width: 3px;
    background: transparent;
    border-bottom-right-radius: 9px;
    border-top-right-radius: 9px;
}
section.comments-section .row.comments::-webkit-scrollbar-thumb {
    background-color: #EAB251;
    border-bottom-right-radius: 9px;
    border-top-right-radius: 9px;
}

section.comments-section .row.comments.open {
    /* height: 500px; */
    padding: 30px;
    border: 1px solid #cccc;
    border-radius: 9px;
    background: #000000;
    margin-top: 30px;
}

/* ////////////////////////////////////////// */
.tox-tinymce {
    width: 100% !important;
    height: 300px !important;
}

/* ///////////////////////////////////////// */
.res_autor {
    margin-left: 30px;
    margin-top: 15px;
    background: #f0f8ff;
    padding: 20px;
    border-radius: 5px;
}
.res_autor p {
    color: #000 !important;
}
.res_autor p.data,
.res_autor h3 {
    color: #F06028 !important;
}

/* ///////////////////////////////////////////// */
.comments-section .box-comments h3 {
    font-size: 25px;
    color: #EAB251;
}
.comments-section .box-comments p {
    font-size: 15px;
    color: #a0a0a0;
}
.comments-section .box-comments p.data {
    font-size: 12px;
    color: #EAB251;
}