/* START : Fix Evergreen Ribbon */
.ribbon-evergreen {
	padding-top: var(--r-globalnav-height);
}
/* END : Fix Evergreen Ribbon */

/* START : Fix Hero */
@media (max-width: 734px) {
	section.section-welcome .marquee-top-wrapper > .marquee {
		padding-top: 51px;
		padding-bottom: 0;
	}
}

section.section-welcome {
	margin-top: calc(var(--r-globalnav-height) * -1);
}

@media (max-width: 1068px) {
	section.section-welcome {
		margin-top: calc((var(--r-globalnav-height) + 51px) * -1);
	}
}

@media (max-width: 502px) {
	section.section-welcome {
		margin-top: calc((var(--r-globalnav-height) + 70px) * -1);
	}

	section.section-welcome .marquee-top-wrapper > .marquee {
		padding-top: 70px;
	}
}
/* END : Fix Hero */

/* START : Fix AI Headline in Hero, to accomodate EPP users */
section.section-welcome .marquee-top-wrapper .tagline {
	margin-top: 0px;
}

@media (max-width: 734px) {
	section.section-welcome .marquee-top-wrapper .tagline {
		margin-top: 18px !important;
	}
}
/* END : Fix AI Headline in Hero, to accomodate EPP uses */

/* Custom CSS for AI section headline */
@media (max-width: 1068px) {
	.overview-product-stories-apple-intelligence-hero-apple-intelligence-headline {
		width: 281px !important;
	}
}

/* Start AI discliamer Apple Intelligence section */
.ps-swatch-tertiary, .section.theme-dark .ps-swatch-secondary {
	color: #86868b;
}
.typography-ps-card-disclaimer {
	font-size: 14px;
	line-height: 1.4285914286;
	font-weight: 600;
	letter-spacing: -0.016em;
	font-family:
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}
/* END AI discliamer Apple Intelligence section */
