.elementor-9069 .elementor-element.elementor-element-0d006a3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9069 .elementor-element.elementor-element-8ddd459{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9069 .elementor-element.elementor-element-7b34cff{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-9069:not(.elementor-motion-effects-element-type-background), body.elementor-page-9069 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(min-width:768px){.elementor-9069 .elementor-element.elementor-element-0d006a3{--content-width:1510px;}.elementor-9069 .elementor-element.elementor-element-7b34cff{--content-width:1600px;}}/* Start custom CSS *//* ===============================
   PIX PAGE – ESTILO PREMIUM
=============================== */

body {
    background: #f4f5f7;
}
.izzy-pix-wrapper {
    min-height: 100vh;
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;        /* 👈 ISSO ALINHA NA ALTURA DO QR */
    justify-content: center;
    gap: 40px;
    padding: 20px;
    font-family: 'Inter', system-ui, sans-serif;
}


.izzy-pix-card {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

  


/* TÍTULOS */
.izzy-pix-title {
    font-size: 22px;
    font-weight: 900;
    color: #111;
    margin-bottom: 6px;
}

.izzy-pix-subtitle {
    font-size: 14px;
    color: #555;
    margin-bottom: 4px;
    text-align: center; /* 👈 CORREÇÃO */
}


/* QR CODE */
.izzy-pix-qr {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

.izzy-pix-qr img {
    width: 310px;
    height: 310px;
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
}

/* COPIA E COLA */
.izzy-pix-copy-box {
    margin-top: 12px;
}

#pix-code {
    width: 100%;
    height: 80px;
    resize: none;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 13px;
    color: #333;
    background: #fafafa;
}

#pix-copy {
    width: 100%;
    margin-top: 10px;
    padding: 14px;
    border: none;
    border-radius: 12px;
    background: #00c853;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    transition: .2s ease;
}

#pix-copy:hover {
    background: #00b34a;
}

/* STATUS */
.izzy-pix-status {
    margin-top: 18px;
    font-size: 15px;
    font-weight: 700;
    color: #ff9800;
     margin-bottom: 4px;
}

/* INFO */
.izzy-pix-info {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #666;
     margin-bottom: 4px;
    text-align: center; /* 👈 CORREÇÃO */
}
/* RESUMO DO PIX */
.izzy-pix-resume {
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    
    text-align: center; /* 👈 CORREÇÃO */
}

/* TOTAL */
.izzy-pix-total {
    font-size: 15px;
    color: #555;
}

.izzy-pix-total strong {
    font-size: 22px;
    font-weight: 600;
    color: #111; /* PREÇO */
}

/* TIMER */
.izzy-pix-timer {
    font-size: 14px;
    font-weight: 700;
    color: #ff2d55; /* TEMPO */
}

#izzy-pix-time {
    font-size: 15px;
    font-weight: 500;
    margin-left: 4px;
}






/* ===============================
   CARD DE AJUDA – PIX
=============================== */

.izzy-pix-help-card { background: #fff; border-radius: 16px; padding: 22px; width: 100%; max-width: 360px; box-shadow: 0 4px 15px rgba(0,0,0,0.08); font-family: 'Inter', system-ui, sans-serif; }


/* TÍTULO */
.izzy-pix-help-card h3 {
    font-size: 18px;
    font-weight: 900;
    color: #111;
    margin-bottom: 14px;
}

/* LISTA */
.izzy-pix-steps {
    padding-left: 18px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.izzy-pix-steps li {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
}

/* TEXTO FINAL */
.izzy-pix-alt {
    margin-top: 16px;
    font-size: 13px;
    color: #555;
}

/* LINK */
.izzy-pix-alt a {
    color: #ff2d55;
    font-weight: 700;
    text-decoration: none;
}

.izzy-pix-alt a:hover {
    text-decoration: underline;
}




/* ===============================
   PASSOS PIX – ÍCONE UTIL
=============================== */

.izzy-pix-steps {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.izzy-pix-steps li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    color: #333;
    line-height: 1.4;
}

/* ÍCONE CIRCULAR */
.izzy-step-icon {
    min-width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #f1f1f1;
    color: #111;
    font-size: 13px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* TEXTO */
.izzy-pix-steps span:last-child {
    margin-top: 2px;
}

/* DESTAQUE NO PASSO ATUAL (OPCIONAL FUTURO) */
.izzy-step-icon.active {
    background: #ff2d55;
    color: #fff;
}

.izzy-back-fixed{
    position: fixed;
    top: 29px;
    left: 45px;
    z-index: 9999;

    font-size: 14px;
    font-weight: 400;
    color: #4b0082;
    text-decoration: none;
}

.izzy-back-fixed:hover{
    color:#ff2d55;
}






.izzy-pix-header{
    margin-bottom: 8px;
}



.izzy-pix-title{
    margin: 0;
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    color: #111;
}/* End custom CSS */