.angie-related-posts-10c00f27 {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.angie-related-posts-title {
	margin-bottom: 20px;
	font-size: 1.5em;
	font-weight: 600;
}

.angie-related-posts-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
}

.angie-related-post-card {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.angie-related-post-thumb img {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	object-fit: cover;
	border-radius: 4px;
}

.angie-related-post-heading {
	margin: 0;
	font-size: 1.1em;
	line-height: 1.4;
}

.angie-related-post-heading a {
	text-decoration: none;
	color: inherit;
}

.angie-related-post-heading a:hover {
	text-decoration: underline;
}