/* Minimal, clean UI */
.bbtc-support-field label { font-weight: 600; }
.bbtc-hint { color: #666; font-size: 12px; }
.bbtc-redeem-panel { padding: 12px; border: 1px solid #e2e2e2; border-radius: 6px; margin: 15px 0; background: #fafafa; }
.bbtc-redeem-panel h3 { margin-top: 0; }
.bbtc-redeem-row { display: flex; gap: 12px; align-items: center; margin-bottom: 8px; }
.bbtc-redeem-row label { width: 140px; font-weight: 600; }
.bbtc-msg { margin-top: 8px; font-size: 13px; }
.bbtc-group .bbtc-balance { display: flex; align-items: baseline; gap: 8px; margin-bottom: 10px; }
.bbtc-balance-label { text-transform: uppercase; letter-spacing: .03em; color: #666; font-size: 12px; }
.bbtc-balance-value { font-size: 28px; font-weight: 700; }
table.bbtc-ledger td.pos { color: #21759b; }
table.bbtc-ledger td.neg { color: #b32d2e; }

.bbtc-buy-box{margin:15px 0;padding:12px;border:1px solid #e2e2e2;border-radius:6px;background:#f6fbff}
.bbtc-buy-box .row{display:flex;gap:12px;align-items:center;margin-bottom:8px}
.bbtc-buy-box label{width:120px;font-weight:600}

