::content .privacy-policy-container,
::content header > .gh-banner-active:first-child {
display: none;
}
if using shadow DOM, we have to add the ::content pseudo-element
before each selector, in order to match elements within the
insertion point.