/* Local Overrides */

/* value props */

@media only screen and (max-width: 734px) {
	.section-value-props .payoff-headline {
		font-size: 58px;
	}
}
/* Pricing */
.payoff-subhead-price-container {
	display: inline-block;
	width: 280px;
}

@media only screen and (max-width: 734px) {
	.payoff-subhead-price-container {
		width: 210px;
	}
}

/* Siri section */

.section-siri .utterance-a {
	align-items: center;
	font-size: 39px;
}

@media only screen and (max-width: 1068px) {
	.section-siri .utterance-a {
		font-size: 26px;
	}
}

@media only screen and (max-width: 734px) {
	.section-siri .utterance-a {
		align-items: baseline;
	}
}

/* Homepod Home Section */

@media only screen and (max-width: 1068px) {
	.privacy-copy,
	.subsection-copy {
		font-size: 18px;
	}
}

/* nav */
@media only screen and (max-width: 734px) {
	#ac-localnav.ac-localnav-stacked .ac-ln-title {
		height: 71px;
	}
}

/* section-audio-quality */
@media only screen and (max-width: 734px) {
	.section-audio-quality .app-icon-ytmusic {
		display: block;
	}
}

/* Financing diamond superscript */

.sosumi-link-follows,
.sosumi-link-follows ~ .footnote {
	display: none;
}

.sosumi-link-follows[data-pricing-loaded],
.sosumi-link-follows[data-pricing-loaded] ~ .footnote {
	display: inline;
}

/*  */
@media only screen and (max-width: 734px) {
	.section-siri .section-headline {
		font-size: 46px;
	}
}

/* Financing Copy */

@media only screen and (max-width: 734px) {
	.payoff-subhead-price-container {
		width: 180px;
		margin-top: 5px;
	}
}

@media only screen and (min-width: 735px) {
	.payoff-subhead-price-container {
		width: fit-content;
		margin-top: 10px;
	}
}
