.news-microcard {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	gap: 3em;
}
.news-microcard .news-item {
	width: 300px;
	flex-grow: 1;
	max-width: 100%;
}
.news-microcard .news-item-image img {
	border-radius: 10px;
}
.news-microcard .news-item-header {
	font-weight: bold;
	margin: 0.5em 0;
}
.news-microcard .news-item-date {
	font-size: 0.9em;
	color: var(--page-grey-kit-fg2);
}
.news-microcard .news-item-holder {
	width: 300px;
	flex-grow: 1;
	margin-top: -3em;
}