.back-top {
  display: none;
}

html,
body {
  font-size: 0.833333px !important;
  background: white;
}

html,
body,
main {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

main {
  display: flex;
  flex-direction: column;
  font-size: 14rem;
}

.tab-nav .nav-item .nav-button {
  padding: 10px 10px;
}

.tab-content {
  flex: 1;
  overflow-y: auto;
}

.game-list {
  gap: 10px;
  padding: 3px;
  flex-direction: row;
  display: flex;
}

.game-list .game-list-item {
  display: inline-block;
  padding: 0;
  position: relative;
  overflow: hidden;
  font-size: var(--font-size-small);
  border-radius: 10px;
  width: 122.2px;
  min-width: 122.2px;
}

.game-list-item:hover .game-list-img {
  scale: 1.05;
}

.game-list-text {
  display: none;
}

.get-widget-btn:hover {
  opacity: 1 !important;
  background-color: var(--color-primary) !important;
  color: white !important;
}