.prr-jogadores {
    max-width: 100%;
    margin: auto;
}

.prr-lista-jogadores {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 2 colunas no desktop/tablet */
    gap: 15px;
    padding: 0;
    list-style: none;
        color: #fff;
}


.bloco_vencedores {
    height: 236px;
}

.prr-jogador {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.prr-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}

.prr-info {
    font-size: 16px;
}

.prr-jogador img.prr-avatar {
    width: 140px;
    border-radius: 200px;
    border: 10px solid #fff;
}


/* === Estilização do Pódio === */
.prr-podio {
    position: relative;
    width: 600px;
    margin: 30px auto 0;
    min-height: 300px;
}

.prr-colocacao {
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    position: absolute;
    top: 0;
    width: 160px;
}


.prr-trofeu, .elementor img.prr-trofeu {
    width: 50px;
    position: absolute;
    top: 0;
    right: -10px;
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    padding: 10px;
}

.prr-avatar, .elementor img.prr-avatar {
    width: 100%;
    height: auto;
    border-radius: 50%;
    border: 8px solid #ddd;
    object-fit: cover;
    margin-bottom: 10px;
}

.prr-posicao {
    position: absolute;
    top: -10px;
    right: -10px;
    background: white;
    border-radius: 50%;
    padding: 8px;
    font-size: 18px;
    font-weight: bold;
}


.prr-colocacao.prr-ouro {
    z-index: 99;
    left: 100px;
    margin-left: 100px;
    width: 200px;
}


.prr-colocacao.prr-prata {
    left: 46px;
    top: 85px;
}
.prr-colocacao.prr-bronze {
    right: 65px;
    top: 125px;
}

.prr-colocacao.prr-prata, .prr-colocacao.prr-bronze {
    position: absolute;
    z-index: 2;
}
.bg_podio {
    background: url(../images/podio.svg);
    height: 250px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 76%;
    border-bottom: 5px solid #fff;
    margin-bottom: 30px;
}

.prr-prata .prr-trofeu {
    right: inherit;
    left: -10px;
    display: none;
}

.prr-bronze .prr-trofeu {
    left: inherit;
    right: -10px;
    display: none;
}


.prr-nome {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
}


.pontos_podio {
    font-size: 25px;
    line-height: 1;
}
.prr-ouro .prr-nome {
    color: #FFC400;
}

.prr-prata .prr-nome {
    color: #D3D2D1;
}

.prr-bronze .prr-nome {
    color: #C27B0B;
}

/* Cores do Pódio */
.prr-ouro img.prr-avatar {
    border-color: #FFC400;
}

.prr-prata img.prr-avatar {
    border-color: #D3D2D1;
}

.prr-bronze img.prr-avatar {
    border-color: #C27B0B;
}

/* === Tabela de Classificação === */
.prr-tabela {
    width: 100%;
    max-width: 600px;
    margin: auto;
    border-collapse: collapse;
    font-size: 30px;
        color: #666;
}

.prr-tabela th,
.prr-tabela td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

td.td_jogador, th.th_jogador {
    text-align: left;
}

.prr-tabela thead {
    background: #222;
    color: white;
}

.prr-avatar-sm, .elementor img.prr-avatar-sm {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}


.apelido {
    font-size: 40px;

}

.nome_completo {
    font-size: 26px;
}


.evento-template-default .site-main {
    background: url(../images/bg_poker.webp) repeat-y;
    max-width: 100% !important;
}




article.evento-detalhes {
    padding-top: 200px;
    padding-bottom: 200px;
}


table.prr-tabela td, table.prr-tabela td th, table.prr-tabela td, table.prr-tabela tr th {
    border: none;
}

.prr-tabela th {
    padding: 20px;
}

.prr-tabela tbody {
    background: #fff;
}

.evento-template-default .elementor-location-footer {
    display: none;
}


h1.titulo_evento {
    text-align: center;
    font-size: 75px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    text-shadow: 7px 5px 5px rgba(0, 0, 0, 0.3);
    margin: 0;
}

.data_evento {
    color: #fff;
    text-align: center;
    text-shadow: 7px 5px 5px rgba(0, 0, 0, 0.3);
    font-size: 30px;
    line-height: 1;
    margin-bottom: 50px;
}

h3.titulo_tabela {
    text-align: center;
    color: #fff;
    font-size: 35px;
}



/* Botões de navegação lateral */
.prr-navegacao {
    display: none;
    justify-content: space-between;
    margin-bottom: 20px;
}

