.elementor-3130 .elementor-element.elementor-element-ec462d8{--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 for html, class: .elementor-element-80abce0 *//* Reset local e Variáveis */
    .fi-results-wrapper {
        --fi-bg-light: #f9f7f4;
        --fi-wine: #801833;
        --fi-text-dark: #333;
        --fi-gray-bg: #e9e9e9;
        
        font-family: 'Arial', sans-serif;
        background-color: var(--fi-bg-light);
        width: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }

    .fi-container {
        max-width: 1100px;
        margin: 0 auto;
        padding: 60px 20px;
    }

    /* Seção Superior (Hero Results) */
    .fi-results-hero {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        position: relative;
        padding-top: 80px;
    }

    .fi-label-year {
        color: var(--fi-wine);
        font-weight: bold;
        font-size: 1.2rem;
        flex: 1;
        min-width: 150px;
    }

    .fi-results-content {
        flex: 3;
        min-width: 300px;
    }

    .fi-results-list {
        list-style: none;
        padding: 0;
        margin: 0 0 30px 0;
    }

    .fi-results-list li {
        font-size: clamp(2rem, 4vw, 3.5rem);
        line-height: 1.1;
        color: var(--fi-text-dark);
        font-weight: 400;
        margin-bottom: 5px;
        cursor: pointer;
        transition: color 0.3s;
    }

    .fi-results-list li:hover {
        color: var(--fi-wine);
    }

    .fi-btn-pdf {
        background-color: var(--fi-wine);
        color: white;
        border: none;
        padding: 12px 25px;
        border-radius: 50px;
        font-size: 0.9rem;
        cursor: pointer;
        transition: transform 0.2s, opacity 0.2s;
    }

    .fi-btn-pdf:hover {
        opacity: 0.9;
        transform: translateY(-2px);
    }

    /* Navegação de Anos (Barra Cinza) */
    .fi-years-nav {
        background-color: var(--fi-gray-bg);
        border-radius: 60px 60px 0 0;
        padding: 40px 20px;
        margin-top: 40px;
    }

    .fi-years-flex {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
    }

    .fi-nav-label {
        font-weight: 500;
        color: #555;
    }

    .fi-year-link {
        text-decoration: none;
        color: var(--fi-text-dark);
        font-size: 1.5rem;
        display: flex;
        align-items: center;
        gap: 15px;
        transition: color 0.3s;
    }

    .fi-year-link:hover {
        color: var(--fi-wine);
    }

    .fi-arrow {
        color: var(--fi-wine);
        font-size: 1rem;
    }

    /* Imagem de Fundo/Banner */
    .fi-results-banner {
        width: 100%;
        height: 500px;
        background: url('https://fabricadeideiasufba.org/wp-content/uploads/2024/08/banner2.png') center/cover no-repeat;
    }

    /* Selos de Logos (Canto Superior Direito) */
    .fi-logos-badge {
        position: absolute;
        top: 20px;
        right: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        background: white;
        padding: 15px 10px;
        border-radius: 20px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    }

    .fi-logos-badge img {
        width: 40px;
        height: auto;
        object-fit: contain;
    }

    @media (max-width: 768px) {
        .fi-results-hero { padding-top: 40px; }
        .fi-years-flex { gap: 15px; }
        .fi-year-link { font-size: 1.2rem; }
    }/* End custom CSS */