/* Remove Element auth footer (Blog / Mastodon / GitHub etc.) */
.mx_AuthFooter {
    display: none !important;
}
/* Hide E2EE / verification nags */
.mx_VerificationPanel,
.mx_CrossSigningPanel,
.mx_EncryptionPanel,
.mx_Toast--verification,
.mx_Toast--warning,
.mx_Toast--critical {
    display: none !important;
}

/* Hide security banners */
.mx_Banner {
    display: none !important;
}

