.single-product.postid-11416 .tc-product-technical-info,
.single-product.postid-11416 .tc-detail-guide,
.single-product.postid-11416 .tc-product-evidence {
	display: none !important;
}

.tc-11416-technical {
	width: min(1240px, calc(100% - 36px));
	margin: 38px auto 18px;
	padding: 32px 0;
	border-top: 1px solid #dbe4df;
	border-bottom: 1px solid #dbe4df;
	color: #17243a;
}

.tc-11416-technical__heading {
	max-width: 820px;
	margin-bottom: 24px;
}

.tc-11416-technical__heading > span {
	display: block;
	margin-bottom: 6px;
	color: #15803d;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.tc-11416-technical h2 {
	margin: 0 0 10px;
	color: #132238;
	font-size: clamp(26px, 3vw, 36px);
	line-height: 1.12;
	letter-spacing: 0;
}

.tc-11416-technical__heading p,
.tc-11416-technical__details p {
	margin: 0;
	color: #52606b;
	font-size: 15px;
	line-height: 1.65;
}

.tc-11416-technical__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
	gap: 36px;
	align-items: start;
}

.tc-11416-specs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	border-top: 1px solid #dbe4df;
}

.tc-11416-specs > div {
	display: grid;
	grid-template-columns: minmax(130px, .9fr) minmax(0, 1.1fr);
	gap: 12px;
	padding: 13px 14px;
	border-right: 1px solid #dbe4df;
	border-bottom: 1px solid #dbe4df;
}

.tc-11416-specs > div:nth-child(odd) {
	border-left: 1px solid #dbe4df;
}

.tc-11416-specs dt,
.tc-11416-specs dd {
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
}

.tc-11416-specs dt {
	color: #68757d;
	font-weight: 700;
}

.tc-11416-specs dd {
	color: #132238;
	font-weight: 800;
	overflow-wrap: anywhere;
}

.tc-11416-specs__reference {
	font-size: 12px !important;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.tc-11416-technical__details h3 {
	margin: 0 0 10px;
	color: #132238;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 0;
}

.tc-11416-technical__details h3:not(:first-child) {
	margin-top: 24px;
}

.tc-11416-technical__details table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

.tc-11416-technical__details th,
.tc-11416-technical__details td {
	padding: 10px 12px;
	border: 1px solid #dbe4df;
	font-size: 13px;
	text-align: left;
}

.tc-11416-technical__details th {
	background: #f3f7f4;
	color: #52606b;
	font-weight: 800;
}

.tc-11416-technical__notice {
	margin-top: 16px !important;
	padding-left: 14px;
	border-left: 3px solid #62cc3d;
}

@media (max-width: 900px) {
	.tc-11416-technical__layout {
		grid-template-columns: 1fr;
		gap: 28px;
	}
}

@media (max-width: 640px) {
	.tc-11416-technical {
		width: calc(100% - 28px);
		margin-top: 28px;
		padding-block: 26px;
	}

	.tc-11416-specs {
		grid-template-columns: 1fr;
	}

	.tc-11416-specs > div,
	.tc-11416-specs > div:nth-child(odd) {
		grid-template-columns: minmax(120px, .9fr) minmax(0, 1.1fr);
		border-right: 1px solid #dbe4df;
		border-left: 1px solid #dbe4df;
	}
}
