/* Local Overrides */

/* Countdown static */

.no-enhance-xp .countdown-text:after {
	content: "5";
	right: 0;
}

/* Countdown dynamic */

html.enhance-xp
	.section-design
	.subsection-weight
	.perspective-viewport
	.countdown-text {
	min-width: 20px;
}

/* Dynamic pricing on hero */

@media only screen and (max-width: 734px) {
	.section-hero
		.hero
		.intro-paragraph-container
		.intro-price.has-dynamic-content {
		max-width: 250px;
	}
	.section-hero .hero .intro-paragraph-container .intro-price-block {
		display: inline;
	}
}
@media only screen and (min-width: 1069px) {
	.section-routers .section-compare .product-pricing {
		max-width: 13.1em;
	}
}
@media only screen and (max-width: 1068px) {
	.section-routers .section-compare .product-pricing {
		max-width: 183px;
	}
}
