/* Local overrides */

/* DP */
.sosumi-link-follows,
.sosumi-link-follows ~ .footnote {
	display: none;
}

.sosumi-link-follows[data-pricing-loaded],
.sosumi-link-follows[data-pricing-loaded] ~ .footnote {
	display: inline;
}

/* Contrast */
@media only screen and (max-width: 322px) {
	.product-tile-set {
		grid-column-gap: 18px;
	}
}

/* GLOBAL */
.tabnav.tabnav-line .tabnav-link {
	justify-content: center;
}
/* END OF GLOBAL */

/* Hero Section */
@media only screen and (min-width: 1145px) {
	.section-welcome
		p.header-headline.typography-marquee-headline-reduced.custom-width-hero {
		min-width: 610px;
	}
}

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

/* enhanced chip */
.section-performance .subsection-mx .chip-stat br.small.custom_enhanced {
	display: none;
}
@media only screen and (max-width: 735px) {
	html.enhanced .section-performance .subsection-mx .chip-stat {
		max-width: 20ch;
	}
	html.enhanced
		.section-performance
		.subsection-mx
		.chip-stat
		br.small.custom_enhanced {
		display: inline-block;
	}

	html.enhanced
		.section-performance
		.subsection-gaming
		.gaming-composite-image {
		margin-top: 120px;
	}
}
/* end of enhanced chip */

/* enhanced chip persona */
@media only screen and (max-width: 420px) {
	html.enhanced
		.section-performance
		.subsection-personas
		.persona-grid.persona-mx
		.text-content {
		margin-block-start: 42px;
		font-size: 20.5px;
	}
}
@media only screen and (max-width: 420px) {
	html.enhanced
		.section-performance
		.subsection-personas
		.persona-grid.persona-mx-pro
		.text-content,
	html.enhanced
		.section-performance
		.subsection-personas
		.persona-grid.persona-mx-max
		.text-content {
		margin-block-start: 35px;
		font-size: 19.5px;
	}
}
/* end of enhanced chip persona */

/* Battery */
@media (max-width: 339px) {
	.section-battery .product-stories-section-header .section-header-headline {
		font-size: 46px;
	}
}

/* CUSTOM PRICING *
/* ****************** */
/* S vp */
@media (max-width: 734px) {
	.section-welcome .marquee .detail-inner-group {
		grid-column-gap: 8px;
		column-gap: 8px;
	}
	.detail-inner-group .marquee-pricing {
		max-width: 140px;
	}
	.section-welcome .marquee .marquee-pricing {
		white-space: normal;
	}
}

/* M - L vp */
@media (min-width: 735px) and (max-width: 1440px) {
	.section-welcome .viewport-content {
		grid-column-gap: 24px;
		column-gap: 24px;
	}
}
@media (min-width: 1069px) {
	.section-welcome .marquee .marquee-header {
		min-width: 30%;
	}
}
/* ****************** */
/* CUSTOM PRICING END */

/* Highlights Liquid Glass */
@media only screen and (max-width: 359px) {
	.media-gallery
		.media-gallery-item-liquid-glass
		.caption-animation-container
		.typography-media-card-gallery-headline {
		font-size: 16px;
	}
}

/* Header */
@media (max-width: 734px) {
	.custom-fontsize-headline {
		font-size: 23px;
	}
	.custom-fontsize-tagline {
		font-size: 19px;
	}
}

@media only screen and (max-width: 1024px) {
	.tabnav-items
		#mx-graph-gallery-gallery-item-1-trigger
		.tabnav-link-content
		.tabnav-label {
		text-align: left;
	}

	.tabnav-items
		#mx-graph-gallery-gallery-item-1-trigger
		.tabnav-link-content
		.tabnav-label
		br {
		display: inline;
	}
}
