I want to modify the padding of the item-native class
but the styles are inside swadow-root and when modifying the class:
.item-native{
padding-inline-start: unset;
padding: unset;
}
it is not modified…
I understand that it is a native class of the component, how can I modify it?