@media only screen and (max-width: 480px) {
	.section-apple-intelligence .subsection-privacy .subsection-header-headline .ai-gradient-text {
		display: inline;
	}
}

.section-apple-intelligence .subsection-privacy .subsection-header-headline, .section-values .section-header .section-header-headline {
	max-width: none;
}

.section-highlights .media-gallery-item-mx-chip .caption {
	--caption-width: none;
}

@media only screen and (min-width: 1069px) and (max-width: 1440px) {
	.section-highlights .media-gallery-item-mx-chip .caption br:first-child {
		display: block;
	}
}

.section-highlights .media-gallery-item-mx-chip .caption br:last-child {
	display: block;
}
@media only screen and (min-width: 1069px) and (max-width: 1130px) {
	.section-highlights .media-gallery-item-mx-chip .caption br:last-child {
		display: none;
	}
}
@media only screen and (min-width: 1441px) and (max-width: 1640px) {
	.section-highlights .media-gallery-item-mx-chip .caption {
		--caption-width: 275px;
	}
}

@media only screen and (min-width: 735px) {
	.section-contrast .section-header .section-header-headline {
		width: 60%;
	}
}

.film-announcement-banner .banner-card-image {
	--p-width: 468px;
	--p-height: 320px;
}

.banner-card .banner-card-headline {
	color: #fff;
}

.film-announcement-banner {
	--banner-background: #000;
	background-color: #000;
}

@media (min-width: 1441px) and (min-width: 1441px) {
	.film-announcement-banner .banner-card-image {
		--p-width: 632px;
		--p-height: 320px;
	}
}

@media (max-width: 1068px) and (max-width: 1068px) {
	.film-announcement-banner .banner-card-image {
		--p-width: 412px;
		--p-height: 286px;
	}
}

@media (max-width: 734px) and (max-width: 734px) {
	.film-announcement-banner .banner-card-image {
		--p-width: 267px;
		--p-height: 192px;
	}
}

@media (max-width: 480px) and (max-width: 480px) {
	.film-announcement-banner .banner-card-image {
		--p-width: 267px;
		--p-height: 192px;
	}
}

/*.section-highlights fix*/
@media (min-width: 735px) {
	.section-highlights .section-header.row {
		flex-wrap: nowrap;
		gap: 50px;
	}
	.section-highlights .section-header .section-header-cta-list {
		flex-wrap: nowrap;
		gap: 24px;
	}
	.section-highlights .section-header .section-header-cta-list .section-header-cta-item {
		white-space: nowrap;
	}
	.section-highlights .section-header .section-header-headline {
		max-width: 370px;
	}
}

@media (min-width: 1226px) {
	.section-highlights .section-header .section-header-cta-list-wrapper br.large {
		display: none;
	}
}
