#pwa-install-prompt {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    border-radius: 8px;
}

#pwa-install-prompt p {
    margin: 0 0 10px 0;
    font-size: 16px;
}

#pwa-install-button, #pwa-dismiss-button {
    padding: 8px 16px;
    margin-right: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#pwa-install-button {
    background: #0073aa;
    color: #fff;
}

#pwa-dismiss-button {
    background: #ccc;
    color: #000;
}