.block-container[data-role="news"] {
	min-height: 16em;
	max-height: 18em;

	overflow-y: hidden !important;
}

.block-container[data-role="news"] .news-block-main {
	max-height: 18em;

	overflow-y: auto;
}

.block-container[data-role="news"] .news-item-header,
.block-container[data-role="news"] .news-item-date {
	font-family: "Bold";
	font-weight: normal;
	font-size: 32px;

	color: rgba(209, 217, 241, 1);
	background-color: transparent;
	border-bottom: 1px solid rgba(221, 223, 248, 0.2);
}

.block-container[data-role="news"] .news-item-date {
	font-size: 16px;
}

.block-container[data-role="news"] .desc-line {
	display: flex;
	flex-shrink: 0;
	align-items: flex-end;

	width: 4.75em;
	vertical-align: bottom;
	font-size: 16px;

	color: rgba(221, 223, 248, 0.6);
}

.block-container[data-role="news"] .date-life {
	white-space: pre;

	color: rgba(221, 223, 248, 0.6);
}

.block-container[data-role="news"] .news-item-content {
	padding: 0.4em 1em 0.5em 4.75em;

	background-color: transparent;
	color: rgba(209, 217, 241, 1);
}

.block-container[data-role="news"] .fullscreen-error {
	display: flex;
	justify-content: center;
	align-items: center;

	height: calc(100% - 8em);
	text-align: center;
	font-size: 1.5em;

	padding: 4em;

	color: #5974CC;
	text-shadow: 0px 0px 6px #3754B3;
}
