You can also try adding !important to the end of the CSS in the role, to try to get it to override the defaults. That sometimes works for me, sometimes not.
e.g.
.anvil-role-label-1{
text-align: center !important;
}
You can also try adding !important to the end of the CSS in the role, to try to get it to override the defaults. That sometimes works for me, sometimes not.
e.g.
.anvil-role-label-1{
text-align: center !important;
}