.g5blog__term-badge {
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #ffffff;
	text-transform: uppercase;
	display: inline-block;
	@include border-radius(3px);
	background-color: rgba(0,0,0,0.3);
	&:hover {
		background-color: var(--g5-color-accent);
		color: var(--g5-color-accent-foreground);
		opacity: 1;
	}
}