/* Local Overrides */

/* Hero Section */
@media only screen and (min-width: 1069px) {
	.section-welcome .marquee-custom-container {
		top: 222px;
	}
}

.viewport-content.marquee-custom-content .marquee-milestone-cta {
	margin-top: var(--sk-paragraph-plus-element-margin, 0.8em);
}

.marquee-detail p + * {
	margin-top: unset;
}

/* Dynamic Pricing Footnote */
.sosumi-link-follows,
.sosumi-link-follows ~ .footnote {
	display: none;
}

.sosumi-link-follows[data-pricing-loaded],
.sosumi-link-follows[data-pricing-loaded] ~ .footnote {
	display: inline;
}

/* hello banner */
.custom-footnote {
	text-decoration: none;
	color: rgb(0, 102, 204);
}

.custom-footnote a {
	text-decoration: none !important;
}
#footnote-products {
	text-decoration: none !important;
}

/* Compare Section */
@media only screen and (max-width: 450px) {
	.section-contrast .product-tile .product-tile-price {
		width: 130px;
	}
}
