/* Guest sign-in sizing. Keep translated text intrinsic, with a 44px touch target. */
body.studio-theme .studio-account-menu>.studio-guest-login-button{
  width:max-content!important;
  min-width:44px!important;
  max-width:100%!important;
  height:44px!important;
  padding:0 10px!important;
  display:flex!important;
  flex-flow:row nowrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  overflow:hidden!important;
}
body.studio-theme .studio-account-menu>.studio-guest-login-button>svg{
  order:1!important;
  display:block!important;
  width:29px!important;
  min-width:29px!important;
  max-width:29px!important;
  height:29px!important;
  flex:0 0 29px!important;
}
body.studio-theme .studio-account-menu>.studio-guest-login-button>b{
  order:2!important;
  display:block!important;
  flex:0 0 auto!important;
  width:auto!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  font-size:13px!important;
  font-weight:700!important;
  line-height:1.5!important;
  white-space:nowrap!important;
  text-align:center!important;
}
body.studio-theme .studio-account-menu>.studio-guest-login-button>b>span{
  width:auto!important;
  min-width:0!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:none!important;
  font:inherit!important;
  letter-spacing:0!important;
  place-items:unset!important;
}
body.studio-theme .studio-account-menu>.studio-guest-login-button .studio-guest-login-full{display:inline!important}
body.studio-theme .studio-account-menu>.studio-guest-login-button .studio-guest-login-short{display:none!important}
@media(max-width:1120px){
  /* The narrow header uses the slot icon; the desktop rail icon stays hidden. */
  body.studio-theme .studio-account-menu>.studio-guest-login-button>svg.studio-rail-icon{display:none!important}
  body.studio-theme .studio-account-menu>.studio-guest-login-button{width:44px!important;min-width:44px!important;max-width:44px!important;height:44px!important;padding:0!important;gap:0!important}
  body.studio-theme .studio-account-menu>.studio-guest-login-button>svg{width:27px!important;min-width:27px!important;max-width:27px!important;height:27px!important;flex-basis:27px!important}
  body.studio-theme .studio-account-menu>.studio-guest-login-button>b{display:none!important}
}
