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;
}

.brand-reviews span {
	color: #A2A4A5;
}

.brand-reviews h2 {
	color: #26292C;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 16px 0 12px;
}

.more {
	display: block;
	width: 112px;
	height: 48px;
	border-radius: 48px;
	padding: 14px 16px 14px 16px;
	background-color: #EBEBEB;
}

.reviews-card__head {
	display: block !important;
}

.reviews-card__stars {
	margin-left: 0px !important;
}

.reviews-card__title {
	-webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.reviews-card__product {
	display: flex;
	flex-direction: row;
	justify-content: start;
	flex-wrap: nowrap;
	margin-bottom: 12px;
}

.reviews-card__product a {
	color: #006DCC;
}

.btn--gray-new:hover {
	background-color: #F0F0F0;
}

.reviews-card__stars {
	margin-top: 5px !important;
}

.btn--gray-new {
	background: #F4F5F6;
}