.ucl-results {
	margin: 28px 0 52px;
}

.ucl-results-copy {
	max-width: 760px;
	margin: 0 auto 22px;
	color: #35434a;
	font-size: 17px;
	line-height: 1.6;
	text-align: center;
}

.ucl-recommendation-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
}

.ucl-card-usb-c {
	margin: 0 0 12px;
	color: #315f70;
	font-size: 15px;
	font-weight: 700;
}

.ucl-no-results {
	margin: 0 auto;
	padding: 22px;
	color: #35434a;
	text-align: center;
}

@media (max-width: 760px) {
	.ucl-recommendation-grid {
		grid-template-columns: minmax(0, 1fr);
		max-width: 520px;
		margin: 0 auto;
	}

	.mmc-grid.ucl-recommendation-grid > .mmc-card:last-child:nth-child(odd) {
		width: 100%;
		justify-self: stretch;
	}
}
