.news-items-column.news-items-modern > *
{
	justify-content: space-between;
}
.news-items-modern-image
{
	height: var(--NewsImageHeight, 20vh);
}
.news-items-modern-content
{
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	flex-grow: 100;
	box-sizing: border-box;
	padding: 13px 19px;
	background: #f7f7f7;
	border: 1px solid #eaeaea;
}
.news-items-modern-image + .news-items-modern-content { border-top: 0; }
.news-items-modern-bottom
{
	border-top: 1px solid #e0e0e0;
	margin-top: 13px;
	padding-top: 8px;
}
.news-items-modern-bottom:empty { display: none; }
.news-items-modern-bottom > * { margin-top: 5px; }
.news-items-modern-bottom a { text-decoration: none; }
.news-items-modern-notice
{
	color: #484848;
	line-height: 1.5;
	margin-top: 8px;
}
.news-items-modern-name
{
	font-family: var(--font4);
	font-size: 145%;
	font-weight: 700;
	color: #333;
}
.news-items-modern-name > a { text-decoration: none; }
.news-items-modern-name > a:not(:hover) { color: inherit; }

@media screen and (max-width: 480px)
{
	.adaptive .news-items-modern-bottom
	{
		justify-content: space-around;
	}
}