.features-alpha-callout {
  margin-top: 6px;
}

.features-games-section {
  display: grid;
  gap: 18px;
}

.features-game-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.features-game-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(24, 48, 44, 0.08);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 250, 0.96));
  box-shadow: 0 14px 28px rgba(18, 39, 34, 0.08);
  color: var(--text);
  font-weight: 700;
}
