/**
 * custom-glossary-bits.css
 */

.glossary-term {
	border-bottom: 3px dotted var( --secondary );
	position: relative;
}

.glossary-tooltip p {
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

.glossary-term .wpt-finger {
	font-size: 24pt;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	color: gold;
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
}
