/* Highlights */
@media only screen and (min-width: 1069px) {
	[data-component-list="MediaCardGallery"] .media-gallery .media-gallery-item-anc .caption-container.xlarge-pin-top-left .caption {
		width: 600px;
	}

	[data-component-list="MediaCardGallery"] .media-gallery .media-gallery-item-h2 .caption-container .caption {
		width: 600px;
	}

	[data-component-list="MediaCardGallery"] .media-gallery .media-gallery-item-charger .caption-container .caption {
		width: 900px;
	}
}

@media only screen and (max-width: 1068px) {
	[data-component-list="MediaCardGallery"] .media-gallery .media-gallery-item-anc .caption-container.xlarge-pin-top-left .caption {
		width: 600px;
	}

	[data-component-list="MediaCardGallery"] .media-gallery .media-gallery-item-h2 .caption-container .caption {
		width: 620px;
	}
}

/* Charging */
.section-charging .stat-value {
	margin-top: 10px;
	line-height: 1.5;
}

@media (max-width: 480px) {
	.section-charging .stat-value {
		margin-top: 5px;
	}
}

/* New Audio */
.section-new-audio-experience .scroll-gallery .card .with-copy.spatial-audio .gallery-item-copy {
	padding-left: 10px;
	padding-right: 10px;
}

/* START - Siri classic tile */
.section-magic .siri {
	justify-content: center;
	background-image: conic-gradient(
		from 45deg,
		#bb64ff,
		#f28,
		#ff8b00 28%,
		#f2416b,
		#e750de 60%,
		#0096ff,
		#bb64ff
	);
}
.section-magic .siri::before {
	content: "";
	display: block;
	background-color: #fff;
	position: absolute;
	inset: 38px;
	box-shadow: 0 0 32px 40px #fff;
	border-radius: 9px;
}
.section-magic .siri .gallery-item-copy {
	line-height: 1.0834933333;
	z-index: 1;
}
.section-magic .siri .gallery-item-copy span {
	--gradient: linear-gradient(
		108deg,
		#0894ff,
		#c959dd 34%,
		#ff2e54 68%,
		#ff9004
	);
	background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	box-decoration-break: clone;
	background-image: var(--gradient);
}
@media (max-width: 1068px) {
	.section-magic .siri .gallery-item-copy {
		line-height: 1.1;
	}
}
@media (max-width: 734px) {
	.section-magic .siri .gallery-item-copy {
		line-height: 1.125;
	}
}
/* END - Siri classic tile */

/* FIX Charging */
.section-charging .intro-echo {
	mask-image: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0) 50%,
		rgb(255, 255, 255)
	);
}

.section-anc .section-headline .section-eyebrow {
	top: 90px;
}
.section-anc .section-headline {
	padding-top: 136px;
}

@media (max-width: 1068px) {
	.section-anc .section-headline .section-eyebrow {
		top: 79px;
	}
	.section-anc .section-headline {
		padding-top: 115px;
	}
}
/* END Charging */
