.diff-matched {
	background-color: #bbf7d0;
	border-radius: 2px;
}

.diff-unmatched {
	background-color: #fecaca;
	border-radius: 2px;
	text-decoration: wavy underline #ef4444;
	text-underline-offset: 2px;
}

.diff-added {
	background-color: #bfdbfe;
	border-radius: 2px;
}
