/* Match the site's compact, spaced wordmark in the casino header. */
.kz-v2 .topbar .topbar__brand { display:inline-flex;gap:9px; }
.kz-v2 .topbar .topbar__brand .brand__mark {
  width:26px;
  height:26px;
  flex:none;
  border:1px solid #263044;
  border-radius:7px;
}
.kz-v2 .topbar .topbar__brand .wordmark--sm {
  font-family:'Chakra Petch','Segoe UI',system-ui,sans-serif;
  font-size:13.6px;
  font-weight:600;
  line-height:1;
  letter-spacing:.32em;
  color:#b9c6d8;
  text-shadow:none;
}
.kz-v2 .topbar .topbar__brand .wordmark__accent {
  color:#f7faff;
  text-shadow:none;
}
@media (max-width:600px) {
  .kz-v2 .topbar .topbar__brand { width:100%; }
  .kz-v2 .topbar .topbar__right { width:100%;margin-left:0;justify-content:space-between; }
  .kz-v2 .pp.kz { padding-top:194px; }
  .is-app-embed .kz-v2 .pp.kz { padding-top:148px; }
}
