.wc-ic {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.wc-ic img-comparison-slider {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	--divider-width: 2px;
	--divider-color: #ffffff;
	--default-handle-color: #ffffff;
	--default-handle-width: 50px;
	--default-handle-opacity: 1;
}

.wc-ic img-comparison-slider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* LABELS */
.wc-ic-label {
	position: absolute;
	top: 16px;
	padding: 6px 12px;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	pointer-events: none;
	user-select: none;
	line-height: 1.2;
}

.wc-ic-label--before {
	left: 16px;
}

.wc-ic-label--after {
	right: 16px;
}

/* Vertical layout: stack labels top/bottom instead of left/right */
.wc-ic img-comparison-slider[direction="vertical"] .wc-ic-label--before {
	top: 16px;
	left: 50%;
	transform: translateX(-50%);
}

.wc-ic img-comparison-slider[direction="vertical"] .wc-ic-label--after {
	top: auto;
	right: auto;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
}
