/*!
 * VisualEditor MediaWiki UserInterface MWCategoryItemWidget styles.
 *
 * @copyright See AUTHORS.txt
 * @license The MIT License (MIT); see LICENSE.txt
 */

.ve-ui-mwCategoryItemWidget {
	margin: 0 0.5em 0.5em 0;
	padding: 0;

	/* stylelint-disable-next-line selector-class-pattern */
	.oo-ui-labelElement-label.new {
		color: #d73333;
	}
}
