<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">span.aiocr-blur,
.aiocr-blur * {
	/* -webkit-filter: blur(10px); */
	color: transparent;
	background: aliceblue;
	/* text-shadow: 0 0 10px #000; */
}

span.aiocr-blur::selection,
.aiocr-blur::selection * {
	-webkit-filter: blur(20px);
	text-shadow: 0 0 20px #000;
}

.aiocr-blur img {
	/* -webkit-filter: blur(10px); */
	/* Safari 6.0 - 9.0 */
	/* filter: blur(15px); */
}</pre></body></html>