body {
  background: white;
}
.container.inner {
  box-shadow: 0px 5px 5px 0px darkgreen;
}
.tile-collection {
  overflow: hidden;
  position: relative;
  padding: 0.125em;
  border: var(--thumbnail-borders-w) solid var(--thumbnail-borders);
  border-radius: var(--thumbnail-borders-radius);
  margin: 0.25em 0;
  background: #fff;
  text-decoration: none;
  transition: box-shadow 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  box-shadow: 0 1px 6px 0 rgba(50, 50, 50, 0.4);
}
.tile-thumbnail {
  height: auto;
  padding: 0;
  border-radius: var(--thumbnail-borders-radius) var(--thumbnail-borders-radius);
}
.tile-name.grid-col {
  font-size: 11px;
  font-weight: bold;
  padding-top: 10%;
  color: darkred;
  white-space: nowrap;
  overflow: hidden;
}
.box-title {
  color: darkred;
  font-size: 16px;
}
.box-title a {
  text-decoration: none;
}
.wdg_footer {
  background-color: var(--background-header);
  color: #fff;
    border-top: 1px solid #ffffff50;
}
.menu-header {
  background-color: var(--background-header);
}
.wdg_header,
.wdg_menu {
  background-color: var(--background-header);
}
.wdg_menu .menu-item:hover .icon-wrapper,
.wdg_menu .menu-item .more_games-dropdown_item:hover .icon-wrapper {
  background-color: inherit;
  text-decoration: underline;
}

.wdg_footer--text-column__item {
  margin-right: 20px;
}
.wdg_applist .tile:hover .tile-title {
  font-weight: inherit;
}
.grid-col.col-l-2-3.full-width {
  width: 100%;
}
.logo.pc {
  margin-left: 10px;
}

#onetrust-consent-sdk.age-confirmed #onetrust-policy-title::after {
  content: "2/2";
  font-size: 14px;
  line-height: 21px;
  position: absolute;
  right: 20px;
  top: 20px;
}

#onetrust-consent-sdk {
  display: none !important;
}

#onetrust-close-btn-container {
  display: none !important;
}

.content-container {
  max-width: 480px;
  text-align: center;
  display: block;
}

@media only screen and (max-width: 650px) {
  .content-container {
    max-width: 100%;
  }
}

@media only screen and (max-width: 450px) {
  .content-container {
    display: flex;
    flex-direction: column;
  }

  .content-container p {
    order: 1;
  }
}

@media screen and (max-width: 560px) {
  .btn-group {
    grid-template-columns: 1fr !important;
  }
}

.btn-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 2em;
  order: 1;
  width: 95%;
  margin: auto;
}

.banner {
  text-align: center;
}

#ad_banner {
  margin: 2px 0;
}
#ad_banner .item.mobile {
  min-width: 300px;
  min-height: 250px;
}
#ad_banner .item.desktop {
  min-width: 468px;
  min-height: 60px;
}
#playButton {
  display: block;
  margin: 10px auto;
  background-color: orange;
  color: white;
  padding: 10px;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
}

.tile-thumbnail.detail {
  height: 100%;
  padding: 0;
}

@keyframes blink {
  0% {
      background-color: red;
  }

  25% {
      background-color: purple;
  }

  50% {
      background-color: blue;
  }

  75% {
      background-color: green;
  }

  100% {
      background-color: red;
  }
}

#playButton {
  animation: blink 2s infinite;
}

.game-description, .game-howtoplay {
  font-size: 0.875em;
  margin: 10px 0;
}
.collection-names a {
  font-size: 0.875em;
  font-style: italic;
  text-decoration: underline;
  margin: 0 4px 0 0;
  color: darkgoldenrod;
}
.thumb button {
  background: none;
}
.thumb .rate-up {
  color: green;
}
.thumb .rate-down {
  color: red;
}

