/* Enrique Sites Ingressos 4.2.4 — retorno aprovado limpo e ação legível. */

/*
 * Em pedidos pagos, o painel próprio já reúne a confirmação e as instruções.
 * Oculta os irmãos padrão do WooCommerce/gateway dentro do resultado, sem
 * atingir o Pix pendente, que ainda precisa exibir QR Code e copia-e-cola.
 */
body.esi-ticket-order-paid .woocommerce-order:has(> .esi-thankyou-flow) > :not(.esi-thankyou-flow) {
    display: none !important;
}

/* O tema não pode apagar o texto nem reduzir o contraste desta ação. */
body.esi-order-received-page .esi-thankyou-panel.esi-thankyou-flow > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 250px !important;
    min-height: 48px !important;
    margin-top: 16px !important;
    padding: 13px 22px !important;
    border: 1px solid #62c6ff !important;
    border-radius: 11px !important;
    background: #38b6ff !important;
    box-shadow: 0 12px 30px rgba(56, 182, 255, .22) !important;
    color: #03111f !important;
    -webkit-text-fill-color: #03111f !important;
    font: 900 14px/1.2 Arial, sans-serif !important;
    letter-spacing: 0 !important;
    text-indent: 0 !important;
    text-decoration: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.esi-order-received-page .esi-thankyou-panel.esi-thankyou-flow > a:hover,
body.esi-order-received-page .esi-thankyou-panel.esi-thankyou-flow > a:focus-visible {
    border-color: #9bddff !important;
    background: #70cbff !important;
    color: #03111f !important;
    -webkit-text-fill-color: #03111f !important;
    box-shadow: 0 15px 34px rgba(56, 182, 255, .32) !important;
    opacity: 1 !important;
}
