/* news_expand — только expand-логика; основной вид даёт тема Aspro */

.news_expand .items .item {
	padding: 26px 0;
	border-bottom: 1px solid #e8e8e8;
}

.news_expand .items .item:first-child {
	padding-top: 0;
}

.news_expand .items .item:last-child {
	border-bottom: none;
}

.news_expand.item-views .items .item .image {
	margin-bottom: 14px;
	padding: 0;
	text-align: start;
}


.news_expand .items .item .wrap {}

.news_expand .items .item .image img {
	max-width: 100%;
	height: auto;
}

.news_expand .items .item .date {
	margin: 6px 0 10px;
	color: #888888;
}

.news_expand .items .item .previewtext {
	margin-bottom: 12px;
}

.news_expand .expand-body {
	margin-bottom: 12px;
}

.news_expand .expand-body p:first-child {
	margin-top: 0;
}

.news_expand .expand-body p:last-child {
	margin-bottom: 0;
}

.news_expand .js-news-more.loading {
	opacity: 0.6;
	pointer-events: none;
}

.news_expand .news-expand-error {
	color: #cc0000;
}


.news-custom-item__wrap {
	display: flex;
}

.news_expand .title {
	font: 22px/32px "Montserrat", Arial, sans-serif;
	margin-top: 16px;
}