/* Only the built-in PWA banner logo: keep custom room and other screen logos intact. */
.pwa-install-screen img[src$="/assets/logo-BTCNIZgG.svg"].brightness-0.invert {
    content: url("/static/images/custom/walkie-pwa-logo-white-v1.svg");
    /* The old asset had transparent margins; retain its apparent banner size. */
    width: 190px;
    max-width: 75vw;
    filter: drop-shadow(0 2px 3px rgb(0 0 0 / 0.18));
}
