/* Local overrides */

/* Hero Section */

@media only screen and (min-width: 1500px) {
	.section-welcome
		p.header-headline.typography-marquee-headline-reduced.custom-width-hero {
		min-width: 950px;
	}
}

@media only screen and (min-width: 1069px) and (max-width: 1499px) {
	.section-welcome
		p.header-headline.typography-marquee-headline-reduced.custom-width-hero {
		min-width: 900px;
	}
}

@media only screen and (max-width: 734px) {
	.typography-marquee-detail.custom_spacing {
		margin: auto;
		padding-bottom: 10px;
	}

	.marquee-milestone.typography-marquee-detail-reduced.custom_spacing {
		padding-bottom: 35px;
	}
}

/* Compare Section */

@media only screen and (min-width: 1069px) {
	.product-tile-macbook-pro
		span.product-tile-headline.typography-product-tile-headline.custom-width-compare {
		min-width: 325px;
	}
}

/* Performance */

@media only screen and (max-width: 424px) {
	html.enhanced
		#main
		section.section.section-performance
		div.subsection-gaming.viewport-content {
		position: relative;
		top: 50px;
	}
}

@media only screen and (max-width: 374px) {
	.section-performance
		.section-header-headline.typography-headline-super.custom-font-size {
		font-size: 44px;
	}
}

@media only screen and (min-width: 1069px) {
	.section-performance .subsection-personas .persona-mx .spec-listitem {
		max-width: 220px;
	}
}
@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.section-performance .subsection-personas .persona-mx .spec-listitem {
		max-width: 230px;
	}
	.section-performance .subsection-personas .persona-mx-max .spec-listitem {
		max-width: 230px;
	}
	.section-performance .subsection-personas .persona-mx-pro .spec-listitem {
		max-width: 230px;
	}
}

@media only screen and (max-width: 320px) {
	.section-performance .subsection-personas .persona-mx .spec-listitem {
		max-width: 220px;
		margin-left: auto;
		margin-right: auto;
	}
	.section-performance .subsection-personas .persona-mx-max .spec-listitem {
		max-width: 230px;
	}
	.section-performance .subsection-personas .persona-mx-pro .spec-listitem {
		max-width: 230px;
	}
}

@media only screen and (min-width: 1069px) {
	html.chip-personas-enhanced
		.section-performance
		.subsection-personas
		.persona-grid
		.text-content {
		margin-block-start: 75px;
	}
}

@media only screen and (max-width: 1068px) and (min-width: 735px) {
	html.chip-personas-enhanced
		.section-performance
		.subsection-personas
		.persona-grid
		.text-content {
		margin-block-start: 35px;
	}
}
