/* hero pill pricing */

.section-hero .content-container .marquee .pricing-copy-container {
	max-width: 275px;
}

.button-container {
	margin: auto;
}

@media only screen and (max-width: 1068px) {
	.pricing-copy-container.typography-hero-pricing p span.nowrap {
		display: unset;
		white-space: unset;
	}
}

@media only screen and (max-width: 734px) {
	.section-hero .content-container .marquee .pricing-copy-container {
		max-width: 245px;
	}
}

/* live translation card */

.card-footnote-content {
	--caption-padding-sides: 16px;
	--caption-padding-top: 28px;
	--caption-link-padding: 14px;
	--sk-glyph-gray-secondary: #6e6e73;
}

.typography-caption-tile-footnote {
	font-size: 12px;
	line-height: 1.3333733333;
	font-weight: 400;
	letter-spacing: -0.01em;
	font-family:
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.card-footnote-content {
	order: 4;
	margin-top: var(--caption-link-padding);
	padding: 0 var(--caption-padding-sides) var(--caption-padding-top);
	color: var(--sk-glyph-gray-secondary);
	padding-bottom: 0;
}

.gallery-item.card.live-translation.tile-narrow .gallery-item-description {
	padding-bottom: 0;
}

/* environment section */

#gallery-item-renewable-2 .tile-content {
	padding-right: 60px;
}

/* trade in */

.section.section-routers .overview-routers-tradein {
	--p-width: 1380px;
	--p-height: 528px;
}
@media only screen and (max-width: 1068px) and (max-width: 1068px) {
	.section.section-routers .overview-routers-tradein {
		--p-width: 1028px;
		--p-height: 404px;
	}
}
@media only screen and (max-width: 734px) and (max-width: 734px) {
	.section.section-routers .overview-routers-tradein {
		--p-width: 375px;
		--p-height: 192px;
	}
}

/* Performance badges */
article.section-performance .badge.badge1,
article.section-performance .badge.badge2 {
	margin-right: 42px;
}

article.section-performance .badge-unit {
	font-size: 40px;
}

/* compare pricing */

@media only screen and (min-width: 1069px) {
	.section-routers .section-compare .product-pricing {
		max-width: 16.5em;
	}
}

@media only screen and (max-width: 1068px) {
	.macbook-air-13-15-product-pricing.product-pricing .nowrap {
		display: unset;
		white-space: unset;
	}

	.macbook-pro-14-16-product-pricing.product-pricing .nowrap {
		display: unset;
		white-space: unset;
	}
}
