.data-source {
	white-space: nowrap;
}

	.data-source:not(:last-child):after {
		content: ", ";
	}

	.data-source.inactive {
		opacity: 0.5;
	}
