.snaay-pwa-banner {
    position: fixed;
    inset-inline: 12px;
    bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    z-index: 1400;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 18px;
    background: #073b28;
    color: #fff;
    box-shadow: 0 18px 40px rgb(7 59 40 / 0.28);
}

.snaay-pwa-banner[hidden] {
    display: none !important;
}

.snaay-pwa-banner-copy {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    gap: 2px;
}

.snaay-pwa-banner-copy strong {
    font-size: 0.92rem;
    font-weight: 800;
}

.snaay-pwa-banner-copy span {
    font-size: 0.78rem;
    color: rgb(255 255 255 / 0.78);
}

.snaay-pwa-banner-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.snaay-pwa-btn {
    border: 0;
    border-radius: 999px;
    padding: 0.55rem 0.95rem;
    background: #c6a15b;
    color: #073b28;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 800;
    cursor: pointer;
}

.snaay-pwa-btn.is-ghost {
    background: rgb(255 255 255 / 0.12);
    color: #fff;
}

@media (max-width: 768px) {
    .snaay-pwa-banner {
        bottom: calc(88px + env(safe-area-inset-bottom, 0px));
    }
}
