Hi, i’m running into the same issue. I’ve found the problem, which is that there is some CSS in one of the plugin files which has border-radius set to 0px with an “!important” tag. Any css that we’ve written in our custom CSS files for the border-radius is being overwritten by this. Only other way would be to edit the plugin files CSS, but that means we would have to make that change with every update the plugin has. Is there another way to edit the CSS which would work?