/* Resource rail v64: explicit currency artwork and independent add controls. */

.game-screen .world-wallet-currency-icon,
.game-screen .world-wallet-currency-icon img {
  display: block;
  width: 22px;
  height: 22px;
}

.game-screen .world-wallet-currency-icon img {
  object-fit: contain;
  pointer-events: none;
}

.game-screen .world-wallet-currency button {
  flex: 0 0 auto;
  isolation: isolate;
}

@media (max-width: 760px) {
  .game-screen .world-wallet-currency-icon,
  .game-screen .world-wallet-currency-icon img {
    width: 19px;
    height: 19px;
  }
}

@media (max-width: 430px) {
  .game-screen .world-wallet-currency-icon,
  .game-screen .world-wallet-currency-icon img {
    width: 17px;
    height: 17px;
  }
}
