Can't remove background color from behind button text

I’m trying to add a Google tag to a button by using an embed element that is styled the same way as the other buttons on my site. It seems to work great, except when I give my embed element the same class as my buttons, there appears to be a gray box behind the button text that cannot be removed. This isn’t on any of my other buttons and I can’t figure out where it’s pulling this style from. “Text background color” for a button doesn’t even seem to be an option in the designer. I’m assuming this can be targeted using code, but I don’t have the knowledge :frowning:

You can see the two “Apply” buttons I’m referring to at the top of the Auto Loans page:


Here is my site Read-Only: https://preview.webflow.com/preview/spectra-cu?utm_medium=preview_link&utm_source=dashboard&utm_content=spectra-cu&preview=16ef77ab3810c22f94159244e7a6b676&workflow=preview

I had the same issues and you can’t seem to attack the elements styles properly, but you can just using CSS inline in the button code. I just cleared the bg-colour like above.