/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

@media only screen and (min-width: 735px) {
	.section-connections
		.techspecs-row
		.column.connections-features
		.techspecs-list {
		max-width: 210px;
	}

	.section-chip .copy-group {
		max-width: 340px;
	}

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

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

.no-padding {
	padding-bottom: 0 !important;
}

@media only screen and (min-width: 1069px) {
	.section-chip:not(.no-padding) {
		padding-bottom: 3em;
	}
}

.section-environment.section-environment-alt {
	margin-bottom: 20px;
}

.custom-mt {
	margin-top: -24px;
}

@media only screen and (max-width: 1068px) {
	.custom-mt {
		margin-top: 24px;
	}
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
