.sc-tag-cloud {
	margin-bottom: 0;
}

.sc-tag-cloud .sc-tag-link {
	text-decoration: underline;
	transition: text-decoration 0.3s ease;
	color: inherit;
	border-radius: 40px;
}

.sc-tag-cloud .sc-tag-link:hover {
	text-decoration: none;
}