.ahh-related-posts {
	margin: 32px 0;
}

.ahh-related-posts__list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.ahh-related-card {
	display: flex;
	gap: 10px;
	align-items: center;
	border: 1px solid #eee;
	border-radius: 6px;
	padding: 8px;
	text-decoration: none;
	color: inherit;
}

.ahh-related-card__img {
	width: 90px;
	height: 90px;
	object-fit: cover;
	border-radius: 4px;
	flex-shrink: 0;
}

.ahh-related-card__body {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.ahh-related-card__title {
	font-size: 15px;
	font-weight: 600;
	color: #1c1c1e;
}

.ahh-related-card__excerpt {
	display: block;
	font-size: 13px;
	color: #1a1a1a;
}
