I would like to remove the border, padding, button, etc. Basically I just want to display the regular and sale price.
I am struggling to fix this, since it seems the styling code is affecting element.style and I don’t know how to select that with standard css overrides.
those elements have inline styles ie. there is a style=" attribute in its HTML, thats what you see as the element.style.
You can use CSS to override them but you need to use !important like so: