.soleil-term {
	border-bottom: 1px dotted currentColor;
	cursor: help;
	text-decoration: none;
	text-underline-offset: 0.18em;
}

.soleil-term::after {
	content: "※";
	display: inline-block;
	font-size: 0.72em;
	font-weight: 600;
	line-height: 1;
	margin-left: 0.12em;
	position: relative;
	top: -0.18em;
}

.soleil-glossary-pro-popup {
	background: #fff;
	border: 1px solid #d7dce2;
	border-radius: 6px;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
	box-sizing: border-box;
	color: #1f2933;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 14px;
	line-height: 1.65;
	max-width: min(320px, calc(100vw - 32px));
	opacity: 0;
	padding: 12px 14px;
	pointer-events: none;
	position: absolute;
	visibility: hidden;
	width: max-content;
	z-index: 9999;
}

.soleil-glossary-pro-popup.is-active {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.soleil-glossary-pro-popup__title {
	color: #111827;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
	margin: 0 0 4px;
	overflow-wrap: anywhere;
}

.soleil-glossary-pro-popup__description {
	color: #374151;
	display: block;
	font-size: 13px;
	line-height: 1.65;
	margin: 0;
	overflow-wrap: anywhere;
}
