.fullnews-item-header {
	padding: 200px 0 2em 0;
}
.fullnews-item-date {
	color: var(--page-darkfg-color);
}
.fullnews-item-categories {
}
.fullnews-item-category {
	display: inline-block;
	color: var(--page-darkfg-color);
	border: 1px solid var(--page-darkfg-color);
	border-radius: 1em;
	padding: 0.3em 1em;
	margin-right: 0.5em;
	cursor: pointer;
}
.page-content-bottom .gallery-wrapper.news-gallery {
	margin: calc(-1 * var(--vertical-field)) calc(-1 * var(--gorizontal-field));
}
.news-item-docs {
	margin-top: 0;
}
.news-item-docsitem a.link-doc {
	padding: 0.5em 0 0.5em 1.5em;
}
.news-item-video {
	max-width: 100%;
	width: 100%;
	aspect-ratio: 16/9;
	margin: 1em auto;
	position: relative;
}
.news-item-video video {
	width: 100%;
	height: auto;	
}
.news-item-video iframe {
	width: 100%;
	height: 100%;	
}