body {
    overflow-x: auto;
}
#toast-container.toast-bottom-center>div, #toast-container.toast-top-center>div, #toast-container.toast-top-right>div {
    background-color: white;
    color: black;
}
#toast-container>.toast-success {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24"><path fill="%2300C853" d="M9 19.4L3.6 14l1.4-1.4 4 4 8-8L18.6 9z"/><path fill="none" d="M0 0h24v24H0z"/></svg>') !important;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: center left 10px;
    padding-left: 45px;
}

p.dadosAcesso, a.dadosAcesso, b.dadosAcesso {
    font-size: 1.1rem !important; 
    line-height: 1.4rem;
}

.styles_headline__lpKIL small {
    display: block;
    line-height: 1.3;
    margin-top: 8px;
    margin-left: 0px;
    font-size: 0.83rem;
    font-weight: 400;
}
@keyframes attention-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.12); }
}
@keyframes attention-pulse-cycle {
    /* 5 pulsos em 3 segundos (cada pulso 0.6s) */
    0% { transform: scale(1); }
    3.75% { transform: scale(1.12); }
    7.5% { transform: scale(1); }
    11.25% { transform: scale(1.12); }
    15% { transform: scale(1); }
    18.75% { transform: scale(1.12); }
    22.5% { transform: scale(1); }
    26.25% { transform: scale(1.12); }
    30% { transform: scale(1); }
    33.75% { transform: scale(1.12); }
    37.5% { transform: scale(1); }
    /* Pausa de 5 segundos (37.5% a 100%) */
    37.51%, 100% { transform: scale(1); }
}
.attention-pulse {
    animation: attention-pulse-cycle 8s ease-in-out 0s infinite;
    transform-origin: 50% 50%;
    display: inline-block;
    will-change: transform;
}
span.attention-pulse {
    display: inline-block;
}
.styles_icon__GN02g.attention-pulse {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
@media (prefers-reduced-motion: reduce) {
    .attention-pulse { animation: none; }
}

@media (max-width: 520px) {
    .styles_total__Zi1HA{
        display: block;
    }
    .styles_total__Zi1HA b {
        font-size: 1.1rem;
    }
    .styles_headline__lpKIL, .styles_boxContainer__pzZDD .styles_box__9azX2 .styles_details__0txv_, .styles_boxContainer__pzZDD .styles_box__9azX2 .styles_footer__m6CWD {
        padding: 1.2rem
    }
    p.dadosAcesso, a.dadosAcesso, b.dadosAcesso {
        font-size: 1rem !important; 
    }
    .mobile-pix-wait-message {
        display: block !important;
    }
}

/* Modal WhatsApp */
.wc_modalOverlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
    z-index: 9999;
}
.wc_modal {
    position: relative;
    width: 100%;
    max-width: 560px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.wc_modalHeader {
    padding: 20px 24px 0 24px;
    font-weight: 600;
    font-size: 1.25rem;
}
.wc_modalBody {
    padding: 12px 24px 0 24px;
    font-size: 0.95rem;
    color: #333;
    line-height: 1.5;
}
.wc_modalActions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    padding: 24px;
}
.wc_modalClose {
    position: absolute;
    top: 10px;
    right: 12px;
    background: transparent;
    border: 0;
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    color: #999;
}
.wc_btnOutlineSecondary {
    background: #ffffff;
    color: var(--secondary);
    border: 1px solid var(--secondary);
}
.wc_btnOutlineSecondary:hover {
    background: rgba(0,0,0,0.02);
}