.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;--container-default-padding-top:01px;--container-default-padding-right:01px;--container-default-padding-bottom:01px;--container-default-padding-left:01px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#wpbody-content { padding-bottom: 0 !important; }
.magma-style.ea-catalog-outer { 
    margin-left: -20px !important; /* Compensa a margem padrão do WordPress */
    margin-right: -20px !important;
    padding: 30px !important;
    width: calc(100% + 40px) !important; /* Expande para as bordas */
    min-height: 100vh;
    box-sizing: border-box;
    background: #f4f7fa; /* Garante que o fundo cinza cubra tudo */
}

/* --- AJUSTE DOS FILTROS E LUPA --- */
.magma-filter-card { 
    background: white; 
    padding: 20px 25px; 
    border-radius: 15px; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.05); 
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.magma-filter-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); 
    gap: 15px; 
    align-items: flex-end; /* Alinha todos os campos por baixo */
}

.magma-search-col { grid-column: span 2; }

/* Correção exata da Lupa Alinhada */
.magma-input-with-icon { 
    position: relative; 
    display: flex; 
    align-items: center; 
}

.magma-input-with-icon .dashicons { 
    position: absolute; 
    left: 12px; 
    top: 50%;
    transform: translateY(-50%); /* Centraliza verticalmente a lupa */
    color: #a1b1c7; 
    font-size: 20px;
    pointer-events: none;
}

.magma-input-with-icon input { 
    padding-left: 42px !important; /* Abre espaço para a lupa */
    width: 100%; 
    height: 45px !important;
    border: 1px solid #e1e8f0;
    border-radius: 10px;
    font-size: 15px;
}

/* Ajuste dos Selects para não cortar o texto */
.magma-select-custom { 
    width: 100%; 
    height: 45px !important; 
    border: 1px solid #e1e8f0; 
    border-radius: 10px; 
    background: #fff; 
    padding: 0 15px;
    font-size: 14px;
    color: #4a5568;
    appearance: auto; /* Garante a seta do select */
}

/* --- GRID DE CARDS LARGURA TOTAL --- */
.magma-catalog-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); 
    gap: 25px; 
    width: 100%;
}

.ea-asset-card { 
    background: white; 
    border-radius: 16px; 
    box-shadow: 0 4px 10px rgba(0,0,0,0.04); 
    transition: 0.3s; 
    border: 1px solid #f1f5f9; 
    height: 100%;
}

/* Responsividade para o termo de responsabilidade */
.magma-terms-card {
    background: #f8fafc;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    margin-top: 20px;
}

/* Ajuste Mobile */
@media (max-width: 782px) {
    .magma-style.ea-catalog-outer {
        margin-left: -10px !important;
        margin-right: -10px !important;
        width: calc(100% + 20px) !important;
        padding: 15px !important;
    }
    .magma-search-col { grid-column: span 1; }
}/* End custom CSS */