/* Hide the "End-to-end encryption isn't enabled" banner.
   E2EE is intentionally disabled on this private server (no federation,
   TLS in transit only). The banner adds confusion for users. */
.mx_EventTileBubble.mx_cryptoEvent.mx_cryptoEvent_icon_warning {
    display: none !important;
}
