/*
 * 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-v1-20260730.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-bonus {
  background-color: transparent !important;
  background-image: url("/assets/wallet-clean-gift-card-bg-v1-20260730.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: 13px !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(31px, 8.9vw, 38px) !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(32px, 9.1vw, 39px) !important;
  letter-spacing: -0.035em !important;
}

/* Gift-card artwork already contains the gift icon; align the text to that artwork, do not duplicate it. */
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;
}
