.rpi-related-posts {
	margin: 2em 0;
	padding: 1.5em;
	background: #f7f7f8;
	border-radius: 8px;
	border: 1px solid #e5e5e5;
}

.rpi-heading {
	margin: 0 0 1em;
	font-size: 1.1em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.rpi-list {
	display: flex;
	flex-direction: column;
	gap: 0.9em;
}

.rpi-item {
	display: flex;
	align-items: center;
	gap: 1em;
	text-decoration: none;
	color: inherit;
}

.rpi-item:hover .rpi-title {
	text-decoration: underline;
}

.rpi-thumb {
	flex: 0 0 140px;
	width: 140px;
	height: 140px;
	border-radius: 6px;
	overflow: hidden;
	background: #ddd;
}

.rpi-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.rpi-thumb-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #ddd, #ccc);
}

.rpi-title {
	flex: 1;
	font-weight: 600;
	line-height: 1.3;
}

@media (min-width: 600px) {
	.rpi-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1em 1.5em;
	}
}
