/* ===== ESTILOS BÁSICOS PARA PGN ===== */

/* Estilos básicos para movimientos PGN */
.pgn-move {
    cursor: pointer;
}

.pgn-dialog {
    background-color: #C50039;
    color: white;
    font-family: 'Poppins', sans-serif;
}






