.iw-term-link {
	border-bottom: 1px dotted currentColor;
	cursor: help;
	text-decoration: none;
}

.iw-term-link.iw-term-nolink {
	color: inherit;
}

.iw-tooltip {
	position: absolute;
	z-index: 100000;
	max-width: 320px;
	box-sizing: border-box;
	padding: 10px 14px;
	background: #1e1e1e;
	color: #f5f5f5;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 4px;
	box-shadow: 0 4px 14px rgba( 0, 0, 0, 0.2 );
	opacity: 0;
	visibility: hidden;
	transform: translateY( 4px );
	transition: opacity 0.12s ease, transform 0.12s ease;
	max-height: 260px;
	overflow-y: auto;
}

.iw-tooltip.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY( 0 );
}

.iw-tooltip a {
	color: #8ecbff;
}

.iw-tooltip__read-more {
	display: inline-block;
	margin-top: 6px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.iw-tooltip p:first-child {
	margin-top: 0;
}

.iw-tooltip p:last-child {
	margin-bottom: 0;
}

.iw-glossary-index__quickbar {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid rgba( 0, 0, 0, 0.1 );
}

.iw-glossary-index__quickbar-letter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.8em;
	height: 1.8em;
	text-decoration: none;
	font-weight: 600;
	border-radius: 3px;
}

a.iw-glossary-index__quickbar-letter:hover,
a.iw-glossary-index__quickbar-letter:focus {
	background: rgba( 0, 0, 0, 0.08 );
}

.iw-glossary-index__quickbar-letter.is-disabled {
	opacity: 0.3;
}

.iw-glossary-index__heading {
	scroll-margin-top: 1em;
}

.iw-glossary-index__list {
	margin: 0 0 1.5em;
	padding: 0;
	list-style: none;
}

.iw-glossary-index__list li {
	margin: 0 0 0.4em;
}

.iw-back-link {
	margin-top: 2em;
}
