.pwa-install-banner {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 420px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(16, 36, 28, .96);
    color: #fff;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .28);
}

.pwa-install-banner strong,
.pwa-install-banner span {
    display: block;
}

.pwa-install-banner span {
    margin-top: 4px;
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
}

.pwa-install-actions {
    display: flex;
    gap: 10px;
}

.pwa-install-primary,
.pwa-install-secondary {
    border: 0;
    border-radius: 999px;
    padding: 10px 14px;
    font: inherit;
    cursor: pointer;
}

.pwa-install-primary {
    background: #d9a441;
    color: #163328;
    font-weight: 700;
}

.pwa-install-secondary {
    background: rgba(255, 255, 255, .12);
    color: #fff;
}

@media (max-width: 640px) {
    .pwa-install-banner {
        left: 12px;
        right: 12px;
        bottom: 12px;
        flex-direction: column;
        align-items: stretch;
    }

    .pwa-install-actions {
        justify-content: flex-end;
    }
}
