.pwa-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 1.5rem);
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1050;
    background: hsla(0, 0%, 100%, 0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

[data-theme-style="dark"] .pwa-wrapper,
body.app[data-theme-style="dark"] .pwa-wrapper {
    background: hsla(0, 0%, 16%, 0.92);
    border-color: rgba(255, 255, 255, 0.08);
}

.pwa-wrapper .min-width-0 {
    min-width: 0;
}
