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

/* CPU performance gallery Section */

@media only screen and (min-width: 735px) {
	.performance-modal-content .subsection-gallery .gallery-container .tabnav {
		height: 150px;
	}
	.performance-modal-content
		.subsection-gallery
		.vs-previous-models-gallery
		.gallery-container
		.tabnav-item:nth-child(n + 2),
	.performance-modal-content
		.subsection-gallery
		.gallery-container
		.compare-modal-gallery
		.tabnav-item:nth-child(n + 4) {
		position: relative;
		top: -26px;
	}
	.performance-modal-content
		.subsection-gallery
		.gallery-container
		.compare-modal-gallery
		.tabnav-item:first-child {
		position: relative;
		top: 0px;
	}

	.performance-modal-content
		.subsection-gallery
		.gallery-container
		.separator {
		display: inline-block;
		height: 30px;
		width: 10px;
		position: relative;
		top: -26px;
	}
}

@media only screen and (max-width: 734px) {
	.performance-modal-content
		.subsection-gallery
		.gallery-container
		.tablist-wrapper
		.tabnav {
		height: 146px;
	}
	.performance-modal-content
		.subsection-gallery
		.vs-previous-models-gallery
		.gallery-container
		.tabnav-item:nth-child(n + 2),
	.performance-modal-content
		.subsection-gallery
		.gallery-container
		.compare-modal-gallery
		.tabnav-item:nth-child(n + 6) {
		position: relative;
		top: -22px;
	}
	.performance-modal-content
		.subsection-gallery
		.gallery-container
		.compare-modal-gallery
		.tabnav-item:nth-child(5) {
		position: relative;
		top: -10px;
	}

	.performance-modal-content
		.subsection-gallery
		.gallery-container
		.separator {
		display: inline-block;
		height: 30px;
		width: 10px;
		position: relative;
		top: -22px;
	}
}

@media only screen and (max-width: 424px) {
	.performance-modal-content
		.subsection-gallery
		.graph-gallery
		.tablist-wrapper
		.tabnav
		.tabnav-items
		a {
		font-size: 19px;
	}
}

br.large {
	display: none;
}

@media (min-width: 735px) {
	br.large {
		display: block;
	}
}

/* End CPU performance gallery Section */
