:where(.wp-block-presto-player-popup-trigger) {
	display: grid;
	gap: 1rem;
	cursor: pointer;
}

:where(.presto-popup-image-trigger) {
	position: relative;
	cursor: pointer;
}

:where(.presto-popup-image-trigger)::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 48px;
	height: 48px;
	background-image: url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjcyIiBoZWlnaHQ9IjcyIiB2aWV3Qm94PSIwIDAgNzIgNzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIgcng9IjM2IiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMzIgNDUuMzMyN1YyNi42NjZMNDQgMzUuOTk5M0wzMiA0NS4zMzI3WiIgZmlsbD0iIzExMTgyNyIvPgo8L3N2Zz4K");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
	pointer-events: none;
}

:where(.presto-popup-image-trigger img) {
	display: block;
	width: 100%;
	height: auto;
	filter: brightness(.5);
}