/* Fix Headline line-height */

@media only screen and (max-width: 1068px) {
	.typography-hero-headline {
		line-height: 1.2;
	}
}

.typography-product-name-headline:lang(th) {
	line-height: 1.25;
}

.section-compatibility {
	overflow-y: hidden;
}

/* Fix Hero top padding with Ribbon */

html:not(.ac-gn-segmentbar-visible) .apple-pencil-ribbon + .section-hero {
	padding-top: 32px;
}

@media only screen and (max-width: 1068px) {
	html:not(.ac-gn-segmentbar-visible) .apple-pencil-ribbon + .section-hero {
		padding-top: 24px;
	}
}

@media only screen and (max-width: 734px) {
	html:not(.ac-gn-segmentbar-visible) .apple-pencil-ribbon + .section-hero {
		padding-top: 62px;
	}
}
