.install-game-logo {
	max-height: 48px;
	max-width: 48px
}

.install-game-box h2 {
	font-size: 14px;
    font-weight: 500;
	color: #F8F9FB
}

.install-game-box h2 .highlight {
	font-size: 24px;
	color: var(--yellow-light, #ffdf74);
	font-weight: 800;
}

.install-game-box ul {
	list-style-type: none;
    padding-left: 0; /* Optional */
}

.install-game-box ul li {
	background-color: #130B00;
	border-radius: 8px;
	padding: 15px 12px 15px 12px;
	margin: 10px;
	font-size: 14px;
	list-style-type: none;
	line-height: 21px;
	font-weight: 700;
}

.explore-text {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  --bg-size: 500%;
  background: linear-gradient(90deg,
      #e6ff00 -2.26%,
      #e43023 28.78%,
      #e8533d 61.38%,
      #e96a00 79.49%,
      #e70e02 101.22%) 0 0 / var(--bg-size) 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  background-position: 0 0;
  animation: move-bg 5s infinite linear;
  -webkit-animation: move-bg 5s infinite linear;
  -moz-animation: move-bg 5s infinite linear;
  -o-animation: move-bg 5s infinite linear;
  cursor: pointer;
}

.main-title h1 {
	color: var(--yellow-light, #ffdf74) !important;
	font-size: 20px;
	line-height: 28.8px;
}

.btn-download-game {
	color: #672103 !important;
    background: linear-gradient(97.48deg, #FEDE5E -1.19%, #FFCC68 60.53%, #FDF8BE 100%);
}

.light-color {
	color: var(--white, #fff) !important
}