/* pill pricing background */

@media only screen and (min-width: 734px) {
	.section-hero .content-container .marquee-detail {
		padding: 0;
	}
}

@media only screen and (max-width: 734px) {
	.section-hero .content-container .marquee-detail:after {
		background-color: unset;
	}
}

@media only screen and (max-width: 1068px) {
	.section.section-hero .content-container .marquee.marquee-bottom {
		margin-bottom: 19px;
	}
}

@media only screen and (max-width: 734px) {
	.section.section-hero .content-container .marquee.marquee-bottom {
		margin-bottom: 0px;
	}
}

/**/

.hero-preorder.typography-hero-avail {
	margin-bottom: 8px;
}

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