/*
 * Cash rail reskin — applied only on /my-street-wallet/, the real Wallet
 * System for WooCommerce dashboard (Top Up / Withdraw / Transfer). This is
 * a normal themed WordPress page, not the DEF House app shell, reached by
 * following the wallet panel's Cash rail link. Overrides just enough to
 * feel like the same product as DEF House (dark background, gold accent)
 * without touching the plugin's own files, so a plugin update can't break
 * this — it only ever adds rules, never edits plugin markup.
 */

.wps_wcb_wallet_display_wrapper_with_qr,
.wps_wcb_main_tabs_template,
.wps_wcb_body_template,
.wps_wcb_content_template {
    background: #0a0a0a !important;
    color: #e0e0e0 !important;
}

.wps_wcb_wallet_balance_container,
.wps_wcb_wallet_balance_container_withdrawal,
.wps-wallet-transaction-container {
    background: #111 !important;
    border: 0.5px solid #222 !important;
    border-radius: 0.75rem !important;
    color: #e0e0e0 !important;
}

.wallet-tabs ul.tabs li a {
    color: #888 !important;
}

.wallet-tabs ul.tabs li.active a,
.wallet-tabs ul.tabs li a:hover {
    color: #d4af37 !important;
}

.wps-btn__filled.button,
input#wps_recharge_wallet,
input#wps_proceed_transfer,
input[type="submit"].button {
    background: #d4af37 !important;
    border-color: #d4af37 !important;
    color: #0a0a0a !important;
    font-weight: 600 !important;
}

.wps-wallet-field-container input,
.wps-wallet-field-container select {
    background: #111 !important;
    border: 0.5px solid #333 !important;
    color: #e0e0e0 !important;
}

.wps-re-title,
.wps-pr-title {
    color: #d4af37 !important;
}
