.postsrating-list li:last-child {
	border: none;
}

.postsrating-item {
	display: flex;
	justify-content: space-between;
	align-items: center;

	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #eceff3;
}

.postsrating-item.is-hide {
	display: none;
}

.postsrating-link-wrap {
	display: flex;
}

.postsrating-item-photo {
	display: flex;	
	justify-content: center;
	align-items: center;
	margin-right: 8px;
}


.postsrating-item-photo img {
    width: 40px;
    height: 40px;
    border: 4px solid #ececec;
}


.postsrating-item-title {
	max-width: 145px;
    max-height: 48px;
    line-height: 22px;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 10px;
    color: #0088cc;
}

.postsrating-item-title:hover,
.postsrating-item-title:focus {
	color: #000;
}


.postsrating-growth-counter {
	display: flex;
}

.postsrating-growth-counter .counter {
	font-size: 13px;
	color: #999999;
}

.postsrating-growth-counter .fa {
	margin-left: .2em;
    font-size: 19px;
}


.postsrating-btn {
	width: 100%;
}

/*
	Кнопки для Счетчика(лайк/дизлайк)
*/
.postsating__rating-row {
	float: right;
}

.postsrating__btns-count-wrap {
	display: flex;
	align-items: center;
	padding-bottom: 16px;
	user-select: none;
}

.postsrating__btn-count {
	width: 16px;
	height: 16px;
	padding: 5px 9px;
	cursor: pointer;
}

.postsrating__btn-count .fa {
	line-height: 20px;
	font-size: 19px;
}

.postsrating__btn-count:hover .fa,
.postsrating__btn-count:focus .fa,
.postsrating__btn-count.but-active .fa {
	color: #0088cc;
}