/* Local Overrides */

/* PRICING */

@media only screen and (min-width: 1069px) {
	section.section-media-hero.media-layout-background
		.marquee.links-platter
		.marquee-detail
		.detail-group {
		max-width: 370px;
	}
}

@media only screen and (max-width: 1068px) and (min-width: 393px) {
	section.section-media-hero.media-layout-background
		> .marquee-platter-theme-dark
		.marquee.links-platter
		.marquee-detail
		.detail-copy {
		max-width: 200px;
	}
}

@media only screen and (min-width: 445px) {
	.product-tile .product-tile-price {
		max-width: 230px;
	}
}

@media only screen and (max-width: 444px) {
	.product-tile .product-tile-price {
		max-width: 80px;
	}
}

.localnav-container
	.content-expand-wrap
	.product-action
	.product-cta
	.pricing:has([data-toggle="acmi"]) {
	max-width: 200px;
}
