How can I permanently style forms in Shopify with CSS?

Hi @pearlerwork

May I suggest code below

/** Shopify Forms Popup ? ? ? **/
section[data-testid="form-container"]{
  box-shadow: none !important;
  border: 0.1rem solid rgba(var(--color-foreground),1) !important;
  border-radius: 0px !important;
}