.iv-demobar {
	position: fixed;
	left: 50%;
	bottom: 16px;
	z-index: 2147483000;
	display: flex;
	gap: 8px;
	transform: translateX(-50%);
	font: 600 14px/1 system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.iv-demobar a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 12px 18px;
	border-radius: 999px;
	text-decoration: none;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
}

.iv-demobar__back {
	background: rgba(255, 255, 255, .94);
	color: #222;
}

.iv-demobar__use {
	background: #c0392b;
	color: #fff;
}

.iv-toast {
	position: fixed;
	left: 50%;
	bottom: 80px;
	z-index: 2147483001;
	max-width: 90vw;
	padding: 10px 16px;
	border-radius: 10px;
	background: rgba(20, 20, 20, .88);
	color: #fff;
	font: 500 14px/1.4 system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 10px);
	transition: opacity .25s, transform .25s;
}

.iv-toast.is-show {
	opacity: 1;
	transform: translate(-50%, 0);
}

.iv-editing img.iv-photo {
	cursor: pointer;
}

.iv-editing [data-aos] {
	opacity: 1 !important;
	transform: none !important;
	transition: none !important;
}
