/*
 * Breathing room above the hero copy: the eyebrow badge and headline sat too
 * close to the top edge of the hero panel on every breakpoint.
 *
 * The versioned entry point prevents the storefront CDN from serving a stale
 * partner-page stylesheet.
 */
@import url("./public-page-v9.css");

@media (min-width: 921px) {
	.mpl-spp-hero {
		padding-top: clamp(40px, 4vw, 56px);
	}
}

@media (max-width: 920px) {
	.mpl-spp-hero {
		padding-top: 44px;
	}
}
