.section-techspecs .title.accessibility-features {
	margin-bottom: 0.8em;
}

.section-accessibility .techspecs-os-features > li {
	margin-left: 0;
	margin-bottom: 0;
	padding-bottom: 0.4em;
	page-break-inside: avoid;
	break-inside: avoid;
}

/* START - specs format 3 col */
.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;
}
/* END - specs format 3 col */
