/*
 * RUAY55 wallet inner-only fix.
 * Keeps the current wallet background/card artwork intact.
 * Only adjusts title alignment, cash detail separators/text, and auto-convert text alignment.
 */

html:root body #root .player-shell .wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash > .wallet-vip-card-title,
html:root body #root .player-shell .wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus > .wallet-vip-card-title {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  overflow: visible !important;
  transform: none !important;
}

html:root body #root .player-shell .wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash > .wallet-vip-card-title > .card-icon,
html:root body #root .player-shell .wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus > .wallet-vip-card-title > .card-icon {
  box-sizing: border-box !important;
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(122, 130, 103, 0.34) !important;
  border-radius: 50% !important;
  background: rgba(247, 249, 238, 0.78) !important;
  color: #315b45 !important;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.5) !important;
}

html:root body #root .player-shell .wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash > .wallet-vip-card-title > .card-icon svg,
html:root body #root .player-shell .wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus > .wallet-vip-card-title > .card-icon svg {
  width: 22px !important;
  height: 22px !important;
}

html:root body #root .player-shell .wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash > .wallet-vip-card-title > strong,
html:root body #root .player-shell .wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus > .wallet-vip-card-title > strong {
  display: block !important;
  min-width: 0 !important;
  overflow: visible !important;
  line-height: 1.05 !important;
  white-space: nowrap !important;
}

html:root body #root .player-shell .wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details {
  display: grid !important;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.22fr) minmax(0, 1.26fr) !important;
  align-items: stretch !important;
  gap: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
}

html:root body #root .player-shell .wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details::before,
html:root body #root .player-shell .wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details::after,
html:root body #root .player-shell .wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details > span::before,
html:root body #root .player-shell .wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details > span::after {
  content: none !important;
  display: none !important;
}

html:root body #root .player-shell .wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details > span {
  min-width: 0 !important;
  min-height: 52px !important;
  padding: 0 10px !important;
  display: grid !important;
  align-content: center !important;
  gap: 4px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-left: 0 !important;
}

html:root body #root .player-shell .wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details > span:first-child {
  padding-left: 0 !important;
  border-left: 0 !important;
}

html:root body #root .player-shell .wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details small,
html:root body #root .player-shell .wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details b {
  display: block !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

html:root body #root .player-shell .wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details b {
  font-size: clamp(10px, 2.65vw, 13px) !important;
  line-height: 1.05 !important;
}

html:root body #root .player-shell .wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash > .balance-stats > span > strong {
  font-size: clamp(18px, 5vw, 24px) !important;
}

html:root body #root .player-shell .wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus > .auto-convert-note {
  display: grid !important;
  grid-template-columns: 26px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 42px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden !important;
  line-height: 1 !important;
  transform: none !important;
}

html:root body #root .player-shell .wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus > .auto-convert-note > svg {
  width: 20px !important;
  height: 20px !important;
  justify-self: center !important;
}

html:root body #root .player-shell .wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus > .auto-convert-note > span {
  min-width: 0 !important;
  min-height: 100% !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
}

