/**
 * Block editor only. The button itself is styled by preview.css, which this
 * file depends on.
 */

/* The real button is 24px tall, which is a small target to click. A little
   padding gives the block something to grab without changing how it looks. */
.wp-block-ytsub-subscribe-button {
	padding: 4px 0;
}

/* The stand-in is decoration; clicks belong to the block, not to its parts. */
.wp-block-ytsub-subscribe-button .ytsub-preview {
	pointer-events: none;
	-webkit-user-select: none;
	user-select: none;
}
