.ohw-balance-card{display:flex;flex-direction:column;gap:.25rem;padding:1.5rem;border-radius:12px;background:linear-gradient(135deg,#2c3e50,#4a6572);color:#fff;margin-bottom:1.5rem;max-width:360px}
.ohw-balance-label{font-size:.85rem;opacity:.85;text-transform:uppercase;letter-spacing:.05em}
.ohw-balance-value{font-size:2rem;font-weight:700}
.ohw-balance-value .amount{color:#fff}
.ohw-section{margin-bottom:2rem}
.ohw-section h3{margin-bottom:.75rem}
.ohw-packages{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}
.ohw-package{display:flex;flex-direction:column;align-items:center;padding:1rem 1.25rem;border:2px solid #ddd;border-radius:10px;cursor:pointer;background:#fff;transition:border-color .15s}
.ohw-package:hover,.ohw-package.selected{border-color:#2c3e50}
.ohw-pkg-amount{font-size:1.2rem;font-weight:700}
.ohw-pkg-bonus{font-size:.8rem;color:#27ae60}
.ohw-custom-topup{display:flex;gap:.5rem;align-items:center}
.ohw-tx-table{width:100%;border-collapse:collapse}
.ohw-tx-table th,.ohw-tx-table td{padding:.5rem .6rem;border-bottom:1px solid #eee;text-align:left;font-size:.92rem}
.ohw-tx-table .ohw-pos .amount{color:#27ae60}
.ohw-tx-table .ohw-neg .amount{color:#c0392b}
.ohw-partial-toggle{padding:.75rem;background:#f7f7f7;border-radius:8px;margin-bottom:1rem}
.ohw-pagination{margin-top:1rem;display:flex;gap:.35rem}
.ohw-pagination a{padding:.25rem .6rem;border:1px solid #ddd;border-radius:4px;text-decoration:none}
.ohw-pagination a.current{background:#2c3e50;color:#fff;border-color:#2c3e50}
.ohw-refund-pending{padding:.5rem;background:#fff8e1;border-radius:6px}
.ohw-bonus-badge{margin:.25rem 0 .75rem}
.ohw-bonus-pill{display:inline-block;padding:.15em .6em;font-size:.85em;font-weight:600;color:#fff;background:#7e57c2;border-radius:999px;line-height:1.6}
.ohw-price-bonus{font-size:.7em;font-weight:600;color:#7e57c2;white-space:nowrap}
.ohw-amount-chooser{margin:1rem 0}
.ohw-amount-label{font-weight:600;margin-bottom:.4rem}
.ohw-amount-options{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin-bottom:.6rem}
.ohw-amount-opt{display:inline-flex;align-items:center;gap:.3rem}
.ohw-custom-wrap input{max-width:160px}
.ohw-bonus-info{max-width:760px}
.ohw-bonus-info h2{margin-top:0}
.ohw-bonus-info h3{margin-top:1.5rem}
.ohw-info-balance{padding:1rem 1.25rem;background:#f3eef9;border-left:4px solid #7e57c2;border-radius:6px;margin-bottom:1.5rem;font-size:1.1rem}
.ohw-info-steps,.ohw-info-notes{margin-left:1.25rem}
.ohw-info-steps li,.ohw-info-notes li{margin-bottom:.4rem}
.ohw-info-cta{margin-top:1.5rem}
.ohw-no-payout .ohw-info-line{padding:.75rem 1rem;background:#f7f7f7;border-radius:8px;font-size:.92rem;color:#555;margin:0}
.ohw-affiliate-hint td{background:#3b82c4 !important;color:#fff !important;padding:1rem 1.25rem !important;font-size:.95rem;font-weight:600;line-height:1.5;text-align:center;border:none !important}
.ohw-affiliate-hint td::before{content:"★ ";}
.ohw-exclusion-note{padding:.75rem 1rem;background:#fff8e1;border-left:4px solid #f0ad4e;border-radius:6px;font-size:.9rem;color:#7a5c00;margin:.5rem 0}
