.latestPostBlock {
	height: 142;
	background-color: $gray-lighten-30;
	padding-top: 12;
	padding-bottom: 12;
	padding-left: 12;
	padding-right: 12;
	border-top-left-radius: 4;
	border-top-right-radius: 4;
	border-bottom-left-radius: 4;
	border-bottom-right-radius: 4;
	align-items: center;
	justify-content: center;
}

.latestPostBlockDark {
	background-color: $background-dark-secondary;
}

.latestPostBlockIcon {
	fill: $gray-dark;
	width: 24px;
	height: 24px;
}

.latestPostBlockIconDark {
	fill: $white;
}

.latestPostBlockMessage {
	text-align: center;
	margin-top: 8;
	font-size: 14;
	color: $gray-dark;
}

.latestPostBlockMessageDark {
	color: $white;
}

.latestPostBlockSubtitle {
	margin-top: 10;
	text-align: center;
	font-size: 14;
	font-weight: 500;
	color: $blue-wordpress;
}
