/* Força o cabeçalho da tabela a ficar em linha no celular */
.fi-ta-header {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 1rem !important;
}
/* Remove breadcrumbs de todas as páginas */
.fi-breadcrumbs {
    display: none !important;
}

/* Opcional: Remove o título e o espaço do cabeçalho se desejar */
 .fi-header { 
    display: none !important; 
}
.fi-main-ctn { 
    padding-top: 0 !important; 
} 
.fi-ta-sort-select { 
    display: none !important; 
}
.fi-ta-sort-indicator { 
    display: none !important; 
}
.fi-ta-sorting-settings {
    display: none !important; 
}
/* Estilo para pagina Pesquisa - remove bordas, sombras e fundo branco */
/* Alvo: O container principal da tabela (fi-ta-ctn) */
/* Alvo: O container de conteúdo (fi-ta-content) */
.filament-page-pesquisa .fi-ta-ctn,
.filament-page-pesquisa .fi-ta-content,
.filament-page-pesquisa .fi-ta {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
/* Remove qualquer preenchimento branco que sobre nos cards */
.filament-page-pesquisa .fi-ta-content-grid-stack {
    background-color: transparent !important;
}
/* Remove a linha divisória que às vezes aparece no topo da tabela */
.filament-page-pesquisa .fi-ta-header-toolbar {
    border: none !important;
    background: transparent !important;
}
/* --- Fim do custom-filament.css --- */