#pwaInstallBanner {
            display:none;
            position: fixed;
            bottom: 10px;
            left: 10px;
            right: 10px;
            background: #0d6efd;
            color: white;
            padding: 15px;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.2);
            text-align: center;
            z-index: 1000;
        }
        #pwaInstallBtn {
            margin-left:10px;
            background: white;
            color: #0d6efd;
            border: none;
            padding: 8px 12px;
            border-radius: 5px;
            cursor: pointer;
        }
        #pwaInstallClose {
            margin-left:10px;
            background: transparent;
            color: white;
            border: none;
            font-weight: bold;
            cursor: pointer;
        }
        #continueBtn {
            display:none;
            margin-top: 20px;
            background: #0d6efd;
            color: white;
            border: none;
            padding: 10px 15px;
            border-radius: 5px;
            cursor: pointer;
        }