.lh-comment-widget__container {
    --border-top-color: #ED5E42;
    --border-color: #E7E7E7;
    --placeholder-color: white;

    margin: 60px 0;
}
.lh-comment-widget__title {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    line-height: 27px;
    color: #000000;
    padding-bottom: 15px;
    border-bottom: 3px solid var(--border-top-color);
    margin-bottom: 0;
}
.lh-comment-widget__title:last-child {
    margin-top: 24px;
}
.lh-comment-widget__list {
    border: 1px solid var(--border-color);
    border-top: none;
    padding: 10px 14px 14px 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.lh-comment-widget__list_new-placeholder,
.lh-comment-widget__list_top-placeholder {
    background-color: var(--placeholder-color);
}
.lh-comment-widget__list_new-placeholder {
    height: 390px;
}
.lh-comment-widget__list_top-placeholder {
    height: 140px;
}
.lh-comment-widget__item {
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #E7E7E7;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 12px;
    min-height: 113px;
    cursor: pointer;
}
.lh-comment-widget__item:first-child {
    margin-top: 0px;
}
.lh-comment-widget__item:last-child {
    border-bottom: 0;
}
.lh-comment-widget__item-article-title p {
    margin-bottom: 0;
}
.lh-comment-widget__item-top {
    width: 100%;
    display: flex;
    margin-bottom: 6px;
    align-items: center;
}
.lh-comment-widget__item-avatar {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin-right: 6px;
}
.lh-comment-widget__item-author {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 0;
    margin-right: 8px;
}
.lh-comment-widget__item-date {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 19px;
    color: #4D4D4D;
    margin-bottom: 0;
}
.lh-comment-widget__item-content {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 8px;
    text-align: left;
    max-height: 50px;
    -webkit-box-orient: vertical;
    white-space: normal;
    object-fit: contain;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lh-comment-widget__item-article-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    color: #000000;
    text-align: left;
    margin-bottom: 16px;

    -webkit-box-orient: vertical;
    white-space: normal;
    object-fit: contain;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lh-comment-widget__item-rating {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 19px;
    margin-left: auto;
    color: #E7E7E7;
    margin-bottom: 0;
}
.lh-comment-widget__item-rating-likes {
    color: #42AB56;
}
.lh-comment-widget__item-rating-dislike {
    color: red;
}
.lh-comment-widget__item-content-wrapper {
    max-width: 100%;
}

@media (min-width: 768px) {
    .lh-comment-widget__container {
        margin: 30px 0 60px 0;
    }
    .lh-comment-widget__list {
        padding: 10px 23px 0 23px;
    }
    .lh-comment-widget__item {
        min-height: 0;
        padding-bottom: 13px;
    }
    .lh-comment-widget__list_new-placeholder {
        height: 315px;
    }
    .lh-comment-widget__list_top-placeholder {
        height: 95px;
    }
    .lh-comment-widget__item-article-title {
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .lh-comment-widget__container {
        margin: 30px 0;
    }
    .lh-comment-widget__list {
        padding: 10px 20px 0 20px;
    }
    .lh-comment-widget__item {
        padding-bottom: 15px;
    }
    .lh-comment-widget__list_new-placeholder {
        height: 355px;
    }
    .lh-comment-widget__list_top-placeholder {
        height: 108px;
    }

    /* футер поста в ширину контейнера */
    .single__bottom-widgets .lh-comment-widget__container {
        display: flex;
        justify-content: space-between;
        margin: 60px 0;
    }
    .single__bottom-widgets .lh-comment-widget__new-comments-wrapper {
        width: 100%;
        margin-right: 30px;
    }
    .single__bottom-widgets .lh-comment-widget__list {
        flex-direction: column;
        min-height: 100px;
        max-width: none;
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .single__bottom-widgets .lh-comment-widget__list_top {
        width: 292px;
        height: calc(100% - 67px);
        padding-top: 10px;
    }
    .single__bottom-widgets .lh-comment-widget__item {
        margin-right: 0;
    }
    .single__bottom-widgets .lh-comment-widget__list_new-placeholder,
    .single__bottom-widgets .lh-comment-widget__list_top-placeholder {
        height: 320px;
    }
}

@media (min-width: 1280px) {
    .lh-comment-widget__container {
        margin: 40px 0;
    }
    .lh-comment-widget__list {
        padding: 10px 20px 0 20px;
    }
    .lh-comment-widget__item:hover {
        opacity: 0.7;
    }
    .lh-comment-widget__list_new-placeholder {
        height: 355px;
    }
    .lh-comment-widget__list_top-placeholder {
        height: 108px;
    }

    /* футер поста в ширину контейнера */
    .single__bottom-widgets .lh-comment-widget__container {
        margin: 30px 0 40px 0;
    }
    .single__bottom-widgets .lh-comment-widget__new-comments-wrapper {
        width: 100%;
        margin-right: 24px;
    }
    .single__bottom-widgets .lh-comment-widget__list {
        flex-direction: row;
        min-height: 168px;
        max-width: none;
    }
    .single__bottom-widgets .lh-comment-widget__list_top {
        min-height: 168px;
    }
    .single__bottom-widgets .lh-comment-widget__item {
        margin-right: 15px;
        width: 260px;
        border-bottom: none;
    }
    .single__bottom-widgets .lh-comment-widget__item:first-child {
        margin-top: 12px;
    }
    .single__bottom-widgets .lh-comment-widget__item:last-child {
        margin-right: 0;
    }
    .single__bottom-widgets .lh-comment-widget__list_new-placeholder,
    .single__bottom-widgets .lh-comment-widget__list_top-placeholder {
        height: 168px;
    }
}
