If you add two buttons inside the same container, the hover style of the 2nd button will be applied to both, no matter what you set as hover for the 1st button.
This because both will be assigned a class like: .block-cfze1vrvzvh.btn
Thanks for fixing it and make sure each element can be targeted individually.