/* Diffreng — Lexikon-Link Mouseover-Vorschau: Styles */

a.diffreng-lexikon-autolink {
	text-decoration: underline;
	text-decoration-style: dotted;
	text-decoration-thickness: 1px;
	text-decoration-color: currentColor;
	text-underline-offset: 2px;
	cursor: help;
}

.diffreng-lexikon-tooltip {
	display: none;
	position: absolute;
	z-index: 99999;
	max-width: 320px;
	padding: 10px 14px;
	background: #3A1E16;
	color: #FDFAF8;
	font-family: inherit;
	font-size: 0.85rem;
	line-height: 1.5;
	border-radius: 10px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
	pointer-events: none;
}
