.GameCard--container {
  align-items: center;
  border-radius: 32px;
  display: flex;
  gap: 16px;
  height: 132px;
  overflow: hidden;
  padding: 0 20px;
  width: 100%;
  border: none;
  cursor: pointer;
  text-align: left;
  color: #fff;
  font: inherit;
  font-family: Montserrat, system-ui, sans-serif;
  box-sizing: border-box;
}

.GameCard--before {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  min-width: 90px;
  width: 90px;
  flex-shrink: 0;
  margin-left: auto;
}

.GameCard--before img {
  width: 87px;
  height: 87px;
  object-fit: contain;
  display: block;
}

[data-game="cases"] .GameCard--before img {
  width: 217.5px;
  height: 217.5px;
  max-width: none;
  transform: translateX(8px);
}

[data-game="roulette"] .GameCard--before img {
  width: 108.75px;
  height: 108.75px;
  max-width: none;
}

.gc-emoji {
  font-size: 63px;
  line-height: 1;
  display: block;
  user-select: none;
}

.GameCard--content {
  padding: 32px 0;
  flex: 1;
  z-index: 1;
  min-width: 0;
}

.GameCard--content h1 {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}

.GameCard--content p {
  margin: 0;
  color: #ffffff80;
  font-size: 16px;
  font-weight: 500;
}

.GameCard--spacer {
  margin-bottom: 10px;
}

.gc-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
  min-width: min-content;
  height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.gc-chip--primary {
  background: #296eff;
  color: #fff;
}

.gc-chip--secondary {
  background: #ffffff24;
  color: #fff;
}

.gc-chip--default {
  background: #ffffff1f;
  color: #fff;
}

.gc-chip-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
