#popupInstalacao[hidden] {
    display: none !important;
}

#popupInstalacao {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.65);
}

.popupInstalacaoConteudo {
    position: relative;
    width: 100%;
    max-width: 380px;
    padding: 28px 24px;
    border-radius: 14px;
    background: #ffffff;
    color: #222222;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.popupInstalacaoConteudo h2 {
    margin: 0 0 12px;
    font-size: 22px;
}

.popupInstalacaoConteudo p {
    margin: 0 0 22px;
    line-height: 1.5;
}

#btnInstalar {
    width: 100%;
    padding: 12px;
    border: 0;
    border-radius: 7px;
    background: #0d6efd;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}

#btnFecharPopup {
    position: absolute;
    top: 8px;
    right: 12px;
    border: 0;
    background: transparent;
    color: #666666;
    font-size: 26px;
    cursor: pointer;
}
