/* Local Overrides */

/* localnav alt */
@media only screen and (min-width: 490px) and (max-width: 599px) {
	.os-localnav.tabnav .tabnav-items {
		justify-content: center;
	}
}

/* Compatibility */
@media only screen and (min-width: 1069px) {
	.compatibility-card .compatibility-headline {
		max-width: unset;
	}
}

/* Multitasking */
.section.section-multitasking
	.copy-section-header-headline.typography-copy-section-headline {
	max-width: 600px;
}

@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.section.section-multitasking
		.copy-section-header-headline.typography-copy-section-headline {
		max-width: 530px;
	}
}

@media only screen and (max-width: 734px) {
	.section.section-multitasking
		.copy-section-header-headline.typography-copy-section-headline {
		max-width: unset;
	}
}

.section.section-multitasking .copy-section-header .copy-section-header-copy {
	max-width: 700px;
}

@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.section.section-multitasking
		.copy-section-header
		.copy-section-header-copy {
		max-width: 600px;
	}
}

@media only screen and (max-width: 375px) {
	.section.section-multitasking
		.copy-section-header
		.copy-section-header-copy {
		max-width: 245px;
	}
}

/* Highlights */
#highlights-gallery-item-1 .caption-container.large-pin-center-left p {
	max-width: 410px;
}

#highlights-gallery-item-2 .caption-container.large-pin-bottom-center p {
	max-width: 610px;
}

@media only screen and (max-width: 1068px) and (min-width: 735px) {
	#highlights-gallery-item-2 .caption-container.large-pin-bottom-center p {
		max-width: 440px;
	}
}

/* Live Translation disclaimer */
.custom-disclaimer {
	color: #6e6e73;
	font-size: 14px;
}
