.tech-specs-wrapper-9e51ac37 {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	margin-bottom: 0;
	border-radius: 0;
}

.tech-specs-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	min-width: 100%;
	margin-block-end: 0;
}

.tech-specs-title {
	background: #42bdb8;
	color: #0d817d;
	padding: 10px;
}

.tech-specs-table th,
.tech-specs-table td {
	padding: 10px;
	border: 1px solid #ccc;
	text-align: left;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: break-word;
	hyphens: auto;
	vertical-align: top;
}

.tech-specs-table .spec-name {
	background: #d7e2e0;
	color: #009f95;
}

.tech-specs-table .spec-value {
	background: #fff;
	color: #111;
}

@media (max-width: 767px) {
	.tech-specs-wrapper-9e51ac37 {
		overflow-x: visible;
	}

	.tech-specs-table {
		width: 100%;
		table-layout: fixed;
	}

	.tech-specs-table th,
	.tech-specs-table td {
		min-width: 0;
	}

	.tech-specs-table .spec-name {
		min-width: 0;
	}
}
