<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">Am 05.12.20 um 00:21 schrieb Axel
      Grude:<br>
    </div>
    <blockquote type="cite"
      cite="mid:d6f2ac84-9b82-458f-1cda-4de992139311@gmail.com">
      <div id="smartTemplate4-template">
        <div id="agGmail">
          <p>I bet this has been suggested already (or may be a silly
            suggestion) but what about adding unique parent containers
            (div) and re-scoping all rules with parent selectors?
            (Obviously not gonna work with body rules but could it work
            with everything else?)</p>
        </div>
      </div>
    </blockquote>
    <p><br>
    </p>
    <p>It requires that you parse all CSS. And it doesn't help with
      things like `position: absolute`. CSS is just to powerful to
      sanitize properly.<br>
    </p>
  </body>
</html>