/* Local Nav XS Spacing */

@media only screen and (min-width: 380px) {
	br.x-small {
		display: none;
	}
}

@media only screen and (max-width: 833px) {
	#ac-localnav.ac-localnav-stacked .ac-ln-title-subhead,
	#ac-localnav.ac-localnav-stacked .ac-ln-title-comingsoon {
		top: -3px;
	}
}

/* .section-techspecs .section-storage */
@media only screen and (max-width: 1068px) {
	.section-techspecs .section-storage .techspecs-rowheader {
		font-size: 20px;
	}
}
@media only screen and (max-width: 734px) {
	.section-techspecs .section-storage .techspecs-rowheader {
		font-size: 21px;
	}
}

/* section-chip techspec list items line break adjust in Small  */
br.width430 {
	display: none;
}
@media only screen and (max-width: 430px) {
	br.width430 {
		display: block;
	}
}
br.width349 {
	display: none;
}
@media only screen and (max-width: 349px) {
	br.width349 {
		display: block;
	}
}

/* section-environment space between columns fix */
@media only screen and (max-width: 1068px) {
	[dir="ltr"] .section-environment .padded {
		padding-right: 10px;
	}
}
@media only screen and (max-width: 734px) {
	[dir="ltr"] .section-environment .padded {
		padding-right: 5px;
	}
}

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

@media only screen and (max-width: 734px) {
	.section-chip .copy-group .techspecs-list li {
		margin-right: 5px;
	}
}