html:root body #root .player-shell .wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus > .auto-convert-note strong {
  display: block !important;
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  line-height: 1.16 !important;
  font-size: clamp(13px, 3.4vw, 16px) !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus > .wallet-vip-card-title > .card-icon,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash > .wallet-vip-card-title > .card-icon {
  display: grid !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus > .auto-convert-note > span,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus > .auto-convert-note strong {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus > .auto-convert-note > span {
  grid-column: 2 !important;
  flex: 1 1 auto !important;
  justify-content: center !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus > .auto-convert-note > svg {
  grid-column: 1 !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus > .auto-convert-note strong {
  font-size: 14px !important;
  letter-spacing: -0.02em !important;
  overflow: hidden !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details > span:nth-child(2) b,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details > span:nth-child(3) b {
  width: 100% !important;
  max-width: none !important;
  font-size: 11px !important;
  letter-spacing: -0.035em !important;
  line-height: 1.05 !important;
  overflow: hidden !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash > .balance-stats > span > strong {
  font-size: 19px !important;
  letter-spacing: -0.035em !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash > .balance-stats {
  position: absolute !important;
  top: auto !important;
  left: 4.8% !important;
  right: 4.8% !important;
  bottom: 4.2% !important;
  z-index: 3 !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  width: auto !important;
  max-width: 100% !important;
  height: 58px !important;
  min-height: 58px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  transform: none !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash > .balance-stats > span {
  box-sizing: border-box !important;
  position: relative !important;
  min-width: 0 !important;
  height: 58px !important;
  min-height: 58px !important;
  margin: 0 !important;
  padding: 7px 9px !important;
  display: grid !important;
  grid-template-columns: 38px minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  align-content: center !important;
  align-items: center !important;
  column-gap: 9px !important;
  row-gap: 3px !important;
  overflow: hidden !important;
  border: 1px solid rgba(122, 130, 103, 0.34) !important;
  border-radius: 10px !important;
  background: rgba(255, 253, 246, 0.76) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.72), 0 2px 5px rgba(43, 59, 40, 0.08) !important;
  color: #5a6760 !important;
  font-size: clamp(10px, 3vw, 12px) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  white-space: nowrap !important;
  transform: none !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash > .balance-stats > span::before {
  content: "⇧" !important;
  position: static !important;
  grid-column: 1 !important;
  grid-row: 1 / 3 !important;
  align-self: center !important;
  justify-self: center !important;
  width: 35px !important;
  height: 35px !important;
  margin: 0 !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(88, 112, 76, 0.44) !important;
  border-radius: 50% !important;
  color: #315b45 !important;
  background: linear-gradient(145deg, rgba(249, 251, 240, 0.96), rgba(213, 223, 201, 0.92)) !important;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.5) !important;
  font-size: 21px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  transform: none !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash > .balance-stats > span:nth-child(2)::before {
  content: "◷" !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash > .balance-stats > span > strong {
  grid-column: 2 !important;
  display: block !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash {
  background-color: transparent !important;
  background-image: url("/assets/wallet-clean-card-bg-wide-v2-crop90-no-border-20260731.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 100% 100% !important;
  border: 1px solid rgba(142, 148, 125, 0.52) !important;
  border-radius: 18px !important;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.58), 0 1px 4px rgba(47, 61, 42, 0.08) !important;
  overflow: hidden !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus {
  background-color: transparent !important;
  background-image: url("/assets/wallet-clean-gift-card-bg-v9-no-left-icon-20260731.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 100% 100% !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash::before,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash::after,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus::before,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus::after {
  content: none !important;
  display: none !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details {
  position: relative !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details::before,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details::after {
  content: "" !important;
  position: absolute !important;
  top: 2px !important;
  bottom: 2px !important;
  width: 1px !important;
  display: block !important;
  background: rgba(91, 100, 89, 0.38) !important;
  pointer-events: none !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details::before {
  left: 28.6% !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details::after {
  left: 64.2% !important;
}

/* Final inner layout: clean background + one normal grid layout, no old stacked positioning. */
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-rows: 42px 22px 58px 52px 58px !important;
  align-content: start !important;
  gap: 6px !important;
  height: auto !important;
  min-height: clamp(286px, 76.86vw, 330px) !important;
  padding: clamp(16px, 4.7vw, 20px) clamp(16px, 4.7vw, 20px) 15px !important;
  overflow: hidden !important;
  aspect-ratio: auto !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash > .wallet-vip-card-title,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus > .wallet-vip-card-title {
  box-sizing: border-box !important;
  position: static !important;
  inset: auto !important;
  width: auto !important;
  max-width: 100% !important;
  height: 42px !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  overflow: visible !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash > .wallet-vip-card-title > .card-icon,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus > .wallet-vip-card-title > .card-icon {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  flex: 0 0 40px !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash > .wallet-vip-card-title > strong,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus > .wallet-vip-card-title > strong {
  line-height: 40px !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash > small,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash > h2,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash > .wallet-vip-asset-meta,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash > .balance-stats {
  position: static !important;
  inset: auto !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  transform: none !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash > small {
  display: block !important;
  min-height: 22px !important;
  color: #607068 !important;
  font-size: clamp(18px, 5.7vw, 23px) !important;
  font-weight: 900 !important;
  line-height: 22px !important;
  white-space: nowrap !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash > h2 {
  display: flex !important;
  align-items: center !important;
  min-width: 0 !important;
  min-height: 58px !important;
  color: #064c3d !important;
  font-size: clamp(38px, 11.6vw, 49px) !important;
  font-weight: 950 !important;
  letter-spacing: -0.045em !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: clip !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash > .wallet-vip-asset-meta {
  display: block !important;
  min-height: 52px !important;
  padding: 0 !important;
  border-top: 0 !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details {
  height: 52px !important;
  min-height: 52px !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash > .balance-stats {
  height: 58px !important;
  min-height: 58px !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-rows: 42px 52px 50px 42px !important;
  align-content: start !important;
  gap: 6px !important;
  height: auto !important;
  min-height: clamp(230px, 62vw, 258px) !important;
  padding: clamp(15px, 4.4vw, 18px) clamp(16px, 4.7vw, 20px) 14px !important;
  overflow: hidden !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus > h2,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus > .balance-stats,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus > .auto-convert-note {
  position: static !important;
  inset: auto !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  transform: none !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus > h2 {
  display: flex !important;
  align-items: center !important;
  min-height: 52px !important;
  font-size: clamp(38px, 11vw, 48px) !important;
  line-height: 1 !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus > .balance-stats {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  height: 50px !important;
  min-height: 50px !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus > .auto-convert-note {
  min-height: 42px !important;
  height: 42px !important;
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: 28px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 0 12px !important;
  border: 1px solid rgba(122, 130, 103, 0.26) !important;
  border-radius: 10px !important;
  background: rgba(255, 253, 246, 0.66) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.72) !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus > .auto-convert-note > svg {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  justify-self: center !important;
  color: #73845f !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus > .auto-convert-note > span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  height: 100% !important;
}

/* Final pass: fix the four marked wallet-card details with one clean layout. */
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus {
  overflow: hidden !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash {
  grid-template-rows: 36px 22px 56px 54px 58px !important;
  gap: 6px !important;
  padding-top: clamp(22px, 6.15vw, 26px) !important;
  padding-left: clamp(18px, 5.25vw, 22px) !important;
  padding-right: clamp(18px, 5.25vw, 22px) !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus {
  grid-template-rows: 36px 52px 52px 42px !important;
  gap: 6px !important;
  padding-top: clamp(22px, 6.15vw, 26px) !important;
  padding-left: clamp(18px, 5.25vw, 22px) !important;
  padding-right: clamp(18px, 5.25vw, 22px) !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash > .wallet-vip-card-title,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus > .wallet-vip-card-title {
  height: 36px !important;
  min-height: 36px !important;
  align-items: center !important;
  gap: 9px !important;
  overflow: visible !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash > .wallet-vip-card-title > .card-icon,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus > .wallet-vip-card-title > .card-icon {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  flex: 0 0 34px !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash > .wallet-vip-card-title > .card-icon svg,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus > .wallet-vip-card-title > .card-icon svg {
  width: 19px !important;
  height: 19px !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash > .wallet-vip-card-title > strong,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus > .wallet-vip-card-title > strong {
  display: flex !important;
  align-items: center !important;
  height: 36px !important;
  min-height: 36px !important;
  line-height: 1 !important;
  padding: 0 0 1px !important;
  overflow: visible !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details {
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.2fr) minmax(0, 1.06fr) !important;
  height: 54px !important;
  min-height: 54px !important;
  overflow: visible !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details::before {
  left: 30.4% !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details::after {
  left: 67.8% !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details > span {
  min-height: 54px !important;
  height: 54px !important;
  padding: 0 9px !important;
  overflow: hidden !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details > span:first-child {
  padding-left: 0 !important;
  padding-right: 12px !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details > span:nth-child(2) {
  padding-left: 22px !important;
  padding-right: 12px !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details > span:nth-child(3) {
  padding-left: 13px !important;
  padding-right: 0 !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details small {
  font-size: clamp(13px, 3.5vw, 16px) !important;
  line-height: 1.05 !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details b {
  font-size: clamp(10px, 2.9vw, 12px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.035em !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus > .balance-stats {
  height: 52px !important;
  min-height: 52px !important;
  gap: 9px !important;
  overflow: visible !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus > .balance-stats > span {
  box-sizing: border-box !important;
  min-width: 0 !important;
  height: 52px !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 6px 8px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 3px !important;
  overflow: hidden !important;
  border: 1px solid rgba(122, 130, 103, 0.36) !important;
  border-radius: 10px !important;
  background: rgba(255, 253, 246, 0.68) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.72), 0 1px 4px rgba(43, 59, 40, 0.07) !important;
  color: #52645d !important;
  font-size: clamp(12px, 3.35vw, 15px) !important;
  font-weight: 900 !important;
  line-height: 1.08 !important;
  white-space: nowrap !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus > .balance-stats > span::before,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus > .balance-stats > span::after {
  content: none !important;
  display: none !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus > .balance-stats > span > strong {
  display: block !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  font-size: clamp(13px, 3.55vw, 17px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.02em !important;
}

/* The supplied background artwork already includes the card frame. Remove the old container frame. */
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

/* Keep the two main amounts inside the artwork breathing room. */
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash > h2 {
  font-size: clamp(28px, 7.8vw, 34px) !important;
  letter-spacing: -0.04em !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus > h2 {
  font-size: clamp(29px, 8vw, 35px) !important;
  letter-spacing: -0.035em !important;
}

/* v6: the selected original gift-card artwork already contains its gift.
   Remove the extra DOM title icon so the artwork is the only gift layer. */
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus > .wallet-vip-card-title {
  padding-left: 16.8% !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-bonus > .wallet-vip-card-title > .card-icon {
  display: none !important;
}

/* v6 hard lock: the supplied original gift artwork is the single gift layer. */
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.bonus.wallet-vip-card.wallet-vip-bonus,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.bonus.wallet-vip-card.wallet-vip-bonus::before,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.bonus.wallet-vip-card.wallet-vip-bonus::after,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash::before,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash::after {
  content: none !important;
  display: none !important;
  background: none !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.bonus.wallet-vip-card.wallet-vip-bonus > .wallet-vip-card-title > .card-icon {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  min-width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  flex: 0 0 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.bonus.wallet-vip-card.wallet-vip-bonus > .wallet-vip-card-title > .card-icon svg {
  display: none !important;
}

/* v5: remove the old right-side decorative gift/ornament element only.
   The left title gift icon remains visible. */
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.bonus.wallet-vip-card.wallet-vip-bonus > .wallet-vip-ornament,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.bonus.wallet-vip-card.wallet-vip-bonus > .wallet-vip-crown,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.bonus.wallet-vip-card.wallet-vip-bonus > img:not(.card-icon),
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.bonus.wallet-vip-card.wallet-vip-bonus > picture {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* v7: use the supplied gift-card artwork as the single gift layer.
   The artwork already contains the left title gift and the right gift box; no extra gift DOM is shown. */
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.bonus.wallet-vip-card.wallet-vip-bonus {
  background-image: url("/assets/wallet-clean-gift-card-bg-v25-clean-right-final-20260731.png") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 100% 100% !important;
  border: 1px solid rgba(142, 148, 125, 0.52) !important;
  border-radius: 18px !important;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.58), 0 1px 4px rgba(47, 61, 42, 0.08) !important;
  overflow: hidden !important;
  grid-template-rows: 38px 50px 52px 42px !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.bonus.wallet-vip-card.wallet-vip-bonus > .wallet-vip-card-title {
  height: 38px !important;
  min-height: 38px !important;
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  padding-left: 16.8% !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.bonus.wallet-vip-card.wallet-vip-bonus > .wallet-vip-card-title > strong {
  height: 38px !important;
  min-height: 38px !important;
  display: flex !important;
  align-items: center !important;
  line-height: 1 !important;
  box-sizing: border-box !important;
  padding-top: 8px !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.bonus.wallet-vip-card.wallet-vip-bonus > .wallet-vip-card-title > .card-icon {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  min-width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  flex: 0 0 0 !important;
  place-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 50% !important;
  overflow: hidden !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.bonus.wallet-vip-card.wallet-vip-bonus > .wallet-vip-card-title > .card-icon svg {
  display: none !important;
  width: 19px !important;
  height: 19px !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details > span:nth-child(2) {
  padding-left: 22px !important;
}

/* v7 icon correction: do not rely on stretched artwork/icons for the title and stat tiles. */
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.bonus.wallet-vip-card.wallet-vip-bonus > .wallet-vip-card-title {
  height: 42px !important;
  min-height: 42px !important;
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  padding-left: 0 !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.bonus.wallet-vip-card.wallet-vip-bonus > .wallet-vip-card-title > strong {
  height: 42px !important;
  min-height: 42px !important;
  display: flex !important;
  align-items: center !important;
  line-height: 1 !important;
  padding-top: 0 !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.bonus.wallet-vip-card.wallet-vip-bonus > .wallet-vip-card-title > .card-icon {
  display: grid !important;
  visibility: visible !important;
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  flex: 0 0 42px !important;
  aspect-ratio: 1 / 1 !important;
  place-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  background: rgba(252, 249, 239, 0.98) !important;
  border: 1px solid rgba(137, 145, 111, 0.28) !important;
  box-shadow: 0 1px 5px rgba(47, 61, 42, 0.14), inset 0 0 0 2px rgba(255, 255, 255, 0.55) !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.bonus.wallet-vip-card.wallet-vip-bonus > .wallet-vip-card-title > .card-icon svg {
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  aspect-ratio: 1 / 1 !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash > .balance-stats > span::before {
  content: "" !important;
  width: 35px !important;
  height: 35px !important;
  min-width: 35px !important;
  min-height: 35px !important;
  aspect-ratio: 1 / 1 !important;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23315b45' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 14.2V5.8'/%3E%3Cpath d='M8.45 9.35 12 5.8l3.55 3.55'/%3E%3Cpath d='M6.4 13.15v3.7c0 .9.72 1.62 1.62 1.62h7.96c.9 0 1.62-.72 1.62-1.62v-3.7'/%3E%3Cpath d='M8.55 15.05h6.9' opacity='.72'/%3E%3C/svg%3E") center / 20px 20px no-repeat,
    linear-gradient(145deg, rgba(249, 251, 240, 0.96), rgba(213, 223, 201, 0.92)) !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.wallet-vip-card.wallet-vip-cash > .balance-stats > span:nth-child(2)::before {
  content: "" !important;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23315b45' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='7.45'/%3E%3Cpath d='M12 8.05v4.45l3.05 1.88'/%3E%3Cpath d='M6.65 6.65 5.35 5.35' opacity='.55'/%3E%3Cpath d='M17.35 6.65l1.3-1.3' opacity='.55'/%3E%3C/svg%3E") center / 19px 19px no-repeat,
    linear-gradient(145deg, rgba(249, 251, 240, 0.96), rgba(213, 223, 201, 0.92)) !important;
}

/* Final single-frame lock: cash background has no baked frame; draw exactly one container frame. */
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash {
  background-image: url("/assets/wallet-clean-card-bg-wide-v2-crop90-no-border-20260731.png") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 100% 100% !important;
  border: 1px solid rgba(142, 148, 125, 0.52) !important;
  border-radius: 18px !important;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.58), 0 1px 4px rgba(47, 61, 42, 0.08) !important;
  overflow: hidden !important;
}

/* Final three-column text safety: prevent the gift-code label from looking clipped. */
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr) minmax(0, 1.16fr) !important;
  overflow: visible !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details > span {
  overflow: visible !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details > span:nth-child(3) {
  padding-left: 18px !important;
  padding-right: 10px !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details small,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details b {
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
}

/* Final residue cleanup: the old exchange hint must not sit behind the two cash stat boxes. */
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash > .wallet-vip-asset-meta > p,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash > .wallet-vip-asset-meta > .wallet-vip-rate-note,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash > .wallet-vip-asset-meta > .wallet-vip-exchange-note {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Final auto-convert row: center the icon and text as one clean group inside the box. */
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.bonus.wallet-vip-card.wallet-vip-bonus > .auto-convert-note {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  padding: 0 14px !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.bonus.wallet-vip-card.wallet-vip-bonus > .auto-convert-note > svg {
  flex: 0 0 22px !important;
  width: 22px !important;
  height: 22px !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.bonus.wallet-vip-card.wallet-vip-bonus > .auto-convert-note > span {
  flex: 0 1 auto !important;
  width: auto !important;
  max-width: calc(100% - 34px) !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

/* Final stat-icon cleanup: keep one flat icon layer only. */
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash > .balance-stats > span > svg,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash > .balance-stats > span > .card-icon,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash > .balance-stats > span > .stat-icon,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash > .balance-stats > span > i:empty,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash > .balance-stats > span > em:empty {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash > .balance-stats > span::before {
  content: "" !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  border: 1px solid rgba(96, 124, 83, 0.42) !important;
  border-radius: 50% !important;
  background-color: rgba(246, 249, 238, 0.96) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23315b45' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5.4 8.05h11.95c.82 0 1.48.66 1.48 1.48v5.08c0 .82-.66 1.48-1.48 1.48H5.4c-.82 0-1.48-.66-1.48-1.48V9.53c0-.82.66-1.48 1.48-1.48Z'/%3E%3Cpath d='M6.25 8.05V6.92c0-.78.63-1.41 1.41-1.41h9.13' opacity='.74'/%3E%3Ccircle cx='8.35' cy='12.07' r='1.22'/%3E%3Cpath d='m11.05 12.45 1.56 1.48 3.12-3.35'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 20px 20px !important;
  box-shadow: none !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash > .balance-stats > span:nth-child(2)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23315b45' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='7.45'/%3E%3Cpath d='M12 8.05v4.45l3.05 1.88'/%3E%3C/svg%3E") !important;
  background-size: 18px 18px !important;
}

/* Final cash rate row: restore the exchange hint above the two stat boxes and move
   the boxes down through the card grid, with one clean layout owner. */
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash {
  grid-template-rows: 42px 22px 58px 76px 58px !important;
  min-height: clamp(310px, 82.2vw, 344px) !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash > .wallet-vip-asset-meta {
  display: grid !important;
  grid-template-rows: 52px 18px !important;
  align-content: start !important;
  gap: 5px !important;
  min-height: 76px !important;
  height: 76px !important;
  overflow: visible !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash > .wallet-vip-asset-meta > p,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash > .wallet-vip-asset-meta > .wallet-vip-rate-note,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash > .wallet-vip-asset-meta > .wallet-vip-exchange-note {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash > .wallet-vip-asset-meta::after {
  content: attr(data-exchange-note) !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-width: 0 !important;
  width: 100% !important;
  height: 18px !important;
  min-height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: rgba(82, 91, 80, 0.86) !important;
  font-size: clamp(11px, 3.18vw, 13px) !important;
  font-weight: 850 !important;
  line-height: 18px !important;
  letter-spacing: -0.01em !important;
  white-space: nowrap !important;
  text-overflow: clip !important;
}

/* v8 polish: put the exchange hint directly under "总资产 · USD" and make the
   three wallet columns read as clear account summaries, not clipped table cells. */
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash {
  grid-template-rows: 42px 22px 18px 56px 54px 58px !important;
  gap: 5px !important;
  min-height: clamp(318px, 84vw, 350px) !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash > .wallet-vip-card-title {
  grid-row: 1 !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash > small {
  grid-row: 2 !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash > .wallet-vip-total-rate-note {
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  grid-row: 3 !important;
  min-width: 0 !important;
  width: 100% !important;
  height: 18px !important;
  min-height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: rgba(91, 99, 88, 0.78) !important;
  font-size: clamp(10px, 2.95vw, 12px) !important;
  font-weight: 800 !important;
  line-height: 18px !important;
  letter-spacing: -0.01em !important;
  white-space: nowrap !important;
  text-overflow: clip !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash > h2 {
  grid-row: 4 !important;
  min-height: 56px !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash > .wallet-vip-asset-meta {
  grid-row: 5 !important;
  display: block !important;
  min-height: 54px !important;
  height: 54px !important;
  overflow: visible !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash > .balance-stats {
  grid-row: 6 !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash > .wallet-vip-asset-meta::after {
  content: none !important;
  display: none !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details {
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.2fr) minmax(0, 1.2fr) !important;
  height: 54px !important;
  min-height: 54px !important;
  overflow: visible !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details::before,
html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details::after {
  top: 8px !important;
  bottom: 8px !important;
  width: 1px !important;
  background: linear-gradient(
    to bottom,
    rgba(91, 100, 89, 0),
    rgba(91, 100, 89, 0.34) 20%,
    rgba(91, 100, 89, 0.34) 80%,
    rgba(91, 100, 89, 0)
  ) !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details::before {
  left: 27.8% !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details::after {
  left: 63.8% !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details > span {
  min-height: 54px !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  gap: 4px !important;
  align-content: center !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details > span:first-child {
  padding-left: 0 !important;
  padding-right: 14px !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details > span:nth-child(2) {
  padding-left: 18px !important;
  padding-right: 16px !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details > span:nth-child(3) {
  padding-left: 18px !important;
  padding-right: 4px !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details small {
  color: rgba(82, 91, 80, 0.92) !important;
  font-size: clamp(13px, 3.55vw, 16px) !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.01em !important;
}

html:root body #root .player-shell.player-shell .wallet-page.wallet-page[data-wallet-option2="sage-vip"] article.balance-card.cash.wallet-vip-card.wallet-vip-cash .wallet-vip-asset-details b {
  color: #064c3d !important;
  font-size: clamp(10px, 3vw, 13px) !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.025em !important;
}
