/* Presentation fixes for script-free mirrored pages. */
.game-type-page .game-nav-tab {
  word-spacing: normal !important;
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 0;
  row-gap: 4px;
  padding: 9px 12px 5px !important;
  line-height: 28px;
}
.game-type-page .game-nav-tab .nav-tab-item {
  margin: 0 4px 4px !important;
  padding: 0 9px !important;
  white-space: nowrap;
  font-family: Arial, sans-serif;
}
.game-type-page .game-nav-tab .nav-tab-item i {
  display: inline-block;
  margin-right: 3px;
  color: #f06424;
  font-family: "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif !important;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 500 !important;
  letter-spacing: 0;
}
.game-type-page .game-nav-tab .color-1 {
  margin: 0 1px;
}
/* Genesia's scripts normally reveal these sections and remove wipe overlays. */
body.wp-theme-genesiaventures [data-thumb-animation]::before,
body.wp-theme-genesiaventures .topMission__thumb::before,
body.wp-theme-genesiaventures .topOpenInnovation__thumb::before {
  display: none !important;
}
body.wp-theme-genesiaventures .inView,
body.wp-theme-genesiaventures [data-fade],
body.wp-theme-genesiaventures [data-more-animation],
body.wp-theme-genesiaventures [data-symbol-animation],
body.wp-theme-genesiaventures [data-title-animation] span,
body.wp-theme-genesiaventures .topMission__content,
body.wp-theme-genesiaventures .topOpenInnovation__content,
body.wp-theme-genesiaventures .globalNav__compass,
body.wp-theme-genesiaventures .mainArea {
  opacity: 1 !important;
}

