.sanomart-product-specs {
	margin: 0;
}

.sanomart-product-specs__table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9375rem;
}

.sanomart-product-specs__table th,
.sanomart-product-specs__table td {
	padding: 0.65rem 0.75rem;
	border-bottom: 1px solid #e8e8e8;
	text-align: left;
	vertical-align: top;
}

.sanomart-product-specs__table th {
	width: 38%;
	font-weight: 600;
	color: #1a1a1a;
	background: #f8f9fa;
}

.sanomart-product-specs__table tr:last-child th,
.sanomart-product-specs__table tr:last-child td {
	border-bottom: 0;
}

@media (max-width: 640px) {
	.sanomart-product-specs__table,
	.sanomart-product-specs__table tbody,
	.sanomart-product-specs__table tr,
	.sanomart-product-specs__table th,
	.sanomart-product-specs__table td {
		display: block;
		width: 100%;
	}

	.sanomart-product-specs__table th {
		border-bottom: 0;
		padding-bottom: 0.25rem;
	}

	.sanomart-product-specs__table td {
		padding-top: 0;
	}
}
