@media only screen and (min-width: 1069px) {
	.router-item-augmented-reality .grid-item-headline {
		max-width: 405px;
	}
}

@media only screen and (min-width: 1069px) {
	.section-compare .mac-pro-product-apple-intelligence {
		width: 244px;
	}
}

.section-routers .router-item-environment .accent-green:before {
	bottom: -15px;
}

@media only screen and (max-width: 1068px) {
	.section-routers .router-item-environment .accent-green:before {
		left: -5px;
		bottom: -14px;
	}
}

@media only screen and (max-width: 734px) {
	.section-routers .router-item-environment .accent-green:before {
		bottom: -13px;
		left: -3px;
	}
}

.section-routers .accent-green:before {
	width: 238px;
	height: 72px;
	background-size: 238px 72px;
}

@media only screen and (max-width: 1068px) {
	.section-routers .accent-green:before {
		width: 200px;
		height: 62px;
		background-size: 200px 62px;
	}
}

@media only screen and (max-width: 734px) {
	.section-routers .accent-green:before {
		width: 160px;
		height: 54px;
		background-size: 160px 54px;
	}
}

/* BEGIN: chip modal badge fix */
.modal-chip.mx-max .badge, .modal-chip.mx-ultra .badge {
	min-width: 130px;
}
/* END: chip modal badge fix */

/* AI avail messaging */
section.section-apple-intelligence .apple-intelligence-avail {
	margin-top: 0;
	margin-bottom: 40px;
	font-size: 19px;
	line-height: 1.2105263158;
	font-weight: 600;
	letter-spacing: 0.012em;
	color: #86868b;
}

@media only screen and (max-width: 734px) {
	section.section-apple-intelligence .apple-intelligence-avail {
		margin-bottom: 30px;
		font-size: 17px;
		line-height: 1.2353641176;
		font-weight: 600;
		letter-spacing: -0.022em;
	}
}
