[data-role=lightbox-source] { > * { cursor: pointer; } }

dialog.lightbox {
	height: 100dvh; width: 100dvw; background-color: black;
	
	&::backdrop { background-color: black }

	button.close-btn { position: absolute; top: 2vw; right: 2vw; z-index: 99; padding: 0; border: none; color: white; font-size: 2em; background-color: transparent; cursor: pointer;}

	button.close-btn:focus{ outline: none; }
	button.close-btn::before { content:"×"; }
}