.prr-btn-nav {
    background: #222;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}

.prr-btn-nav:hover {
    background: #444;
}

.palco_pagina {
 background: url(../images/bg_poker.webp) repeat-y;
}
.wrapper_ranking {
    padding-top: 200px;
    margin: 0 auto;
    max-width: 1200px;
    padding-bottom: 200px;
   
}


.intro_ranking {
    text-align: center;
    color: #fff;
    text-shadow: 7px 5px 5px rgba(0,0,0,0.3);
    line-height: 1;
}

.intro_ranking {}

.label_ranking {
    font-size: 36px;
}

.intro_ranking h1 {
    font-size: 100px;
    font-weight: 600;
    margin: 0;
}

.periodo {
    font-size: 36px;
}

form.prr-filtro {
    max-width: 300px;
    margin: 30px auto;
    text-align: center;
    color: #fff;
}

form.prr-filtro label {
    color: #fff;
    font-size: 13px;
}


select#rodada {
    border-radius: 10px;
}




.linha_jogador {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
    gap: 10px;
    margin-bottom: 20px;
}

.td_posicao {
    min-width: 40px;
}

.bloco_jogador {
    width: calc(100% - 60px);
    display: flex;
    align-items: center;
    background: rgba(255,255,255,.2);
    border-radius: 50px;
    position: relative;
}

.td_pontuacao {
    position: absolute;
    right: 27px;
}



.prr-ouro .prr-trofeu {
    background: transparent;
    width: 140px;
    height: auto;
    right: inherit;
    left: -45px;
    transform: rotate(330deg);
    top: -40px;
}

.wrapper_ranking .prr-podio {
    margin-top: 60px;
}





/* Responsivo: 1 coluna no celular */
@media (max-width: 768px) {
    .prr-lista-jogadores {
        grid-template-columns: 1fr;
    }
    
    
    
    
    .prr-navegacao {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        display: flex;
    }
    
    
    
    article.evento-detalhes {
    padding-top: 100px;
    padding-bottom: 130px;
}
    
   



.td_posicao {
    padding-left: 15px;
}


    img.prr-avatar {
        width: 125px;
        height: auto;
        border-width: 5px;
    }

    .prr-nome {
        font-size: 25px;
    }

    .prr-ouro .prr-trofeu {
        right: inherit;
        width: 100px;
        left: -30px;
        height: auto;
        top: -30px;
    }
    .prr-trofeu {
        width: 40px;
        height: 40px;
        padding: 6px;
        right: 10px;
    }

h1.titulo_evento {
    font-size: 35px;
    margin: 0;
}

    .data_evento {
        font-size: 22px;
        margin-bottom: 0;
    }

    .prr-podio {
        margin-top: 20px;
        width: 100%;
        margin-bottom: 0;
        min-height: 290px;
    } 
    
    .prr-tabela th {
    padding: 5px;
    font-size: 22px;
    text-align: center;
}



.prr-tabela {
    font-size: 22px;
}


.prr-navegacao path {
    fill: #fff;
}

.prr-navegacao.btn_anterior, .prr-navegacao.btn_posterior {
    position: fixed;
    z-index: 99 !important;;
    bottom: 0;
}

.prr-navegacao.btn_posterior {
    right: 0;
}

.prr-navegacao.btn_anterior {
    left: 0;
}



.prr-colocacao.prr-ouro {
    z-index: 3;
    left: 50%;
    margin-left: -80px;
    width: 160px;
}
    .prr-ouro .prr-avatar {
        border-width: 7px;
        width: 100%;
    }

    .prr-colocacao.prr-prata {
        left: 25px;
        top: 66px;
    }

    .prr-colocacao.prr-bronze {
        right: 15px;
        top: 88px;
        left: inherit;
    }
    .prr-bronze .prr-trofeu {
        right: 5px;
    }
    
.prr-colocacao {
    width: auto;
}   


.bloco_vencedores {
    height: 190px;
}

.bg_podio {
    height: 185px;
    
}
    
}


@media (max-width: 375px) {

    .prr-colocacao.prr-ouro {
        margin-left: -70px;
        width: 140px;
    }
    
    .prr-colocacao {
    width: 110px;
}

.prr-colocacao.prr-prata {
    top: 55px;
    left: 15px;
}

.prr-colocacao.prr-bronze {
   top: 78px;
    right: 20px;
}

.prr-bronze .prr-trofeu {
    right: -5px;
}

.bloco_vencedores {
    height: 170px;
}

.bg_podio {
    height: 158px;
}
    
}
