.dadsbbq-related {
	margin: 3rem 0 1rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(0,0,0,.12);
}

.dadsbbq-related > h2 {
	margin: 0 0 1.25rem;
}

.dadsbbq-related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.dadsbbq-related-card {
	margin: 0;
}

.dadsbbq-related-image {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 8px;
}

.dadsbbq-related-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dadsbbq-related-card h3 {
	font-size: 1rem;
	line-height: 1.35;
	margin: .65rem 0 0;
}

.dadsbbq-related-card h3 a {
	color: inherit;
	text-decoration: none;
}

.dadsbbq-related-card h3 a:hover,
.dadsbbq-related-card h3 a:focus {
	text-decoration: underline;
}

@media (max-width: 800px) {
	.dadsbbq-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	.dadsbbq-related-grid {
		grid-template-columns: 1fr;
	}
}
