.uth-gen-snippet {
	font-family: Arial, Helvetica, sans-serif;
	max-width: 600px;
}

.uth-gen-snippet__url {
	color: #202124;
	font-size: 0.82rem;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.uth-gen-snippet__title {
	color: #1a0dab;
	font-size: 1.2rem;
	line-height: 1.3;
	font-weight: normal;
	cursor: pointer;
	margin: 4px 0 2px;
}

.uth-gen-snippet__title:hover {
	text-decoration: underline;
}

.uth-gen-snippet__description {
	color: #4d5156;
	font-size: 0.86rem;
	line-height: 1.5;
	margin: 0;
	word-break: break-word;
}