.suc-unit {
	cursor: pointer;
	border-bottom: 1px dotted currentColor;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.15s ease;
}

.suc-unit:hover,
.suc-unit:focus {
	border-bottom-style: solid;
	outline: none;
	background-color: rgba(0, 0, 0, 0.06);
}

.suc-unit:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.suc-error {
	color: #c0392b;
	font-style: italic;
}
