.swapmoji {
	box-sizing: content-box;
	display: inline-block;
	flex: 0 0 auto;
	width: 1em;
	height: 1em;
	min-width: 1em;
	min-height: 1em;
	max-width: none;
	max-height: none;
	margin: 0;
	padding: 0;
	vertical-align: -0.125em;
	line-height: 1;
	object-fit: contain;
}

.swapmoji-current-color {
	position: relative;
}

.swapmoji-copy {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
}

.swapmoji-visual {
	position: absolute;
	inset: 0;
	display: block;
	background-color: currentColor;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}
