<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a.cusa-link,
button.cusa-link-style,
.button.cusa-link-style,
button.button.cusa-link-style {
	background: none;
	border: none;
	color: rgba(var(--color-foreground), var(--cusa-body-text-opacity));
	text-decoration: underline;
	text-underline-offset: 0.3rem;
	cursor: pointer;
	padding: 0;
	font-size: 1.6rem;
}

button.cusa-link-style::before,
.button.cusa-link-style::before,
button.button.cusa-link-style::before,
button.cusa-link-style::after,
.button.cusa-link-style::after,
button.button.cusa-link-style::after {
	content: unset;
}

a.cusa-link:hover,
button.cusa-link-style,
.button.cusa-link-style:hover,
button.button.cusa-link-style:hover {
	text-decoration-thickness: 0.2rem;
}
</pre></body></html>