/*!
 * VisualEditor MediaWiki UserInterface MWCategoryItemWidget styles.
 *
 * @copyright 2011-2020 VisualEditor Team and others; 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 */
.ve-ui-mwCategoryItemWidget .oo-ui-labelElement-label.new {
	color: #d33;
}
