/* Tablet hero correction isolated in a new asset to bypass stale page/CDN caches. */
.ccp .ccp__hero-lockup > span {
	display: block;
	white-space: nowrap;
}

@media (min-width: 621px) and (max-width: 930px) {
	.ccp .ccp__hero {
		grid-template-columns: 190px minmax(0, 1fr) !important;
	}

	.ccp .ccp__hero-lockup {
		min-width: 170px;
	}
}
