span.utf_post_cat {
	position: relative;
	font-size: 10px;
	padding: 0 5px;
	background: #ec0000;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	height: 20px;
	border-radius:4px;
	line-height: 20px;
	display: inline-block;
}
.logo img{
	max-height: 60px;
	width: auto;
}
.post-img-wrapper {
	width: 100%;
	height: 220px;   /* 👈 adjust based on design */
	overflow: hidden;
	border-radius: 6px;
}

.post-img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;  /* 🔥 KEY FIX */
	display: block;
}