.game-square[data-v-8c1366ba] {
  background-image: linear-gradient(180deg, #c1d3e3, #96a9ba);
  border-radius: 1rem;
  transition: transform 0.2s ease;
}
.game-square.highlighted-green[data-v-8c1366ba] {
  background-image: linear-gradient(180deg, #d7ffd9, #d7ffd9);
  border-color: #007206 !important;
  border-radius: 1rem;
}
.game-square.highlighted-gold[data-v-8c1366ba] {
  background-image: linear-gradient(180deg, #fff1c0, #fff1c0);
  border-color: #ffa100 !important;
  border-radius: 1rem;
  box-shadow: 0 0 7px #ffa100;
}
@media (min-width: 320px) and (max-width: 350px) {
  .game-square-small[data-v-8c1366ba] {
    height: 70px !important;
    width: 70px !important;
  }
  .game-square-image-small[data-v-8c1366ba] {
    height: 58px !important;
    width: 58px !important;
  }
  .grid-container-small[data-v-8c1366ba] {
    width: 218px !important;
  }
}
