.container {
	width: 1.5em;
	height: 1.5em;

	cursor: pointer;
}

/* Hide container when cast launcher is not visible */
.container:has(google-cast-launcher[style*="display: none"]),
.container:has(google-cast-launcher[hidden]),
.container:has(google-cast-launcher[style*="visibility: hidden"]) {
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}