.elementor-134796 .elementor-element.elementor-element-6296dd6d{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), montserrat;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for text-editor, class: .elementor-element-16321939 *//* Estilos da Tabela */
    .tabela-wrapper {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        background: #fff;
        overflow-x: auto;
        margin-bottom: 20px;
        border-top: 1px solid #eee;
    }

    .tabela-futebol {
        width: 100%;
        border-collapse: collapse;
        min-width: 600px;
        font-size: 14px;
        color: #333;
    }

    /* Cabeçalho */
    .tabela-futebol thead th {
        text-transform: uppercase;
        font-size: 11px;
        color: #999;
        font-weight: 400;
        padding: 15px 10px;
        text-align: center;
        border-bottom: 1px solid #e0e0e0;
    }

    .tabela-futebol thead th.al-left {
        text-align: left;
        padding-left: 20px;
    }

    /* Linhas */
    .tabela-futebol tbody tr {
        border-bottom: 1px solid #f0f0f0;
        height: 50px;
    }

    .tabela-futebol td {
        padding: 10px;
        text-align: center;
        vertical-align: middle;
    }

    /* Coluna de Classificação (Time) */
    .tabela-futebol td.time-col {
        text-align: left;
        font-size: 15px;
        display: flex;
        align-items: center;
        gap: 8px;
        padding-left: 0;
        height: 100%;
    }

    /* Símbolo Colorido (Quadrado) */
    .color-symbol {
        font-size: 18px;
        line-height: 1;
        display: inline-block;
        margin-right: 2px;
        font-family: Arial, sans-serif;
    }

    /* --- CORREÇÃO AQUI --- */
    /* Agora os nomes batem exatamente com o HTML abaixo */
    .cor-libertadores { color: #0000ee !important; }
    .cor-pre-libertadores { color: #00ddff !important; }
    .cor-sul-americana { color: #009900 !important; }
    .cor-rebaixados { color: #cc0000 !important; }
    .cor-neutro { color: transparent; }

    /* Números */
    .pos-num {
        font-weight: bold;
        color: #0000ee;
        min-width: 20px;
        text-align: right;
        margin-right: 8px;
    }
    
    .font-bold {
        font-weight: 700;
        color: #000;
        font-size: 15px;
    }

    /* Legenda */
    .tabela-legenda {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        padding: 15px;
        font-size: 11px;
        color: #666;
        border-top: 1px solid #eee;
    }
    .legenda-item {
        display: flex;
        align-items: center;
        gap: 5px;
        text-transform: lowercase;
    }/* End custom CSS */