/* /online-blackjack/ (page 1928), page-scoped rules only. The page otherwise
   runs entirely on the shared och bundle (see functions.php $is_och_v2).
   Versioned independently (BJI_OBJ_CSS_VERSION in inc/online-blackjack-page.php)
   so bumping it never collides with the shared $css_version. */

/* Geo routing strip, relocated INSIDE the navy hero on this page (captain UI
   feedback 2026-08-04): same shared .och-route component and dismiss JS, these
   rules only recolor it for the dark hero surface. Scoped to .bnk-hero, so the
   cluster root and every other consumer keep the light-card look. */
.bnk-hero .och-route {
  margin-top: var(--bji-space-3);
  background: rgb(255 255 255 / 0.08);
  border-color: rgb(255 255 255 / 0.18);
}
.bnk-hero .och-route p { color: rgb(255 255 255 / 0.72); }
.bnk-hero .och-route .lead { color: #fff; }
.bnk-hero .och-route a { color: var(--bji-blue-200, #bcd7ff); }
.bnk-hero .och-route .n { color: rgb(255 255 255 / 0.55); }
.bnk-hero .och-route-x { color: rgb(255 255 255 / 0.6); }
.bnk-hero .och-route-x:hover { background: rgb(255 255 255 / 0.12); color: #fff; }
