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

.ve-ui-mwTemplatePage-description {
	color: #54595d;
	overflow-wrap: break-word;

	&-extra,
	&-missing {
		font-style: italic;
	}
}
