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

/* Highlights */
@media only screen and (min-width: 1069px) {
	.card-container.media-gallery-item-liquid-glass
		.caption-container
		.caption.typography-media-card-gallery-headline {
		width: 400px;
	}
	.card-container.media-gallery-item-multitask
		.caption-container
		.caption.typography-media-card-gallery-headline {
		width: 600px;
	}
}

/* Design */
@media only screen and (min-width: 1069px) {
	.section-liquid-glass
		#design-gallery
		#design-gallery-item-3
		.card-caption-content.typography-caption-tile {
		padding-right: 40px;
	}
}

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

@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;
	}
	.section.section-multitasking
		.copy-section-header-copy.typography-eyebrow-elevated {
		max-width: 600px;
	}
}

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

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