.lda-post-count {
	display: block;
	transition:
		color 0.2s ease,
		background-color 0.2s ease,
		border-color 0.2s ease,
		border-radius 0.2s ease,
		box-shadow 0.2s ease,
		opacity 0.2s ease;
}