div.blogitems {
	padding-top: 55px;
}
div.blogitems div.blogitems-container {
	width: auto;
	overflow: hidden;
}

div.blogitems div.blogitems-container div.items a.item {
	color: var(--color-05);
	text-decoration: none;
	border-width: 0px;
	border-top: 0px;
	margin-bottom: 0px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

div.blogitems div.blogitems-container div.items a.item:hover {
	background: #e6e6e6;

}

div.blogitems div.blogitems-container div.items a.item div.descr {
	background-color: var(--color-blue);
	padding: var(--step2);
	height: 100%;
}

div.blogitems div.blogitems-container div.items a.item div.descr div.date div {
	width: auto;
	display: block;
	background: var(--color-beige);
	color: var(--color-100);
	padding: var(--step) var(--step2);
	max-width: max-content;
}

div.blogitems div.blogitems-container div.items a.item div.descr div.title {
	font-size: var(--font-medium);
	font-weight: 600;
	margin: var(--step2) 0 var(--step) 0;
}

div.blogitems div.blogitems-container div.items a.item div.descr div.title a {
	color: black;
	text-decoration: none;
}

div.blogitems div.blogitems-container div.items a.item div.descr div.descr2 {
	padding-right: 20px;
}