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

.ve-ui-mwCategoryInputWidget {
	width: 15em;
	margin-bottom: 0.5em;
	display: inline-block;

	input {
		line-height: 1.35em;
	}

	.ve-ui-mwCategoryWidget.oo-ui-draggableGroupElement-dragging & {
		opacity: 0.5;
	}
}
