.new-news {	display: grid;	grid-template-columns: 97px 1fr;	grid-template-rows: 1fr max-content;	column-gap: 15px;	padding: 2px;}.new-news.neuronews {	display: block;}.new-news__image img {	border: 1px solid #ccc;	padding: 3px;}.new-news___badge {	display: inline-block;	background: #FA4300;	color: #fff;	border-radius: 4px;	padding: 4px 8px;	margin-bottom: 12px;	font-weight: bold;	font-size: 12px;	line-height: 12px;	text-transform: uppercase;}.new-news__title {	font-weight: bold;	font-size: 16px;	line-height: 22px;	color: #333333;	text-decoration: unset !important;	margin-bottom: 6px;	display: block;	grid-area: 1 / 2 / 2 / 2;}.new-news__image {	grid-area: 1 / 1 / 3 / 1;}.new-news__content {	grid-area: 2 / 2 / 2 / 2;}.new-news__title:visited {	color: #333333;}.new-news__description {	font-weight: 400;	font-size: 14px;	line-height: 24px;	overflow: hidden;	display: -webkit-box;	-webkit-line-clamp: 3;	-webkit-box-orient: vertical;	max-height: 72px;}/*.new-news__description::after {*//*	content: '...';*//*	position: absolute;*//*	bottom: 0;*//*	right: 0;*//*	background: white;*//*	padding-left: 4px;*//*}*/.new-news__description.expanded {	display: block;	max-height: none;	overflow: unset;	-webkit-line-clamp: unset;}@supports not (-webkit-line-clamp: 3) {	.new-news__description:not(.expanded) {		position: relative;	}	.new-news__description:not(.expanded)::after {		content: '...';		position: absolute;		bottom: 0;		right: 0;		background: linear-gradient(to right, transparent, white 30px);		padding-left: 30px;		pointer-events: none;	}}.new-news__more {	background: #C4C4C433;	border-radius: 4px;	padding: 8px;	display: inline-block;	margin-top: 12px;	color: #1f72a6;	cursor: pointer;	text-decoration: unset !important;}.new-news__description.expanded + .new-news__more {	display: none;}.new-news .reactions__button {	background: #C4C4C433;}.new-news__footer {	display: grid;	grid-template-columns: max-content 1fr;	align-items: flex-start;	flex-wrap: wrap;	justify-content: space-between;	margin-top: 12px;	padding-top: 10px;	font-size: 14px;	line-height: 16px;	border-top: 1px solid rgb(233, 233, 233);}.new-news__date {	color: #999999;	font-size: 14px;	line-height: 16px;	letter-spacing: 0;	display: inline-flex;	align-items: center;	min-height: 32px;}.new-news__date:after {	content: "•";	color: rgb(204, 204, 204);	margin: 0px 8px;}.new-news__comments {	text-decoration: underline;	font-size: 14px;	line-height: 16px;	display: inline-flex;	align-items: center;	height: 32px;}.new-news__tags {	display: flex;	flex-wrap: wrap;	align-items: center;	gap: 8px;	margin-left: auto;	justify-content: flex-end;}.new-news__tag-item {	background: #C4C4C433;	border-radius: 4px;	padding: 8px;	font-size: 14px;	line-height: 16px;}div.new-news__tag-item {	color: #999999;}.new-news__page .new-news__date:before {	content: "•";	color: rgb(204, 204, 204);	margin: 0 8px;}.new-news__page.neuronews .new-news__date:after {	display: none;}.new-news__page .new-news__header {	display: grid;	grid-template-columns: max-content max-content 1fr;	grid-template-rows: max-content max-content max-content;	align-items: flex-start;	row-gap: 6px;}.new-news__date-comments {	min-height: 32px;	display: inline-flex;	align-items: center;}.new-news__page .new-news___badge {	margin-bottom: 0;}.post-reactions {	clear: both;	margin-bottom: 30px;}.new-news__page .new-news__author {	display: flex;	align-items: center;}.new-news__page .new-news__author-image {	width: 32px;	height: 32px;	border-radius: 50%;	overflow: hidden;	margin-right: 9px;}.new-news__page .new-news__author-image img {	object-fit: cover;}.new-news__page .new-news__author-name {	font-weight: 400;	font-size: 14px;	line-height: 16px;	color: #444444;}.new-news___badge-wrapper {	height: 32px;	display: flex;	align-items: center;}.new-news.neuronews .new-news__date:after {	display: none;}@media (max-width: 1400px) {	.new-news__page .new-news__header {		align-items: flex-start;	}}@media (max-width: 1000px) {	.new-news__footer {		grid-template-columns: 1fr;		padding-top: 0;	}	.new-news__tags {		width: 100%;	}	.new-news__page .new-news__author {		grid-area: 1 / 1 / 1 / 4;	}	.new-news__page .new-news__header .new-news__tags {		grid-area: 3 / 1 / 3 / 4;	}	.new-news__page .new-news__header .new-news__date {		grid-area: 2 / 1 / 2 / 2;	}	.new-news__page .new-news__header .new-news__comments{		grid-area: 2 / 3 / 2 / 4;	}	.new-news.neuronews .new-news__comments {		display: none;	}	.new-news__tags {		margin-left: 0;		justify-content: flex-start;	}}@media(max-width: 784px) {	.new-news__title {		margin-right: 19px;	}	.new-news__content {		grid-area: 2 / 1 / 2 / 3;	}	.new-news__image {		grid-area: 1 / 1 / 1 / 1;	}}@media(max-width: 400px) {	.new-news__page .new-news__header .new-news__comments {		grid-area: 3 / 1 / 3 / 4;	}	.new-news__page .new-news__header .new-news__tags {		grid-area: 4 / 1 / 4 / 4;	}	.new-news__page .new-news__header .new-news__date {		grid-area: 2 / 1 / 2 / 4;	}}