.gsc-product-spec-table-wrap {
	margin-block: 1.25em 2em;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.gsc-product-spec-table {
	width: 100%;
	max-width: 100%;
	margin: 0;
	border-collapse: collapse;
	background: #fff;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.35;
	table-layout: fixed;
}

.gsc-product-spec-table th,
.gsc-product-spec-table td {
	padding: 10px;
	border: 1px solid #ddd;
	vertical-align: middle;
	text-align: left;
	white-space: normal;
	overflow-wrap: break-word;
}

.gsc-product-spec-table thead th {
	background: #f6f7f8;
	font-weight: 600;
}

.gsc-product-spec-table tbody th[scope="row"] {
	width: 25%;
	font-weight: 600;
}

@media (max-width: 689px) {
	.gsc-product-spec-table-wrap--wide .gsc-product-spec-table {
		min-width: 640px;
	}
}
