/* Hero headline M viewport width increase - start */
@media (min-width: 735px) {
	.section-welcome .marquee .marquee-header {
		max-width: 38em;
	}
	.section-welcome .marquee-header .marquee-milestone {
		position: relative;
	}
}
/* Hero headline M viewport width increase - end  */

/* Bento Item copy width increase - start */
@media (min-width: 735px) {
	.upgraders-content .upgraders-gallery .bento-grid .bento-item {
		padding-inline: 28px;
	}
}
@media (min-width: 1068px) {
	.upgraders-content .upgraders-gallery .bento-grid .bento-item {
		padding-inline: 40px;
	}
}
/* Bento Item copy width increase - end */

/* Avail messaging - Start */
.avail-messaging {
	color: #86868b;
	font-size: 17px;
	line-height: 1.2353641176;
	font-weight: 600;
	letter-spacing: -0.022em;
	font-family:
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}
/* Avail messaging - End */

.section-battery .stat .stat-value {
	line-height: 1.1;
}

@media (max-width: 734px) {
	.section-apps .product-stories-section-header .section-header-description {
		max-width: 410px;
	}
}
