/**
 * #.# Editor Styles
 *
 * CSS for just Backend enqueued after style.scss
 * which makes it higher in priority.
 */

.edit-post-visual-editor h2.wp-block-editorial-headline.is-style-emphasis-weight {
	font-weight: 100;
}
[data-type="editorial/headline"] {
	.components-toolbar {
		button.components-toolbar__control.has-icon {
			position: relative;
		}
	}
}