/* "Toote info" tabel (Võimsus, Pinge, jne) — tehtud kaheveeruliseks,
   et pikk ühe-tulbaline nimekiri ei sunniks lehte pikalt kerima. */
.jet-single-content .product > table {
	display: block;
	column-count: 2;
	column-gap: 32px;
	width: 100%;
}

.jet-single-content .product > table tbody {
	display: block;
}

.jet-single-content .product > table tr {
	display: table;
	width: 100%;
	table-layout: fixed;
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	margin-bottom: 4px;
	border-bottom: 1px solid #f0f0f0;
}

.jet-single-content .product > table td {
	padding: 6px 4px;
	vertical-align: top;
}

.jet-single-content .product > table td:first-child {
	width: 45%;
}

@media (max-width: 767px) {
	.jet-single-content .product > table {
		column-count: 1;
	}
}
