/**
 * Styles for public-facing elements of NGS Taxonomy plugin.
 */

/* NGST terms block */
.post-full .footer .ngst-terms-block-wrapper {
	margin-bottom: 2em;
}
.post-full .footer .ngst-terms-block {
	background-color: #F2F2F2;
	line-height: 2em;
	padding: 1.25em 1.25em;
}
.ngst-terms-block header {
	display: inline-block;
	float: left;
	margin-right: 1.5em; /* match item links below */
}
.ngst-terms-block .ngst-title::after {
	content: ':';
}
.ngst-terms-block ul {
	display: block;
	margin: 0 0 0 6.5em;
}
.ngst-terms-block li {
	display: inline;
}
.ngst-terms-block li a {
	display: inline-block;
	margin-right: 1.5em;
}
