/* Lightweight Editor — front-end citation link styling */
a.lwe-cite-link {
	border-bottom: 1px dashed currentColor;
	text-decoration: none;
}
a.lwe-cite-link:hover {
	border-bottom-style: solid;
}
sup.lwe-cite-marker a {
	text-decoration: none;
	font-size: 0.75em;
}
