.lda-post-terms {
	display: block;
}

.lda-post-terms a {
	display: inline-block;
}

.lda-post-terms a {
	color: inherit;
	text-decoration: none;
	transition:
		color 0.2s ease,
		background-color 0.2s ease,
		border-color 0.2s ease,
		opacity 0.2s ease;
}

.lda-post-terms a:hover,
.lda-post-terms a:focus,
.lda-post-terms a:active {
	text-decoration: none;
}