/**
 * couponmaster Block Editor Styles
 *
 * @package couponmaster
 * @since 1.0.0
 */

/* Block Editor Preview */
.couponmaster-block-editor {
    padding: 10px;
}

.couponmaster-block-editor .components-placeholder {
    min-height: 100px;
}

/* Block Preview in Editor */
.wp-block-couponmaster-coupon {
    margin: 0;
}

/* Block Icon */
.block-editor-block-icon svg {
    width: 20px;
    height: 20px;
}

