/* v39.6.11: only the changing numbers on the existing painted progress plaque.
   The original menu, board, controls and game-v369.css remain unchanged. */
#gameStage .progress-panel {
  display: block !important;
  left: 67.9426%;
  top: 91.6047%;
  right: auto;
  bottom: auto;
  width: 7.1770%;
  height: 5.2072%;
  background: linear-gradient(#fcde9c, #fcda94 28%, #fcd88d 58%, #fcd585);
  border-radius: 15%;
}
#gameStage .progress-panel strong {
  position: static;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  transform: none;
  font-size: min(2.3923vw, 4.2508vh);
  line-height: 1;
  letter-spacing: .02em;
}
#gameStage[data-piece-count="10"] .progress-panel strong {
  font-size: min(1.9737vw, 3.507vh);
}
