/**
 * Notice block – editor-only styles.
 *
 * @package wuppi-blocks
 */

/* The icon is rendered server-side only; in the editor the type color
   provides enough visual differentiation between notice types. */
.wp-block-wuppi-notice .wuppi-notice__content [data-rich-text-placeholder]::after {
	opacity: 0.5;
}
