

/* Start:/local/components/custom/hl_reviews/templates/.default/style.css?17748649361808*/
.reviews_list {
    display: flex;
    flex-wrap: wrap;
    /* gap заменяет margin-right и margin-top, создавая ровные промежутки */
    gap: 20px;
}
.reviews_list .review{
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box; /* Чтобы padding не раздувал блоки */
}

/* Стили для десктопа (например, от 768px и выше — 2 в ряд) */
@media (min-width: 768px) {
    .reviews_list .review {
        /* Вычитаем половину gap (20px / 2 = 10px), чтобы блоки влезли идеально */
        width: calc(50% - 10px);
    }
}

.review, .review__header {
    display: flex;
    flex-direction: column;
}
.review__header_user, .review__header_detail {
    display: flex;
    align-items: center;
}
.review__header_user .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
    background: orange;
    color: white;
    font-size: 16px;
}
.review__header_user .icon img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.review__header_detail {
    max-height: 25px;
    margin-top: 10px;
}
.review__header_detail .votes{
    display: flex;
    width: 80px;
    justify-content: space-between;
    margin-right: 10px;
    line-height: 20px;
}
.review__header_detail .votes .vote {
    max-height: 16px;
}
.review .review__header_detail .votes .fill path{
    fill: #ffa200;
}
.review__header_detail .date{
    color: silver;
    font-size:14px;
    line-height: 20px;
}
.review__body{
    margin-top: 15px;
    font-size: 16px;
}
.review__body p{
    margin: 0;
    line-height: normal;
}
/* End */


/* Start:/local/templates/utro/components/bitrix/news.list/gallery-main/style.css?1621929533150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/components/custom/hl_reviews/templates/.default/style.css?17748649361808 */
/* /local/templates/utro/components/bitrix/news.list/gallery-main/style.css?1621929533150 */
