/* 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;
	}
}

@media (min-width: 735px) {
	section.section-welcome .marquee-top-wrapper .marquee-header .header-headline:lang(th) {
		line-height: 1.5 !important;
	}
}

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 */

/* BEGIN : Apple Intelligence alt section */
.section-apple-intelligence .hero-area .copy {
	padding-top: 0;
}

.section-apple-intelligence .hero-area .copy .eyebrow picture {
	--p-width: 623px;
	--p-height: 153px;
}

@media (max-width: 1068px) {
	.section-apple-intelligence .hero-area .copy .eyebrow picture {
		--p-width: 448px;
		--p-height: 110px;
	}
}

@media (max-width: 734px) {
	.section-apple-intelligence .hero-area .copy .eyebrow picture {
		--p-width: 384px;
		--p-height: 94px;
	}
}

@media (max-width: 440px) {
	.section-apple-intelligence .hero-area .copy .eyebrow picture {
		--p-width: 280px;
		--p-height: 69px;
	}
}

@media only screen and (min-width: 1069px) {
	.section-apple-intelligence .hero-area {
		flex-direction: column;
	}

	.section-apple-intelligence .hero-area .copy {
		text-align: center;
		margin-inline-start: var(--ric-column-width-0);
	}

	.section-apple-intelligence .hero-area .apple-intelligence-hero-media {
		--centering-offset-as-float: 0.1124;
		margin-left: auto;
		margin-right: auto;
		inset-inline-start: 0;
		transform: translateX(15%);
	}
}
/* END : Apple Intelligence alt section */

/* 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 */
