.elementor-663 .elementor-element.elementor-element-7102d6f{--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;}:root{--page-title-display:none;}/* Start custom CSS *//* 🖨️ Estilos exclusivos para a hora de Imprimir / Gerar PDF */
@media print {
    /* Esconde os botões de ação e rodapés que não devem ir para o papel */
    #actionRow,
    .elementor-button,
    button,
    footer,
    #formCard,
    #loadingCard {
        display: none !important;
    }

    /* 🔥 O SEGREDO: Remove os textos de URLs que o navegador força nos links */
    a[href]:after {
        content: "" !important;
    }

    /* Ajusta a página para ocupar o espaço correto no papel */
    body {
        background: #ffffff !important;
        color: #000000 !important;
    }
    
    .elementor-widget-html {
        padding: 0 !important;
        margin: 0 !important;
    }
}/* End custom CSS */