/* Estilos para dispositivos móveis */
@media (max-width: 768px) {
    #alterarVisuBtn {
        margin-top: 5%;
        margin-bottom: 2%;
        font-size: x-small;
    }

    .row {
        padding: 0px;
    }

    .cell {
        width: 10%;
        max-width: 10%;
        min-width: 10%;
    }

    #LinenamePlayer {
        width: 48%;
        max-width: 48%;
        min-width: 48%;
    }

    .quadromaster {
        width: 100%;
        margin-bottom: 0px;
    }

}


.quadro{
    display: flex;
    flex-direction: column;
    align-items: center ;
    text-align: center; 
    width: 100%;
    height: 900px;
}

.cell {
    color: var(--cor-texto);
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
}

.row {
    display: flex;
    width: 100%;
    border-bottom: 1px solid rgba(221, 221, 221, 0.3);
    padding: 20px 0;
}

.row spna {
    font-size: 20px;
}

.cabecalho {
    width: 100%;
    display: flex;
    padding: 5px 0;
    font-size: 20px;
    border-top: 1px solid rgba(221, 221, 221, 0.3);
    margin-top: 7px;
    font-weight: bold;
    margin-right: 7.5%;
}

.quadromaster {
    border-radius: 10px;
    margin-bottom: 30px;
    margin-top: 20px;
    width: 85%;
    max-height: 80%;
    height: 80%;
    background-color: var(--cor-fundo);
    box-shadow: 2px 2px 10px 2px var(--cor-texto);
    border-radius: 10px;
    padding: 10px;
}

#indiceQuadro, #totalMedals {
    flex: 2.1;
}

#LinenamePlayer {
    flex: 1.1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-cell {
    flex: 1.5;
}

.goldQuadro {
    color: gold;
}

.silverQuadro {
    color: silver;
}

.bronzeQuadro {
    color: #cd7f32; /* bronze color */
}

#quadroContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-height: 95%;
    height: 95%;
    background-color: var(--cor-fundo);
    overflow-y: auto;
}

.alterarVisu {
    width: 100%;
    display: block;
    text-align: right;
    margin-bottom: 0px;
    margin-top: 0px;
    max-width: 100%;
}

#alterarVisuBtn {
    margin-right: 7.5%;
}