
.ppw-popular-posts > .ppw-row,
.ppw-popular-posts .ppw-row {
	display: -webkit-box !important;
	display: flex !important;
	gap: 16px !important;
	align-items: flex-start !important;
  justify-content: space-between;
	overflow: visible !important;

	padding: 8px 0 !important;
}

.ppw-popular-posts .ppw-item {
	flex: 1 1 22% !important;
	width: auto !important;
	max-width: 260px !important;
	min-width: 180px !important;
	box-sizing: border-box !important;
	background: #fff !important;
	padding: 8px !important;
}

.ppw-popular-posts .ppw-thumb img{width:100% !important;height:auto !important;display:block !important;}
.ppw-popular-posts .ppw-body{padding:12px 0 !important}
.ppw-popular-posts .ppw-title{font-size:0.95rem;margin:0 0 6px;line-height:1.2}
.ppw-popular-posts .ppw-meta{font-size:12px;color:#666;margin-bottom:6px}
.ppw-popular-posts .ppw-excerpt{font-size:14px;color:#333}
.ppw-popular-posts .ppw-thumb-placeholder{display:block;width:100%;height:100px;background:#eee;border-radius:4px}

@media (max-width:1024px){
	.ppw-popular-posts .ppw-item{min-width:160px;flex-basis:45% !important}
}
@media (max-width:600px){
	.ppw-popular-posts .ppw-item{flex-basis:100% !important;min-width:0}
	.ppw-popular-posts > .ppw-row,.ppw-popular-posts .ppw-row{gap:12px !important}
}

/* Ensure thumbnails display at a uniform height and crop via object-fit */
.ppw-popular-posts .ppw-thumb{
	display:block;
	width:100%;
	height:200px;
	overflow:hidden;
}
.ppw-popular-posts .ppw-thumb img{
	width:100% !important;
	height:100% !important;
	object-fit:cover;
	object-position:center center;
	display:block !important;
}
.ppw-popular-posts .ppw-thumb-placeholder{height:160px}

@media (max-width:1024px){
	.ppw-popular-posts .ppw-thumb{height:140px}
	.ppw-popular-posts .ppw-thumb-placeholder{height:140px}
}
@media (max-width:600px){
	.ppw-popular-posts .ppw-thumb{height:110px}
	.ppw-popular-posts .ppw-thumb-placeholder{height:110px}
}
