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

/* Keep the toggle switch visible but non-interactive in the editor canvas. */
.wp-block-wuppi-pricing-table .wuppi-pricing-table__toggle {
	pointer-events: none;
	opacity: 0.65;
}

/* URLInput takes full width in the sidebar panel. */
.wp-block-editor-url-input {
	width: 100%;
}

/* Ensure ribbon badge is visible in editor even with editor chrome. */
.wp-block-wuppi-pricing-table .wuppi-pricing-table__badge {
	pointer-events: none;
}
