#opjet-pwa-install-wrapper {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 99999;
    display: none;
    justify-content: center;
    pointer-events: none;
}

#opjet-pwa-install-box {
    width: 100%;
    max-width: 460px;
    background: rgba(17, 17, 17, 0.96);
    color: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
    padding: 14px 14px 12px 14px;
    box-sizing: border-box;
    pointer-events: auto;
}

#opjet-pwa-install-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

#opjet-pwa-install-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 4px 0;
}

#opjet-pwa-install-text {
    font-size: 13px;
    line-height: 1.45;
    margin: 0;
    opacity: 0.95;
}

#opjet-pwa-close {
    border: 0;
    background: transparent;
    color: #ffffff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

#opjet-pwa-install-actions {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

#opjet-pwa-install-btn {
    display: none;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 10px;
    background: #ffffff;
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 14px;
    cursor: pointer;
}


@media (min-width: 768px) {
    #opjet-pwa-install-wrapper {
        left: auto;
        right: 20px;
        bottom: 20px;
        width: 420px;
    }
}
#opjet-pwa-install-text-dynamic,
#opjet-pwa-desktop-help {
    font-size: 13px;
    line-height: 1.5;
    margin: 6px 0 0 0;
    opacity: 0.98;
}