.game-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.color-toggle.current-page {
  background-color: #2ecc71 !important;
  color: white !important;
  border-color: #27ae60 !important;
}

.pick-btn:disabled {
  opacity: 0.1 !important;
  filter: grayscale(1);
  cursor: not-allowed;
}

.prob {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  font-weight: bold;
}

[style*="--dark"] {
  color: #b0b0b0 !important;
  text-shadow: 0 0 3px #000;
}

.solved.dark .big-letter {
  color: #fff;
}

.picker-btn.disabled {
  filter: grayscale(1);
  pointer-events: none;
}
