#intro .recommendation-section {
	margin-top: 2rem;
}

#intro .recommendation-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	margin: 1.25rem 0 2rem;
}

#intro .recommendation-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: solid 1px rgba(255, 255, 255, 0.25);
	border-radius: 0.35rem;
	padding: 1.25rem;
	background: rgba(255, 255, 255, 0.035);
}

#intro .recommendation-card h4 {
	margin-bottom: 0.75rem;
}

#intro .recommendation-card p {
	margin-bottom: 1rem;
}

#intro .recommendation-card .button {
	align-self: flex-start;
	margin-bottom: 0;
}

#intro .substack-embed-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 1.5rem;
	overflow: hidden;
}

#intro .substack-embed-wrapper iframe {
	max-width: 100%;
}

@media screen and (min-width: 736px) {
	#intro .recommendation-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
