/* Local Overrides */
@media only screen and (max-width: 425px) {
	.section-chip .copy-group {
		max-width: 178px;
	}
}

@media only screen and (min-width: 426px) and (max-width: 546px) {
	.section-chip .copy-group {
		max-width: 242px;
	}
}

@media only screen and (min-width: 547px) and (max-width: 1068px) {
	.section-chip .copy-group {
		max-width: 300px;
	}
}

@media only screen and (min-width: 1069px) {
	.section-chip .copy-group {
		max-width: 320px;
	}
}

@media only screen and (max-width: 734px) {
	.section-environment
		.techspecs-rowheader.environment-header.headline-wrapper
		.headline {
		max-width: 190px;
	}
}

/* In the box section */

@media (max-width: 1068px) and (max-width: 1068px) {
	.section-in-the-box .specs-in-the-box {
		margin-left: 30px;
	}
}

/* iPhone Mirroring chiclet alignment */

@media (min-width: 735px) and (max-width: 1068px) {
	.techspecs-appgrid .techspecs-appgrid-app:nth-of-type(11) {
		transform: translatey(7px);
	}
}

@media (max-width: 441px) {
	.techspecs-appgrid .techspecs-appgrid-app:nth-of-type(11) {
		transform: translatey(7px);
	}
}
