/* =========================================================
   OSGB Rosa Squadra — stile tabella giocatori
   ========================================================= */

/* Colonne */
.tablepress .osgb-col-num {
    text-align: left;
    width: 5%;
}

.tablepress .osgb-col-avatar {
    text-align: center;
    width: 10%;
}

.tablepress .osgb-col-nome {
    text-align: center;
    width: 35%;
}

.tablepress .osgb-col-nazione {
    text-align: center;
    width: 20%;
}

.tablepress .osgb-col-anno {
    text-align: center;
    width: 5%;
}

.tablepress .osgb-col-ruolo {
    text-align: center;
    width: 25%;
}

/* Errore */
.osgb-rosa-error {
    color: #c00;
    font-style: italic;
}

/* Responsive: su schermi piccoli nasconde avatar e numero */
@media (max-width: 480px) {
    .osgb-col-num,
    .osgb-col-avatar {
        display: none;
    }
}
