emotion style priority issue help me

[[enter image description here](https://i.sstatic.net/MBvjZmpB.png)](https://i.sstatic.net/15xfNv3L.png)

After creating a component and ordering the npm package by specifying the emotion style like this

When using that component in another project, the css attribute is used to specify the style, but if you want to overwrite the same style attribute, it is pushed out of style priority and does not apply.

Isn’t it a priority to apply the style with in-line properties?

And if you try to overwrite the style using the css attribute in another project, the number of classes increases by one more to two

When you open dev in the repo that made the npm package and take the same action, the style is applied and there is 1 class.