.accountNavRow{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  flex:0 0 auto !important;
}

.gameBackBtn{
  flex:0 0 auto !important;
  height:38px !important;
  min-height:38px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:5px !important;
  padding:0 12px !important;
  border:1px solid #fecaca !important;
  border-radius:999px !important;
  background:#fff1f2 !important;
  color:#991b1b !important;
  box-shadow:var(--shadow,0 10px 30px rgba(0,0,0,.08)) !important;
  text-decoration:none !important;
  font-size:14px !important;
  line-height:1 !important;
  font-weight:500 !important;
  white-space:nowrap !important;
  box-sizing:border-box !important;
}

.gameBackArrow{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:16px !important;
  height:38px !important;
  font-size:18px !important;
  line-height:1 !important;
  font-weight:900 !important;
  -webkit-text-stroke:.35px currentColor !important;
  transform:translateY(-1px) !important;
}

.gameBackText{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  height:38px !important;
  line-height:1 !important;
  font-weight:500 !important;
  -webkit-text-stroke:0 !important;
  transform:translateY(.5px) !important;
}

.gameBackBtn:focus-visible{
  outline:3px solid var(--accent,#2563eb) !important;
  outline-offset:2px !important;
}
