.tag {
	background: $primary-color;
	padding: 0 $unit-1;
	border-radius: 2px;
	color: white;
	margin-right: $unit-1;

	&:last-child {
		margin-right: 0;
	}
}

.tag-light {
	background: rgba(255, 255, 255, .2);
}
