/* Scoped styles for pic2-before-after */

.pic2-outer-container-72f56fa1 {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
	user-select: none;
	-webkit-user-select: none;
}

.pic2-inner-container-72f56fa1 {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
}

/* Base sizing image */
.pic2-image-base-72f56fa1 {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	pointer-events: none;
}

/* Absolute overlays & label-clipping layers */
.pic2-after-overlay-72f56fa1,
.pic2-label-before-clipping-72f56fa1 {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

/* Clipping calculations */
.pic2-after-overlay-72f56fa1 {
	clip-path: inset(0 0 0 var(--pic2-position, 50%));
}

.pic2-label-before-clipping-72f56fa1 {
	clip-path: inset(0 calc(100% - var(--pic2-position, 50%)) 0 0);
	z-index: 2;
}

.pic2-image-after-72f56fa1 {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}

/* Label structures */
.pic2-label-before-72f56fa1 {
	position: absolute;
	left: var(--labels_edge_h_distance, 15px);
	pointer-events: none;
}

.pic2-label-after-72f56fa1 {
	position: absolute;
	right: var(--labels_edge_h_distance, 15px);
	pointer-events: none;
	z-index: 2;
}

.pic2-label-top-72f56fa1 {
	top: 15px;
}

.pic2-label-bottom-72f56fa1 {
	bottom: 15px;
}

.pic2-label-inner-72f56fa1 {
	display: inline-block;
	font-family: inherit;
	font-size: 13px;
	font-weight: 500;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 6px 12px;
	border-radius: 4px;
	white-space: nowrap;
}

/* Interaction elements */
.pic2-interaction-overlay-72f56fa1 {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 10;
}

.pic2-line-72f56fa1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: var(--pic2-position, 50%);
	width: 2px;
	background-color: #ffffff;
	transform: translateX(-50%);
	pointer-events: none;
}

.pic2-hit-area-72f56fa1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: var(--pic2-handle-position, 50%);
	width: 60px;
	transform: translateX(-50%);
	cursor: ew-resize;
	pointer-events: auto;
	touch-action: none; /* Permanently block scrolling actions within the active interactive region */
}

.pic2-handle-72f56fa1 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 48px;
	height: 48px;
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	border-radius: 50%;
	box-shadow: 0 2px 6px rgba(0,0,0,0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s ease, scale 0.2s ease;
	pointer-events: none;
}

.pic2-arrow-72f56fa1 {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	pointer-events: none;
}

.pic2-arrow-left-72f56fa1 {
	border-width: 6px 6px 6px 0;
	border-right-color: #333333;
	margin-right: 3px;
}

.pic2-arrow-right-72f56fa1 {
	border-width: 6px 0 6px 6px;
	border-left-color: #333333;
	margin-left: 3px;
}

/* Incomplete / Placeholder styling */
.pic2-editor-placeholder-72f56fa1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #f5f5f5;
	border: 1px dashed #cccccc;
	min-height: 250px;
	padding: 20px;
	text-align: center;
}

.pic2-placeholder-icon-72f56fa1 {
	font-size: 40px;
	color: #999999;
	margin-bottom: 10px;
}

.pic2-editor-alert-72f56fa1 {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(0,0,0,0.7);
	color: #fff;
	padding: 6px 12px;
	border-radius: 4px;
	font-size: 11px;
}
