/*
 * Cinnamon Snail enhancements: Fizzy board "Web Bev".
 * Loaded by inc/cinnamon-enhancements.php, which also sets --cs-icon-check.
 */

/* Card 12: custom check icon in place of the ✅ emoji. */
.cs-check {
	display: inline-block;
	width: auto;
	height: 1.4em;
	aspect-ratio: 405 / 304;   /* the artwork's own proportions, so it never squashes */
	margin-right: .25em;
	vertical-align: -.42em;
	background: var(--cs-icon-check) center / contain no-repeat;
}
