/* Local Overrides */

/* Hero */

.section-hero .hero-headline {
	max-width: fit-content;
}

/* Voiceover tile */
@media (max-width: 734px) {
	.section-features .features-card-voiceover .bubble {
		padding: 56px 18px 20px;
	}
}

html.enhanced
	.section-features
	.features-card-voiceover
	.bubble
	.bubble-text
	span.location {
	display: inline;
}
@media (min-width: 1069px) {
	.section-features .features-card-voiceover .bubble .bubble-text {
		width: 234px;
	}
}
@media (max-width: 1068px) {
	.section-features .features-card-voiceover .bubble .bubble-text {
		width: 188px;
	}
}
