/* ===========================================================================
   CELEBRATIONS — Sold/adopted/reunited overlay & fireworks canvas
   Petz.gr

   No !important needed — these classes are petz-exclusive (not in Modesy)
   =========================================================================== */

/* ── Sold / Reunited overlay ─────────────────────────────── */

.sold-celebration-overlay {
	background: linear-gradient(to bottom, #eff8ff, #fff);
	border: 1px solid #b3e5fc;
	border-radius: 12px;
	padding: 24px 16px;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 16px;
	animation: celebrateIn 0.6s ease-out;
}

.sold-celebration-content {
	position: relative;
	z-index: 2;
}

.sold-confetti-icon {
	margin-bottom: 12px;
	animation: bounce-celebrate 1s ease-in-out infinite;
}

.sold-confetti-icon svg {
	filter: drop-shadow(0 4px 8px rgba(231, 76, 60, 0.3));
	animation: celebratePulse 2s ease-in-out infinite;
}

.sold-celebration-text {
	font-size: 1.4rem;
	font-weight: 800;
	color: #3498db;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 4px;
}

.sold-celebration-subtext {
	font-size: 0.9rem;
	color: #666;
}

/* ── Fireworks canvas (JS-powered) ───────────────────────── */

.celebration-canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
}
