.eld-depth-shadow {
	position: absolute;
	z-index: 2;
	pointer-events: none;
	border-radius: 50%;
	background: radial-gradient(
		ellipse at center,
		rgba(25, 16, 10, 0.4) 0%,
		rgba(25, 16, 10, 0.16) 46%,
		rgba(25, 16, 10, 0) 74%
	);
	filter: blur(16px);
	opacity: 0.8;
}

.pswp--zoomed-in .eld-depth-shadow {
	display: none;
}

.eld-depth-debug {
	position: fixed;
	left: 12px;
	bottom: 12px;
	z-index: 100000;
	margin: 0;
	padding: 8px 10px;
	font: 11px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace;
	color: #f6efe8;
	background: rgba(20, 12, 10, 0.72);
	border-radius: 6px;
	pointer-events: none;
}
