/* ENCO Chat - loaded by one <link> that bin/setup-7-web.sh adds to Element's index.html.
   Hides the sign-in page footer: "Powered by Matrix" is written into Element's code (AuthFooter.tsx, v1.12.29)
   and no config.json setting removes it; auth_footer_links [] already removes Blog, Mastodon and GitHub.
   If a later release renames the class, the footer simply shows again. */
.mx_AuthFooter {
    display: none !important;
}
