.spss-widget-7 .spss-recent-posts-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.spss-widget-7 .spss-recent-post-item {
	text-align: center;
	box-sizing: border-box;
	height: 100%;
}

.spss-widget-7 .spss-recent-post-item a {
	display: block;
	width: 100%;
	margin: 0 auto 10px;
	overflow: hidden;
}

.spss-widget-7 .spss-recent-post-item img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
