.wco-specs,
.wco-accessories,
.wco-highlights,
.wco-summary,
.wco-plate-wrap {
	--wco-accent: #00997a;
	--wco-accent-soft: rgba( 0, 153, 122, .08 );
	--wco-ink: #16211d;
	--wco-muted: #6b7280;
	--wco-line: #e8ebe9;
	--wco-bg: #f7f9f8;
	--wco-radius: 14px;
	font-family: inherit;
	color: var(--wco-ink);
	-webkit-font-smoothing: antialiased;
}

/* ========== Korte samenvatting (naast productafbeelding) ========== */
.wco-summary {
	background: #fff;
	border: 1px solid var(--wco-line);
	border-radius: var(--wco-radius);
	padding: 8px 20px;
	box-shadow: 0 1px 3px rgba( 16, 33, 29, .04 ), 0 8px 24px rgba( 16, 33, 29, .04 );
}
.wco-summary-heading {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: var(--wco-accent);
	padding: 14px 0 6px;
}
.wco-summary-table {
	width: 100%;
	border-collapse: collapse;
}
.wco-summary-table th,
.wco-summary-table td {
	padding: 13px 4px;
	font-size: 15.5px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid var(--wco-line);
	transition: background .15s ease;
}
.wco-summary-table tr:last-child th,
.wco-summary-table tr:last-child td {
	border-bottom: none;
}
.wco-summary-table th {
	font-weight: 500;
	color: var(--wco-muted);
	width: 42%;
}
.wco-summary-table td {
	font-weight: 700;
	color: var(--wco-ink);
	text-align: right;
}
.wco-summary-table tr:hover th,
.wco-summary-table tr:hover td {
	background: var(--wco-accent-soft);
}

/* ========== Kentekenplaat ========== */
.wco-plate-wrap {
	margin: 0 0 20px;
}
.wco-plate {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	filter: drop-shadow( 0 4px 12px rgba( 16, 33, 29, .16 ) );
}

/* ========== Highlights ========== */
.wco-highlights {
	display: grid;
	grid-template-columns: repeat( auto-fit, minmax( 128px, 1fr ) );
	gap: 12px;
	margin: 0 0 26px;
}
.wco-highlight {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	padding: 16px 18px;
	background: #fff;
	border: 1px solid var(--wco-line);
	border-radius: var(--wco-radius);
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.wco-highlight:hover {
	transform: translateY( -2px );
	border-color: transparent;
	box-shadow: 0 10px 28px rgba( 16, 33, 29, .1 );
}
.wco-highlight .wco-icon {
	width: 24px;
	height: 24px;
	color: var(--wco-accent);
	padding: 7px;
	box-sizing: content-box;
	background: var(--wco-accent-soft);
	border-radius: 10px;
}
.wco-hl-label {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: var(--wco-muted);
}
.wco-hl-value {
	font-size: 18px;
	font-weight: 800;
	letter-spacing: -.01em;
}

/* ========== Specificaties ========== */
.wco-specs {
	display: grid;
	gap: 22px 34px;
	margin: 0 0 26px;
}
.wco-specs.wco-cols-2 {
	grid-template-columns: repeat( 2, 1fr );
}
.wco-spec-group {
	background: #fff;
	border: 1px solid var(--wco-line);
	border-radius: var(--wco-radius);
	padding: 4px 20px 8px;
}
.wco-spec-title {
	margin: 0;
	padding: 16px 0 10px;
	font-size: 13px;
	font-weight: 700;
	color: var(--wco-accent);
	text-transform: uppercase;
	letter-spacing: .06em;
	border-bottom: 2px solid var(--wco-accent-soft);
}
.wco-spec-table {
	width: 100%;
	border-collapse: collapse;
}
.wco-spec-table th,
.wco-spec-table td {
	text-align: left;
	padding: 11px 0;
	font-size: 15px;
	border-bottom: 1px solid var(--wco-line);
	vertical-align: top;
}
.wco-spec-table tr:last-child th,
.wco-spec-table tr:last-child td {
	border-bottom: none;
}
.wco-spec-table th {
	font-weight: 500;
	color: var(--wco-muted);
	width: 48%;
}
.wco-spec-table td {
	font-weight: 700;
	text-align: right;
}

/* ========== Accessoires ========== */
.wco-accessories {
	margin: 8px 0 26px;
}
.wco-acc-heading {
	margin: 0 0 16px;
	font-size: 19px;
	font-weight: 800;
	letter-spacing: -.01em;
}
.wco-accessories .wco-acc-block {
	margin-bottom: 18px;
	break-inside: avoid;
}
.wco-accessories.wco-cols-2 {
	column-count: 2;
	column-gap: 34px;
}
.wco-accessories.wco-cols-3 {
	column-count: 3;
	column-gap: 26px;
}
.wco-acc-block h5 {
	margin: 0 0 10px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: var(--wco-accent);
}
.wco-acc-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.wco-acc-list li {
	position: relative;
	padding: 6px 0 6px 30px;
	font-size: 15px;
	line-height: 1.4;
}
.wco-acc-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 20px;
	height: 20px;
	background: var(--wco-accent-soft);
	border-radius: 6px;
}
.wco-acc-list li::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 11px;
	width: 8px;
	height: 4px;
	border-left: 2px solid var(--wco-accent);
	border-bottom: 2px solid var(--wco-accent);
	transform: rotate( -45deg );
}

/* ========== Editor hint ========== */
.wco-editor-hint {
	padding: 18px;
	border: 1px dashed #c3c9c6;
	border-radius: var(--wco-radius);
	color: var(--wco-muted);
	font-size: 14px;
	text-align: center;
	background: var(--wco-bg);
}

/* ========== Responsive ========== */
@media ( max-width: 782px ) {
	.wco-specs.wco-cols-2 {
		grid-template-columns: 1fr;
	}
	.wco-accessories.wco-cols-2,
	.wco-accessories.wco-cols-3 {
		column-count: 1;
	}
}
