/* ===============================
   RAPIHKAN ICON & BUTTON MENU
   =============================== */
a[data-game-category] {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

a[data-game-category] img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
}

/* Button Mahjong / Jackpot */
a[data-game-category="Mahjongx1000"],
a[data-game-category="MahjongBonus"] {
  padding: 6px 10px;
  font-size: 12px;
}

/* Supaya scale besar tidak merusak layout */
a[data-game-category="Mahjongx1000"] img,
a[data-game-category="MahjongBonus"] img {
  transform: scale(1.6) !important;
}

/* Icon PGSoft Super Scatter */
a[href="/mobile/slots/pgsoft"] img {
  width: 36px;
  height: 36px;
}