/* Pokémon-world resource art: Pokédex, Pikachu, Rapidash, Meowth and League medal. */
.resource-art-v74 {
  display: block;
  max-width: none;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  filter: drop-shadow(0 2px 3px rgba(7, 44, 55, .18));
}

.game-screen[data-main-hud="v70"] .player-chip-progress > small > img.resource-art-v74 {
  width: 27px !important;
  height: 27px !important;
  transform: none !important;
}
.game-screen[data-main-hud="v70"] .player-chip-progress.is-exp > small > img.resource-art-v74--experience {
  width: 28px !important;
  height: 28px !important;
}
.game-screen[data-main-hud="v70"] .player-chip-progress.is-energy > small > img.resource-art-v74--energy {
  width: 29px !important;
  height: 29px !important;
  margin: -1px;
}
.game-screen[data-main-hud="v70"] .player-stamina-title > img.resource-art-v74--stamina {
  width: 40px !important;
  height: 40px !important;
  margin: -1px;
  transform: none !important;
}
.game-screen .joystick > em.joystick-run-status-v69 img.resource-art-v74--stamina {
  width: 27px !important;
  height: 27px !important;
}

.game-screen[data-main-hud="v70"] .world-wallet-currency.is-coins {
  grid-template-columns: 38px minmax(58px, auto) 30px !important;
}
.game-screen[data-main-hud="v70"] .world-wallet-currency.is-coins .world-wallet-currency-icon,
.game-screen[data-main-hud="v70"] .world-wallet-currency.is-coins .resource-art-v74--money {
  width: 38px !important;
  height: 32px !important;
}
.game-screen[data-main-hud="v70"] .world-wallet-currency.is-gems .world-wallet-currency-icon,
.game-screen[data-main-hud="v70"] .world-wallet-currency.is-gems .resource-art-v74--crystal {
  width: 32px !important;
  height: 32px !important;
}

.inventory-v52 .inventory-wallet-v49 > span.is-coins {
  grid-template-columns: 32px minmax(42px, auto) 28px !important;
}
.inventory-v52 .inventory-wallet-v49 > span.is-gems {
  grid-template-columns: 26px minmax(42px, auto) 28px !important;
}
.inventory-v52 .inventory-wallet-v49 > span.is-coins > .resource-art-v74--money {
  width: 32px !important;
  height: 27px !important;
}
.inventory-v52 .inventory-wallet-v49 > span.is-gems > .resource-art-v74--crystal {
  width: 26px !important;
  height: 26px !important;
}
.inventory-v52 .inventory-capacity-v52 > button > .resource-art-v74--crystal {
  width: 22px !important;
  height: 22px !important;
}

@media (min-width: 761px) and (max-width: 1180px) {
  .game-screen[data-main-hud="v70"] .player-chip-progress > small > img.resource-art-v74 {
    width: 24px !important;
    height: 24px !important;
  }
  .game-screen[data-main-hud="v70"] .player-chip-progress.is-energy > small > img.resource-art-v74--energy {
    width: 26px !important;
    height: 26px !important;
  }
  .game-screen[data-main-hud="v70"] .player-stamina-title > img.resource-art-v74--stamina {
    width: 35px !important;
    height: 35px !important;
  }
}

@media (min-width: 761px) and (max-width: 980px) {
  .game-screen[data-main-hud="v70"] .world-topbar > .world-wallet > .world-wallet-currency.is-coins {
    grid-template-columns: 26px minmax(21px, 1fr) 20px !important;
  }
  .game-screen[data-main-hud="v70"] .world-wallet-currency.is-coins .world-wallet-currency-icon,
  .game-screen[data-main-hud="v70"] .world-wallet-currency.is-coins .resource-art-v74--money {
    width: 26px !important;
    height: 23px !important;
  }
  .game-screen[data-main-hud="v70"] .world-wallet-currency.is-gems .world-wallet-currency-icon,
  .game-screen[data-main-hud="v70"] .world-wallet-currency.is-gems .resource-art-v74--crystal {
    width: 22px !important;
    height: 22px !important;
  }
}

@media (max-width: 760px) {
  .game-screen[data-main-hud="v70"] .player-chip-progress > small > img.resource-art-v74 {
    width: 20px !important;
    height: 20px !important;
  }
  .game-screen[data-main-hud="v70"] .player-chip-progress.is-energy > small > img.resource-art-v74--energy {
    width: 22px !important;
    height: 22px !important;
  }
  .game-screen[data-main-hud="v70"] .world-topbar > .world-wallet > .world-wallet-currency.is-coins {
    grid-template-columns: 29px minmax(29px, 1fr) 24px !important;
  }
  .game-screen[data-main-hud="v70"] .world-wallet-currency.is-coins .world-wallet-currency-icon,
  .game-screen[data-main-hud="v70"] .world-wallet-currency.is-coins .resource-art-v74--money {
    width: 29px !important;
    height: 25px !important;
  }
  .game-screen[data-main-hud="v70"] .world-wallet-currency.is-gems .world-wallet-currency-icon,
  .game-screen[data-main-hud="v70"] .world-wallet-currency.is-gems .resource-art-v74--crystal {
    width: 25px !important;
    height: 25px !important;
  }
  .inventory-v52 .inventory-wallet-v49 > span.is-coins {
    grid-template-columns: 25px minmax(18px, auto) !important;
  }
  .inventory-v52 .inventory-wallet-v49 > span.is-gems {
    grid-template-columns: 21px minmax(18px, auto) !important;
  }
  .inventory-v52 .inventory-wallet-v49 > span.is-coins > .resource-art-v74--money {
    width: 25px !important;
    height: 21px !important;
  }
  .inventory-v52 .inventory-wallet-v49 > span.is-gems > .resource-art-v74--crystal {
    width: 21px !important;
    height: 21px !important;
  }
  .inventory-v52 .inventory-capacity-v52 > button > .resource-art-v74--crystal {
    width: 17px !important;
    height: 17px !important;
  }
}

@media (max-width: 360px) {
  .inventory-v52 .inventory-wallet-v49 > span.is-coins {
    grid-template-columns: 22px minmax(16px, auto) !important;
  }
  .inventory-v52 .inventory-wallet-v49 > span.is-gems {
    grid-template-columns: 19px minmax(16px, auto) !important;
  }
  .inventory-v52 .inventory-wallet-v49 > span.is-coins > .resource-art-v74--money {
    width: 22px !important;
    height: 19px !important;
  }
  .inventory-v52 .inventory-wallet-v49 > span.is-gems > .resource-art-v74--crystal {
    width: 19px !important;
    height: 19px !important;
  }
}
