/* WC Extras — Product Specs Table (structural layout only; colors,
   typography, borders, and spacing are all generated by Elementor from
   the widget's Style tab controls). */

.wc-extras-specs-table-wrap {
	width: 100%;
}

.wc-extras-specs-table__title {
	margin: 0 0 12px;
	font-weight: 600;
}

.wc-extras-specs-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.wc-extras-specs-table th,
.wc-extras-specs-table td {
	text-align: left;
	vertical-align: top;
	word-break: break-word;
}

.wc-extras-specs-table__label {
	font-weight: 600;
}

.wc-extras-specs-table__placeholder {
	padding: 20px;
	text-align: center;
	color: #888;
	border: 1px dashed #ccc;
	border-radius: 4px;
}

/* Responsive: stack each row into a label-then-value block below 767px. */
@media ( max-width: 767px ) {
	.wc-extras-specs-table--stack-mobile .wc-extras-specs-table,
	.wc-extras-specs-table--stack-mobile .wc-extras-specs-table tbody,
	.wc-extras-specs-table--stack-mobile .wc-extras-specs-table tr,
	.wc-extras-specs-table--stack-mobile .wc-extras-specs-table th,
	.wc-extras-specs-table--stack-mobile .wc-extras-specs-table td {
		display: block;
		width: 100% !important;
	}

	.wc-extras-specs-table--stack-mobile .wc-extras-specs-table__label {
		padding-bottom: 4px !important;
		border-bottom-width: 0 !important;
	}

	.wc-extras-specs-table--stack-mobile tr {
		margin-bottom: 4px;
	}
}
