/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/
.compare-modal .device-content {
	width: 266px;
}
.page-overview .section-hero .intro-cta .more {
	display: none;
}
.template-item-default {
	word-wrap: break-word;
}

.page-overview .compare-table .section-pricesticky.--sticky {
	text-align: center;
}

.page-overview .compare-table .section-pricesticky .compare-column-group {
	justify-content: center;
}

@media only screen and (max-width: 734px) {
	.page-overview .compare-table .section-pricesticky .compare-column-group {
		align-items: center;
	}
}

.page-overview .compare-table .section-pricesticky .compare-row:nth-child(2) {
	display: grid;
}
/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
