.sticker {
	position: absolute;
	user-select: none;
	border: 1px solid currentColor;
	border-radius: 12px;
	white-space: nowrap;
	background-color: white;
	font-size: 18px;
	padding: 0 6px;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
	text-decoration: none;

	pointer-events: none;
}
