/* local overrides */
br.xsmall {
	display: none;
}
@media only screen and (max-width: 483px) {
	br.xsmall {
		display: block;
	}
}

/* environment tile full width customization */
.section-routers .router-item-environment .router-item-content {
	margin-top: 100px;
	margin-bottom: 100px;
}

@media only screen and (max-width: 1068px) {
	.section-routers .router-item-environment .router-item-content {
		margin-top: 80px;
		margin-bottom: 80px;
	}
}

@media only screen and (max-width: 734px) {
	.section-routers .router-item-environment .router-item-content {
		margin-top: 50px;
		margin-bottom: 50px;
	}
}

/* macbook-air-13-15-product-image alignment*/

.section-routers .section-compare .macbook-air-13-15-product-image {
	margin-top: 17px;
}

@media only screen and (max-width: 1068px) {
	.section-routers .section-compare .macbook-air-13-15-product-image {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 734px) {
	.section-routers .section-compare .macbook-air-13-15-product-image {
		margin-top: 15px;
	}
}

/* Section upgraders */

.section-upgraders .upgraders-content {
	margin-bottom: 252px;
}

@media only screen and (max-width: 1068px) {
	.section-upgraders .upgraders-content {
		margin-bottom: 100px;
	}
}

/* Messaging */

.section-hero
	.content-container
	.hero-copy-container
	.macbook-air-13-and-15-global-avail {
	text-align: center;
	margin-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

.custom_apple-intelligence-avail {
	color: #86868b;
	margin-top: 27px;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}

.macbook-air-13-and-15-global-avail + .custom_apple-intelligence-avail {
	margin-top: 4px;
}

.apple-intelligence-container + .custom_apple-intelligence-avail {
	margin-top: 5px;
}

@media only screen and (max-width: 350px) {
	article.section-upgraders
		#macbook-air-intel-gallery-item-1
		.bento-item
		.image-wrapper {
		width: 100px;
	}
}
