.mse-link-list__item > a {
	display: inline-block;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
	transition: color 0.2s ease;
}

.mse-link-list__item > a:hover,
.mse-link-list__item > a:focus {
	text-decoration-thickness: 2px;
}

.mse-link-list__item > .mse-link-list__text {
	display: inline-block;
	color: #000;
	text-decoration: none;
	cursor: default;
}

/* Custom tooltip styles */
.custom-rich-tooltip {
	color: #333;
}

.custom-rich-tooltip p {
	margin: 0 0 8px 0;
}

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

.custom-rich-tooltip ul,
.custom-rich-tooltip ol {
	margin: 8px 0;
	padding-left: 24px;
}

.custom-rich-tooltip li {
	margin: 4px 0;
}

.custom-rich-tooltip blockquote {
	margin: 8px 0;
	padding: 8px 12px;
	border-left: 3px solid #007cba;
	background: #f8f9fa;
	font-style: italic;
}

.custom-rich-tooltip strong,
.custom-rich-tooltip b {
	font-weight: 600;
}

.custom-rich-tooltip em,
.custom-rich-tooltip i {
	font-style: italic;
}

.custom-rich-tooltip a {
	color: #007cba;
	text-decoration: underline;
}

.custom-rich-tooltip a:hover {
	color: #005a87;
}

.custom-tooltip-content {
	display: none;
}
