/* Local Overrides */

/* Hero video wrapper */
@media (max-width: 365px) {
	.section.section-welcome .inline-media-component-container .video-wrapper {
		margin-top: 60px;
	}
}

/* Highlights section */

/* Siri conversations card overlapping copy */
@media (max-width: 374px) {
	#shared-highlights-highlights-siri-conversations-endframe-2 {
		margin-top: 150px;
	}
}

@media (min-width: 375px) and (max-width: 424px) {
	#shared-highlights-highlights-siri-conversations-endframe-2 {
		margin-top: 90px;
	}
}

@media (min-width: 425px) and (max-width: 734px) {
	#shared-highlights-highlights-siri-conversations-endframe-2 {
		margin-top: 50px;
	}
}

/* Child safety overlapping copy */
@media (max-width: 374px) {
	#shared-highlights-child-safety-1 img {
		bottom: 60px;
		position: relative;
	}
}

@media (min-width: 375px) and (max-width: 424px) {
	#shared-highlights-child-safety-1 img {
		bottom: 40px;
		position: relative;
	}
}

/* Siri conversations card disclaimer */
.custom_card-disclaimer {
	font-weight: 600;
	color: var(--sk-glyph-gray-secondary);
	margin-block-start: 1.3em;
	font-size: 0.7em;
}

/* Apple Intelligence section */
@media (min-width: 1069px) {
	.section.section-apple-intelligence .section-header-type-lockup {
		max-width: 749px;
	}
}

/* More size for copy in li with id "highlights-gallery-item-4"  */
.media-gallery-item-4
	.tile
	.caption-container
	.caption-animation-container
	.caption {
	width: 593px;
}

/* Rebreack the copy section "name:developers" */
.section-developers .section-card-headline {
	max-width: 650px;
}
