#ac-localnav .ac-ln-title-subhead,
#ac-localnav .ac-ln-title-comingsoon {
	font-size: 11px;
}

/* line above the footnote */
.section-compare .section-content {
	border-bottom: 1px solid #424245;
}
@media only screen and (max-width: 1068px) {
	.section-compare .section-content {
		width: 95%;
	}
}

/* Section compare */

.section-compare .cta-compare {
	margin-top: 394px;
}

@media only screen and (max-width: 1068px) {
	.section-compare .cta-compare {
		margin-top: 361px;
	}
}
@media only screen and (max-width: 734px) {
	.section-compare .cta-compare {
		margin-top: 256px;
	}
}

.section-compare .specs-compare {
	margin-top: -45px;
}

@media only screen and (max-width: 1068px) {
	.section-compare .specs-compare {
		margin-top: -45px;
	}
}
@media only screen and (max-width: 734px) {
	.section-compare .specs-compare {
		top: 68px;
	}
}
.section-compare {
	--max-height: 570px;
}

@media only screen and (max-width: 1068px) {
	.section-compare {
		--max-height: 515px;
	}
}
@media only screen and (max-width: 734px) {
	.section-compare {
		--max-height: 370px;
	}
}

/* Enviroment Section */

.section-techspecs .callout-techspecs-environment ul {
	list-style: none;
	margin-left: 0;
}

/* Finish */
.techspecs.with-3-columns .section-finish {
    border-top: none;
}

.techspecs.with-3-columns .section-finish .techspecs-column[aria-colspan="3"] {
	width: 100%;
    margin-inline-start: 0;
}

.techspecs .techspecs-section .techspecs-row .techspecs-column[aria-colspan="3"] {
	padding: 0;
}

.techspecs.with-3-columns .section-finish .techspecs-column[aria-colspan="3"] figure {
	display: block;
    width: var(--p-width);
    height: var(--p-height);
    --p-width: 156px;
    --p-height: 64px;
    margin: 36px auto;
}

.techspecs.with-3-columns .section-finish .techspecs-column[aria-colspan="3"] figcaption {
	text-align: center;
}

/* In the Box */
.techspecs.with-3-columns .section-in-the-box div.techspecs-column[aria-colspan="2"] {
    width: 16.5%;
}

@media (max-width: 1068px) {
    .techspecs.with-3-columns .section-in-the-box div.techspecs-column[aria-colspan="2"] {
        width: unset;
    }
}
