/* Full-width calculator page: the legacy sidebar remains on every other page. */
.tkd-power-calculator-page .tkd-layout-cell.tkd-sidebar1 {
	display: none !important;
}

.tkd-power-calculator-page .tkd-layout-cell.tkd-content,
.tkd-power-calculator-page .tkd-content-layout-row {
	display: block !important;
	width: 100% !important;
}

.tkd-power-calculator-page .tkd-postcontent {
	overflow: visible !important;
}

/*
 * The legacy TKD theme inserts an absolute, 40000px-wide link over the whole
 * article. On a normal teaser it makes the card clickable, but on the
 * calculator it intercepts every control click and sends visitors home.
 */
.tkd-power-calculator-page .tkd-power-calculator a[style*="width:40000px"] {
	display: none !important;
	pointer-events: none !important;
}

.tkd-power-calculator-page .tkd-power-calculator {
	width: 100% !important;
	max-width: 1180px !important;
}
