Hide element blocks to admin users in the front end

I am using Element Conditions to hide a block if the users own the admin or board role. All good.

The problem is that I want to show a container to display “You need access” and when adding the condition show if the role is not admin or board it partially works.

The page works as expected if I’m not an admin, but if I am, I see both blocks. Very distracting. Is there a way to hide the block from admins also?

The goal is to show a global element when the element condition fails.

Thanks

I updated the content to display the role in the message and I find out that the role’s content is not being displayed. I’m using {mb_user_role}. am I doing something wrong?