.aims-recommendations {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}
.aims-rec-blurb {
	font-style: italic;
	color: #555;
	margin-bottom: 14px;
}
.aims-rec-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 16px;
}
.aims-rec-item {
	text-decoration: none;
	color: inherit;
	display: block;
	text-align: center;
	font-size: 13px;
}
.aims-rec-item img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	margin-bottom: 6px;
}
.aims-rec-item span {
	display: block;
}
.aims-rec-price {
	color: #2271b1;
	font-weight: 600;
	margin-top: 2px;
}
