@charset "UTF-8";

.editor .solutionCard.non-template a:not([class]) { background-size:0 1px }
.editor .solutionCard.non-template a:not([class]):where(:-webkit-any-link,:enabled,summary):hover,
.editor .solutionCard.non-template a:not([class]):where(:any-link,:enabled,summary):hover {
	background-size: 100% 1px;
}