.pwa-banner {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 1080;
    display: flex;
    flex-direction: column;
    gap: .4rem;
    padding: .75rem 1rem;
    border-radius: 10px;
    background-color: #29ABE2;
    color: #fff;
    font-size: .9rem;
}

.push-status-line {
    cursor: pointer;
}

/* Clear the bottom tab bar instead of covering it — same offset .app-fab uses. */
body.app-shell .pwa-banner {
    bottom: calc(var(--app-bottom-inset) + .5rem);
}

.pwa-banner-row {
    display: flex;
    align-items: center;
    gap: .25rem;
}

.pwa-banner-optout {
    display: flex;
    align-items: center;
    gap: .4rem;
    margin: 0;
    font-size: .78rem;
    cursor: pointer;
}

.pwa-banner-optout input {
    width: .9rem;
    height: .9rem;
    margin: 0;
    cursor: pointer;
}

@media (min-width: 768px) {
    .pwa-banner {
        left: auto;
        max-width: 480px;
    }
}
