/* Agent wallet only. Preserve the shared player shell and theme. */
html body #root .agent-dashboard .agent-wallet-page {
  box-sizing: border-box !important;
  padding: 14px !important;
}

html body #root .agent-dashboard .agent-wallet-page .agent-wallet-balance,
html body #root .agent-dashboard .agent-wallet-page .agent-wallet-currency-grid,
html body #root .agent-dashboard .agent-wallet-page .agent-wallet-actions,
html body #root .agent-dashboard .agent-wallet-page > .notice {
  width: 100% !important;
  margin-inline: 0 !important;
}

html body #root .agent-dashboard .agent-wallet-page .agent-wallet-actions {
  box-sizing: border-box !important;
  gap: 12px !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
}

html body #root .agent-dashboard .agent-wallet-page .agent-wallet-actions > button {
  min-width: 0 !important;
  overflow: hidden !important;
  border-radius: 18px !important;
}

@media (max-width: 700px) {
  html body #root .agent-dashboard .agent-wallet-page {
    padding: 12px !important;
  }

  html body #root .agent-dashboard .agent-wallet-page .agent-wallet-actions {
    gap: 10px !important;
  }
}
