.footer-content :has([i18nkey="footer.poweredBy.label"]),
.footer-content li:has([i18nkey="footer.copyright.label"]){
display: none;
}
// Global style. Adds the arrow to any link that opens in new tab.
a[target="_blank"]::after {
  display: inline-block;
  inline-size: 1em;
  aspect-ratio: 1 / 1;
  margin-inline-start: 0.2em;
  background-color: currentColor;
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="m256-240-56-56 384-384H240v-80h480v480h-80v-344L256-240Z"/></svg>');
  mask-repeat: no-repeat;
  mask-size: contain;
  opacity: 0.5;
  content: "" / "; Opens in new tab";
}