.article-footer--left {
	margin-right: 1em;
	justify-content: flex-start !important;
	flex-wrap: wrap;
	column-gap: 1em;
	row-gap: 0.5em;

	width: min(620px, 100%);
}

@media (max-width: 620px) {
	.article-footer--left {
		margin-right: 0;
	}
}

.article-footer--left > .project-category-link {
	margin-right: 0;
}