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

/* Ensure the dotted connector is always visible in the editor canvas. */
.wp-block-wuppi-price-list .wuppi-price-list__dots {
	display: block;
}
