/* Image Comparison Slider – 7831b7bb */

.ics-7831b7bb-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	user-select: none;
	-webkit-user-select: none;
	cursor: ew-resize;
	line-height: 0;
}

.ics-7831b7bb-wrapper.ics-7831b7bb-vertical {
	cursor: ns-resize;
}

.ics-7831b7bb-img {
	display: block;
	width: 100%;
	height: auto;
	pointer-events: none;
}

/* After container – sits behind */
.ics-7831b7bb-after-container {
	position: relative;
	width: 100%;
	line-height: 0;
}

/* Before container – clips over the after */
.ics-7831b7bb-before-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	line-height: 0;
}

.ics-7831b7bb-before-container .ics-7831b7bb-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Vertical mode: before clips from top */
.ics-7831b7bb-vertical .ics-7831b7bb-before-container {
	width: 100%;
}

/* Overlays */
.ics-7831b7bb-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.ics-7831b7bb-wrapper:hover .ics-7831b7bb-overlay {
	opacity: 1;
}

/* Labels */
.ics-7831b7bb-label {
	position: absolute;
	bottom: 16px;
	z-index: 5;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	pointer-events: none;
	white-space: nowrap;
}

/* Horizontal labels */
.ics-7831b7bb-horizontal .ics-7831b7bb-label-before {
	left: 16px;
}

.ics-7831b7bb-horizontal .ics-7831b7bb-label-after {
	right: 16px;
}

/* Vertical labels */
.ics-7831b7bb-vertical .ics-7831b7bb-label-before {
	top: 16px;
	bottom: auto;
	left: 50%;
	transform: translateX(-50%);
}

.ics-7831b7bb-vertical .ics-7831b7bb-label-after {
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
}

/* Handle */
.ics-7831b7bb-handle {
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 10;
	pointer-events: none;
}

.ics-7831b7bb-vertical .ics-7831b7bb-handle {
	top: 50%;
	left: 0;
	width: 100%;
	height: 0;
	flex-direction: row;
}

.ics-7831b7bb-handle-line {
	flex: 1;
	width: 3px;
	background-color: #ffffff;
	box-shadow: 0 0 4px rgba(0,0,0,0.4);
}

.ics-7831b7bb-vertical .ics-7831b7bb-handle-line {
	width: auto;
	height: 3px;
	flex: 1;
}

.ics-7831b7bb-handle-circle {
	width: 44px;
	height: 44px;
	border: 3px solid #ffffff;
	border-radius: 50%;
	background: rgba(0,0,0,0.35);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	box-shadow: 0 0 6px rgba(0,0,0,0.4);
	flex-shrink: 0;
}

.ics-7831b7bb-handle-arrow {
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2.5px solid #ffffff;
	border-right: 2.5px solid #ffffff;
}

.ics-7831b7bb-arrow-left {
	transform: rotate(-135deg);
}

.ics-7831b7bb-arrow-right {
	transform: rotate(45deg);
}

.ics-7831b7bb-vertical .ics-7831b7bb-arrow-left {
	transform: rotate(-45deg);
}

.ics-7831b7bb-vertical .ics-7831b7bb-arrow-right {
	transform: rotate(135deg);
}
