/* WPC Chłodnice – dane w porównywarce Ignavo */

/* Nowe pola mają być widoczne również wtedy, gdy użytkownik ma stary cookie pól. */
.klbcp_table tr.product-wpc_code,
.klbcp_table tr.product-wpc_competitor,
.klbcp_table tr.product-wpc_product_size,
.klbcp_table tr.product-wpc_core_size,
.klbcp_table tr.product-wpc_connections,
.klbcp_table tr.product-wpc_materials,
.klbcp_table tr.product-wpc_power,
.klbcp_table tr.product-wpc_years,
.klbcp_table tr.product-wpc_oe,
.klbcp_table tr.product-wpc_fitments {
	display: table-row !important;
}

.klbcp_table .wpc-compare-value {
	display: inline-block;
	line-height: 1.45;
	word-break: break-word;
}

.klbcp_table .wpc-compare-code {
	font-weight: 700;
	letter-spacing: 0.01em;
}

.klbcp_table .wpc-compare-lines {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
	line-height: 1.4;
}

.klbcp_table .wpc-compare-lines strong {
	font-weight: 600;
}

.klbcp_table .wpc-compare-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
}

.klbcp_table .wpc-compare-tags > span {
	display: inline-flex;
	align-items: center;
	min-height: 1.65rem;
	padding: 0.18rem 0.45rem;
	border: 1px solid rgba(100, 116, 139, 0.22);
	border-radius: 0.3rem;
	background: rgba(148, 163, 184, 0.09);
	font-size: 0.78rem;
	line-height: 1.2;
	word-break: break-word;
}

.klbcp_table .wpc-compare-fitments {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	line-height: 1.4;
}

.klbcp_table .wpc-compare-brands {
	font-weight: 600;
}

.klbcp_table .wpc-compare-count {
	font-size: 0.82rem;
	opacity: 0.72;
}

.klbcp_table .wpc-compare-details {
	margin-top: 0.2rem;
}

.klbcp_table .wpc-compare-details summary {
	cursor: pointer;
	font-size: 0.82rem;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.klbcp_table .wpc-compare-details ul {
	max-height: 15rem;
	overflow: auto;
	margin: 0.55rem 0 0;
	padding-left: 1.1rem;
	font-size: 0.78rem;
	line-height: 1.45;
}

.klbcp_table .wpc-compare-details li + li {
	margin-top: 0.35rem;
}

.klbcp_table .wpc-compare-details-tags .wpc-compare-tags {
	margin-top: 0.55rem;
	max-height: 10rem;
	overflow: auto;
}

.klbcp_table .wpc-compare-more {
	font-style: italic;
	opacity: 0.75;
}

@media (max-width: 767px) {
	.klbcp_table td.td-label {
		width: 8.5rem;
	}

	.klbcp_table td:not(.td-label) {
		width: 15.5rem;
	}
}
