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

/* 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) {
	.section-environment
		.techspecs-rowheader.environment-header.headline-wrapper
		.headline {
		max-width: 190px;
	}
}
@media only screen and (max-width: 734px) {
	.section-chip .copy-group .techspecs-list li {
		margin-right: 5px;
	}
}

@media only screen and (max-width: 435px) {
	.extra-line-xs {
		margin-bottom: 32px;
	}
}
