/* xFame LOBBY V10 — mobile chrome corrections.
   Keeps the booking CTA readable instead of collapsing it to an arrow. */
@media (max-width: 720px){
  body.lobby-theme.page-home .home-commandbar{
    grid-template-columns:minmax(0,1fr) auto!important;
    column-gap:6px!important;
  }
  body.lobby-theme.page-home .home-commandbar__actions{
    gap:5px!important;
    min-width:0!important;
  }
  body.lobby-theme.page-home .home-booking-cta{
    width:auto!important;
    min-width:82px!important;
    min-height:44px!important;
    height:44px!important;
    padding:0 10px!important;
    gap:6px!important;
    justify-content:center!important;
    white-space:nowrap!important;
    font-size:8px!important;
    letter-spacing:.045em!important;
    border-radius:12px!important;
    flex:0 0 auto!important;
  }
  body.lobby-theme.page-home .home-booking-cta span{display:inline!important}
  body.lobby-theme.page-home .home-booking-cta i{font-size:13px!important}
}
@media (max-width: 430px){
  body.lobby-theme.page-home .home-commandbar{
    left:auto!important;
    right:auto!important;
    width:100%!important;
    max-width:100%!important;
    padding:7px!important;
    overflow:visible!important;
  }
  body.lobby-theme.page-home .home-commandbar__brand{min-width:52px!important;flex:0 0 52px!important}
  body.lobby-theme.page-home .home-commandbar__logo{width:48px!important;height:48px!important}
  body.lobby-theme.page-home .home-commandbar__actions{display:flex!important;align-items:center!important;justify-content:flex-end!important}
  body.lobby-theme.page-home .home-booking-cta{min-width:76px!important;padding:0 8px!important}
  body.lobby-theme.page-home .home-login{min-width:86px!important;padding:0 13px!important;font-size:14px!important}
  body.lobby-theme.page-home .lobby-burger--home{width:52px!important;min-width:52px!important;padding:0 13px!important}
  body.lobby-theme.page-home .home-xf{display:none!important}
  body.lobby-theme.page-home .notify-bell{transform:scale(.92);transform-origin:center}
}
@media (max-width: 365px){
  body.lobby-theme.page-home .home-booking-cta{min-width:70px!important;padding:0 7px!important;font-size:7.5px!important}
  body.lobby-theme.page-home .home-booking-cta i{display:none!important}
  body.lobby-theme.page-home .home-login{min-width:78px!important;padding:0 10px!important;font-size:13px!important}
  body.lobby-theme.page-home .lobby-burger--home{width:48px!important;min-width:48px!important}
}
