.elementor-7123 .elementor-element.elementor-element-d05c208{--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;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-7123 .elementor-element.elementor-element-d05c208:not(.elementor-motion-effects-element-type-background), .elementor-7123 .elementor-element.elementor-element-d05c208 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#649B7D;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-7123 .elementor-element.elementor-element-2adf1ba{text-align:center;}.elementor-7123 .elementor-element.elementor-element-2adf1ba .elementor-heading-title{color:#FFFFFF;}.elementor-7123 .elementor-element.elementor-element-0a1aed4{--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-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-7123 .elementor-element.elementor-element-bfbaa12{text-align:center;}.elementor-7123 .elementor-element.elementor-element-bfbaa12 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:20px;font-weight:600;color:#203D2D;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-7123 .elementor-element.elementor-element-6239ba2{text-align:left;color:#000000;}.elementor-7123 .elementor-element.elementor-element-6239ba2 p{margin-block-end:0px;}/* Start custom CSS for shortcode, class: .elementor-element-29c9fee *//* Estilo geral da lista: Remove marcadores e padding padrão */
.lista-anexos-pods {
    list-style: none;
    padding-left: 0;
}

/* Estilo de cada item da lista (Container) */
.lista-anexos-pods li {
    margin-bottom: 10px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f9f9f9;
    
    /* Garante que o item não force o layout e o padding/border sejam tratados corretamente */
    max-width: 100%; 
    box-sizing: border-box; 
}

/* Estilo do link e SOLUÇÃO DE QUEBRA DE LINHA PARA MOBILE */
.lista-anexos-pods a {
    text-decoration: none;
    color: #0073aa; /* Cor padrão do link */
    font-weight: bold;
    display: block; /* Ocupa a largura total para quebra funcionar */
    
    /* PROPRIEDADES CRUCIAIS PARA MOBILE: Força quebra em strings longas */
    word-break: break-all;
    overflow-wrap: break-word;
}

/* Estilo do nome do arquivo (span dentro do link) */
.lista-anexos-pods .nome-arquivo {
    margin-right: 5px; 
    display: inline-block; 
}

/* Opcional: Adicionar um ícone (Requer Font Awesome ou similar no tema) */
.lista-anexos-pods a::before {
    content: "\f15b"; /* Ícone de arquivo padrão */
    font-family: "Font Awesome 5 Free"; /* Altere se estiver usando outra versão */
    font-weight: 900;
    margin-right: 8px;
    color: #ffb84d; /* Cor do ícone */
}/* End custom CSS */