.pix-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    display: none; /* começa fechado */
    justify-content: center; /* centraliza horizontal */
    align-items: center; /* centraliza vertical */
    z-index: 9999;
}


.pix-modal-sefaz {
    background: #fff;
    width: 420px;
    max-width: 95%;
    border-radius: 6px;
    padding: 20px;
    font-family: Arial, sans-serif;
    border-top: 6px solid #0055a5;
}

.pix-header {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-start;   /* força ir pro canto esquerdo */
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

    .pix-header img {
        height: 40px;
    }

.pix-veiculo {
    margin: 15px 0;
    font-size: 14px;
    line-height: 1.6;
}

.pix-valor {
    background: #f3f6fa;
    padding: 12px;
    text-align: center;
    font-size: 14px;
}

    .pix-valor strong {
        display: block;
        font-size: 26px;
        color: #0055a5;
    }

.pix-qrcode {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}

    .pix-qrcode img {
        width: 220px;
        height: 220px;
    }

#pixCopia {
    width: 100%;
    height: 80px;
    font-size: 12px;
}

.pix-copy-btn {
    width: 100%;
    background: #0055a5;
    color: #fff;
    border: none;
    padding: 12px;
    margin-top: 10px;
    cursor: pointer;
}

.pix-close-btn {
    width: 100%;
    margin-top: 8px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px;
    cursor: pointer;
}
