/* hero pricing */

@media only screen and (min-width: 375px) {
	.section.section-hero .pricing-copy-container.typography-hero-pricing p br {
		display: none;
	}
}

@media only screen and (max-width: 375px) {
	.section-hero .content-container .marquee .pricing-copy-container {
		padding-right: 8px;
	}
}

@media only screen and (min-width: 390px) {
	section.section-hero
		.pricing-copy-container.typography-hero-pricing
		p
		span
		:nth-child(1) {
		display: unset;
		white-space: unset;
	}
}

/* Performance */
@media only screen and (min-width: 1069px) {
	article.section-performance .badge.badge1 {
		margin-right: 54px;
	}

	article.section-performance .badge.badge2 {
		margin-right: 54px;
	}
	article.section-performance .badge .badge-value {
		font-size: 39px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	article.section-performance .badge.badge1 {
		margin-right: 42px;
	}

	article.section-performance .badge.badge2 {
		margin-right: 42px;
	}

	article.section-performance .badge {
		max-width: 140px;
	}

	article.section-performance .badge .badge-value {
		font-size: 36px;
	}
}

/* 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;
	}
}
