.protected-content {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-drag: none;
	border: none;
	background: transparent;
}

.protected-content::selection {
	background: transparent;
}

.protected-content img {
	pointer-events: none;
	-webkit-user-drag: none;
}

.protected-content-canvas {
	display: flex;
	border: none;
	background-color: transparent;
}