/* RAGING BULL cabinet page: the worth line, the prize-board tabs, the closes
   line and the fine print. The same rules DUDAS JUMP wears (dudasjump-cab.css),
   under this page's own names, so the two off-roster sponsor boards read the
   same way without either page importing the other's sheet. */
.rb-say{ color:var(--dim); font-size:14px; line-height:1.5; margin-top:calc(var(--s2) * -1); }
.rb-fine{ margin:12px 0 0; font-size:11px; line-height:1.5; color:var(--dim); }
.rb-tabs{ display:flex; gap:6px; margin:0 0 10px; }
.rb-tab{
  flex:1; padding:7px 6px; cursor:pointer;
  font-family:var(--mono, inherit); font-size:10px; font-weight:700; letter-spacing:.14em;
  color:var(--dim); background:transparent;
  border:1px solid rgba(255,255,255,.12); border-radius:8px;
  transition:color .15s ease, border-color .15s ease, background .15s ease;
}
.rb-tab:hover{ color:var(--text); }
.rb-tab[aria-selected="true"]{
  color:#8dff2f; border-color:rgba(141,255,47,.45); background:rgba(141,255,47,.07);
}
.rb-tab:focus-visible{ outline:2px solid #8dff2f; outline-offset:2px; }
.rb-closes{ margin:0 0 10px; font-size:11px; color:var(--dim); font-variant-numeric:tabular-nums; }
