.bc-table { display: flex; gap: 22px; justify-content: center; margin: 14px 0; }
.bc-side { text-align: center; }
.bc-label { color: #c7cde0; margin-bottom: 6px; }
.bc-cards { display: flex; gap: 6px; min-height: 64px; align-items: center; justify-content: center; }
.bc-card { width: 44px; height: 62px; border-radius: 8px; background: #fff; color: #222; font-size: 22px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.bc-total { margin-top: 6px; font-weight: 800; color: #ffd93d; }
.bc-bets { display: flex; gap: 10px; justify-content: center; margin: 10px 0; }
.bc-bet { padding: 10px 16px; border: none; border-radius: 10px; background: #2b3354; color: #fff; font-weight: 700; cursor: pointer; }
.bc-bet.on { background: #ffd93d; color: #2b2f38; }
.bc-betamt { display: inline-flex; align-items: center; padding: 0 10px; font-weight: 800; color: #fff; }
