.scroll-actions-container {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	background: #0a0a2e;
	border: 4px solid #3949ab;
	border-top-color: #7986cb;
	border-left-color: #7986cb;
	border-radius: 0;
	overflow: hidden;
	touch-action: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

.scroll-actions-canvas {
	display: block;
	width: 100%;
	height: auto;
	image-rendering: pixelated;
	image-rendering: crisp-edges;
}
