.ic-87164101-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	user-select: none;
	display: flex;
}

.ic-87164101-img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	max-width: 100%;
}

.ic-87164101-before-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

.ic-87164101-before-wrapper .ic-87164101-img-before {
	width: auto;
	max-width: none;
	height: 100%;
}

.ic-87164101-label {
	position: absolute;
	top: 20px;
	padding: 5px 15px;
	border-radius: 3px;
	font-size: 14px;
	z-index: 2;
	pointer-events: none;
}

.ic-87164101-label-before {
	left: 20px;
}

.ic-87164101-label-after {
	right: 20px;
}

.ic-87164101-handle {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 40px;
	margin-left: -20px;
	z-index: 3;
	cursor: ew-resize;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ic-87164101-handle-line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 4px;
	margin-left: -2px;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.ic-87164101-handle-circle {
	position: relative;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
}

.ic-87164101-handle-circle svg {
	width: 16px;
	height: 16px;
	stroke: currentColor;
}
