.millenRecommendPostsBlock{
	margin-top: 2rem;
	margin-bottom: 2rem;
	border: solid 1px var(--vk-color-primary);
	background: #fff;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 0 1rem 1rem;
}
.millenRecommendPostsBlock-ttl{
    font-size: 1.2rem;
	align-self: flex-start;
	background: #fff;
	transform: translateY(-50%);
	padding-right: .5em;
	padding-left: .5em;
	margin-bottom: 0;
}
.millenRecommendPostsBlock-a{
	display: flex;
	align-items: center;
	background: var(--offwhite);
	padding: .75rem;
}
.millenRecommendPostsBlock .millen-title{
	text-decoration: underline;
}
.millenRecommendPostsBlock .millen-thumb{
	display: block;
	flex: 12rem 0 0;
	aspect-ratio: 16/9;
	overflow: hidden;
	margin-right: .6rem;
}
.millenRecommendPostsBlock .millen-thumb img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.millenRecommendPostsBlock .millen-desc{
	display: block;
	font-size: .85em;
	margin-top: .6em;
}
@media (max-width: 991.98px){
	.millenRecommendPostsBlock-a{
		flex-direction: column;
		gap: .5rem;
	}
	.millenRecommendPostsBlock .millen-thumb{
	    align-self: stretch;
	    margin-right: 0;
	}
}