.comments_list {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px 5px 0 0;
    display: block;
    padding: 20px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}

@media (max-width: 992px) {
    .comments_list {
        max-width: calc(100% - 20px);
        padding: 15px;
    }
}

.comments_list_row {
    border-radius: 20px;
    font-size: 15px;
    line-height: 1;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
}

.photo_avatar {
    padding-right: 8px;
}

.photo_avatar img {
    display: block;
    min-width: 38px;
    max-width: 38px;
    height: auto;
    border-radius: 100%;
}

.comment_name {
    font-weight: bold;
    padding-bottom: 4px;
    color: #000;
}

.comment_text {
    color: #000;
}

.reviews {
    position: relative;
    flex-grow: 1;
    background: transparent;
    border-radius: 20px;
    padding: 0 15px 8px;
    margin-bottom: 10px;
}

.comments__item__meta {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    opacity: 0.7;
}

.comments_list_btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 7px;
    position: absolute;
    margin-top: 10px;
    color: #939393;
}

.comments_list_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 10px;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.comments_list_btn:hover,
.comments_list_btn:focus,
.comments_list_btn:active {
    opacity: 1;
}

.custom-icon {
    display: inline-block;
    vertical-align: bottom;
    width: 20px;
    height: 20px;
    margin: 0 3px 0 0;
    padding: 0;
    background-size: 100% !important;
    background-repeat: no-repeat;
    display: none;
}

.likeWord {
    display: none
}

.custom-icon-like {
    background-position: 0 -60px !important;
}

.custom-icon-comment {
    background-position: 0 -140px !important;
}

.custom-icon-share {
    background-position: 0 -100px !important;
}

.custom-icon-view {
    background-position: 0 -161px !important;
}

.comments_list_icons {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 0 12px;
    cursor: pointer;
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 20px;
}

.like_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.icon-like2 {
    margin-right: 10px
}

.icon-message {
    margin-right: 10px
}

.reactions-icon {
    margin-right: 10px;
}

.likes_wrap {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.like_people_image {
    border-radius: 100%;
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
    display: block;
}

.like_people_image_wrap {
    position: relative;
}

.like_people_image_wrap:nth-child(1) {
    z-index: 2;
}

.like_people_image_wrap:nth-child(2) {
    margin-left: -15px;
}

.like_people_images {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 10px;
}

.like_people_text {
    color: #fff;
    opacity: 0.8;
    font-size: 14px;
}

.icon-reaction {
    display: block;
    width: 14px;
    height: 13px;
    position: absolute;
    top: 50%;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.reaction-like {
    background-image: url(/landings/290679/1747128565/images/icon-like.svg);
}

@media (min-height: 900px) {
    .comments_list {
        /* margin-top: 230px; */
    }
}