.hide {
	display: none;
}

/* Styling footnote links to be black regardless of visited state */
#icon-card-apple-card > div > div > div > div > div.copy-container > p > span > a {
	color: rgb(29, 29, 31);
}

#modal-content-apple-card > p > span.footnote-alt.footnote-supglyph > a {
	color: rgb(29, 29, 31);
}

/* Custom styling to reduce  */
#modal-content-advanced-cameras > div:first-of-type .image-container {
	margin-top: 0px;
}

/* css fix for superscript underline, because bts campaign seasonal is overwritten a tag decoration of all superscripts */
.footnote a {
	text-decoration-line: underline;
}

/*start privacy section*/
.section-banner.privacy .banner-card-headline {
	font-size: 32px;
	line-height: 1.125;
	font-weight: 600 !important;
	letter-spacing: 0.004em;
	font-family:
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

@media (max-width: 734px) {
	.section-banner.privacy .banner-card-banner {
		--max-height: 560px;
	}
}

@media (max-width: 1068px) {
	.section-banner.privacy .banner-card.banner-card-image-type-background .banner-card-image {
		bottom: -40px;
	}
}

@media (max-width: 734px) {
	.section-banner.privacy .banner-card.banner-card-image-type-background .banner-card-image {
		bottom: 0px;
	}
}
/*end privacy section*/
