/* LuckZoo — 3 confirmed error fixes TEST v1
   IMAGE / OVERLAY behavior only. No locked board geometry changes. */

/* Winner travelling clone:
   keep one controlled size from the track to the center.
   Prevent the giant scale-up seen at the start of winner announcement. */
.winner-flight{
  transform:translate(-50%,-50%) scale(1) !important;
}

.winner-flight img{
  width:105px !important;
  height:105px !important;
  max-width:105px !important;
  max-height:105px !important;
  object-fit:contain !important;
  object-position:center !important;
}

.winner-flight.go{
  transform:translate(-50%,-50%) scale(1) !important;
}

/* Final center winner:
   slightly larger than the current 90px test size, but fixed and controlled. */
.winner-float .winner-emoji img,
.winner-emoji img{
  width:105px !important;
  height:105px !important;
  max-width:105px !important;
  max-height:105px !important;
  object-fit:contain !important;
  object-position:center !important;
  transform:none !important;
}
