Remove outline on embedded Size Chart - Dawn Theme

Hey, I would like to remove the outline which is around my size chart. Does anyone know how to code this?
Thanks in advance

brokenmind.com PW: TESTX

Hi @drew23

please add this css code after 'component-rte.css ’

.product__accordion .accordion__content.rte img {
 border: unset;
}