.silk-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.silk-fallback circle,
.silk-fallback path {
  fill: #fff;
  stroke: #53666a;
  stroke-width: 1.5;
  stroke-linejoin: round;
}

.finish-position.won {
  background: #078968;
  color: #fff;
}

.silk .silk-fallback {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 2px;
}

.silk .silk-colours {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
