How to style the popup component in v4.28?
In the previous version 4.27, there are a couple of classes to change the styling
.esri-popup__footer
.esri-popup__header
.esri-popup
But these classes are gone? It's not possible to overwrite the popup's styling?

Is there a way to overwrite these? I would like to set display to none
.esri-popup__footer { display: none }
.esri-popup__header { display: none }
Thanks