/* Guest Login + Wallet controls. Both open the login popup. */
.guest-auth-header,.guest-auth-header-final{display:none}
html body #guestAuthHeaderFinal.guest-auth-header-final{
  display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;
  position:fixed!important;top:8px!important;right:18px!important;left:auto!important;bottom:auto!important;
  width:auto!important;height:52px!important;margin:0!important;padding:0!important;
  visibility:visible!important;opacity:1!important;pointer-events:auto!important;transform:none!important;
  overflow:visible!important;z-index:2147483647!important
}
html body #guestAuthHeaderFinal .guest-auth-header-final__button{
  appearance:none!important;-webkit-appearance:none!important;display:inline-flex!important;align-items:center!important;
  justify-content:center!important;height:50px!important;min-height:50px!important;margin:0!important;
  border:2px solid rgba(235,237,247,.75)!important;border-radius:5px!important;box-sizing:border-box!important;
  font-family:Arial,sans-serif!important;font-weight:700!important;cursor:pointer!important;
  visibility:visible!important;opacity:1!important;pointer-events:auto!important;touch-action:manipulation!important;box-shadow:none!important
}
html body #guestAuthHeaderFinal .guest-auth-header-final__login{
  flex-direction:column!important;width:72px!important;min-width:72px!important;padding:3px 8px!important;
  background:#f5f4f8!important;color:#080910!important;font-size:12px!important;line-height:1!important
}
html body #guestAuthHeaderFinal .guest-auth-header-final__wallet{
  width:142px!important;min-width:142px!important;padding:0 20px!important;background:#252638!important;
  color:#fff!important;font-size:14px!important;letter-spacing:.2px!important
}
html body #guestAuthHeaderFinal .guest-auth-header-final__person{
  display:flex!important;align-items:center!important;justify-content:center!important;width:21px!important;height:21px!important;
  margin:0 0 3px!important;border:1.5px solid currentColor!important;border-radius:50%!important
}
html body #guestAuthHeaderFinal .guest-auth-header-final__person .icon{display:block!important;width:13px!important;height:13px!important;fill:currentColor!important}
html body #guestAuthHeaderFinal .guest-auth-header-final__button:hover,
html body #guestAuthHeaderFinal .guest-auth-header-final__button:focus{border-color:#f2b82b!important;outline:none!important}
@media (max-width:820px){
  html body #guestAuthHeaderFinal.guest-auth-header-final{
    display:flex!important;top:7px!important;right:8px!important;height:48px!important;gap:6px!important;z-index:2147483647!important
  }
  html body #guestAuthHeaderFinal .guest-auth-header-final__button{height:44px!important;min-height:44px!important;border-width:1px!important}
  html body #guestAuthHeaderFinal .guest-auth-header-final__login{width:66px!important;min-width:66px!important;font-size:11px!important}
  html body #guestAuthHeaderFinal .guest-auth-header-final__wallet{width:105px!important;min-width:105px!important;padding:0 12px!important;font-size:13px!important}
}
