.soundvisualizer{
	overflow: hidden;
	background: #E30613;

	.acf-innerblocks-container{
		position: relative;
		z-index: 2;
	}

	canvas{
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	#mic-btn{
		vertical-align: middle;
		width: 28px;
		aspect-ratio: 1;
		padding: 0;
		background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="27" height="29" fill="none" viewBox="0 0 27 29"><g stroke="white" stroke-linecap="round" stroke-width="2"><path stroke-linejoin="round" d="M9.5 6.58696C9.5 4.68532 10.625 1.5 14 1.5c3.5217 0 4.5 3.75053 4.5 5.65217v5.75763c0 5.705-3.6086 6.7131-4.3043 9.9017C13.5 26 14.8132 27.5 18.0011 27.5h-7.7928m-.59026-16.0164c0 3.6586.44446 5.2773 2.13196 6.4077 1.4962 1.0023 4.7428.7054 5.9315-1.047"/><path d="M23.5 13.5c0 5.5-4 9-9.5 9s-9.5-3.5-9.5-9"/></g></svg>') center/contain no-repeat;
		border: 0;

		&.active{
			background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="29" height="30" fill="none" viewBox="0 0 29 30"><path stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.5 7.58696C10.5 5.68532 11.625 2.5 15 2.5c3.5217 0 4.5 3.75053 4.5 5.65217v5.75763c0 5.705-3.6086 7.2131-4.3043 9.9017C14.5 26.5 15.8132 28.5 19.0011 28.5h-7.7928m-.5903-16.0164c0 3.6586.4445 5.2773 2.132 6.4077 1.4962 1.0023 4.7428.7054 5.9315-1.047"/><path stroke="white" stroke-linecap="round" stroke-width="2" d="M24.5 14.5c0 5.5-4 9-9.5 9s-9.5-3.5-9.5-9"/><path stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.5 1 1 27.5"/></svg>');
		}
	}
}