/* Lucide (SVG) sizing — icons injected by lucide.createIcons() */
svg.lucide,
.lucide-icon svg.lucide {
	width: 1em;
	height: 1em;
	vertical-align: -0.125em;
}

.lucide-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.lucide-spin svg.lucide,
svg.lucide.lucide-spin {
	animation: lucide-spin 0.85s linear infinite;
	transform-origin: center;
}

@keyframes lucide-spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.lucide-lg svg.lucide {
	width: 1.25em;
	height: 1.25em;
}

.lucide-2x svg.lucide {
	width: 2em;
	height: 2em;
}

.lucide-3x svg.lucide {
	width: 3em;
	height: 3em;
}

.lucide-fw {
	width: 1.25em;
	text-align: center;
}
