The <div/> rendered inside of calcite-radio-button has a class of "container". This is a very common class name in many apps and may cause conflicting style declarations. This is the case in ArcGIS Monitor.
Can we change the class name to something more specific: "calcite-radio-button-container"?

Updated by @jcfranco: This should namespace classes used by all scoped components:
calcite-inline-editablecalcite-inputcalcite-labelcalcite-radio-button_Version_: @esri/[email protected]
@eriklharper more reason to make all of our components shadowed :D
I'm surprised Stencil's scoped feature doesn't BEM-ify or randomize that class name. We can totally remove that classname and just target the div directly in the CSS as a fast fix.
This issue should tackle namespacing CSS classes used by all scoped components. Fortunately, there's only 4 at the moment. I've updated the description.
We'll tackle moving these to shadow DOM in a separate issue.
Maybe we can shadowDom them next sprint?
Most helpful comment
@eriklharper more reason to make all of our components shadowed :D