:is(main, #main) a[target="_blank"]:is(:not(:has(img)),.popout)::after {
	--a11y-popout-icon: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M8.5 4.5H1L1 20.5H17V13M9.5 12L20 1.5M20 1.5V9M20 1.5H12.5'/%3E%3C/svg%3E");
	content: "";
	display: inline-block;
	width: .75em;
	height: .75em;
	margin-left: 5px;
	-webkit-mask-image: var(--a11y-popout-icon);
	mask-image: var(--a11y-popout-icon);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-color: currentColor;
}

#menu a[target="_blank"]::after {
	display: none !important;
}
