/* UGCHost V110 — full mobile logo on every non-home route.
   The approved homepage header is intentionally excluded. V105B used a
   left-edge mask on inner pages; on phones that mask also removed part of the
   real gold UGCHost mark. V110 removes that crop and gives the brand lockup a
   stable mobile box so the complete icon + wordmark remain visible. */

@media (max-width:820px){
  html body:not(.ugc-home-light-v30):not(.ugc-home-v19) #ugcGlobalHeader a.ugh-brand,
  html body:not(.ugc-home-light-v30):not(.ugc-home-v19) #ugcGlobalHeader .ugh-brand{
    width:148px!important;
    min-width:148px!important;
    max-width:46vw!important;
    height:42px!important;
    min-height:42px!important;
    margin-left:0!important;
    margin-right:auto!important;
    padding:0!important;
    flex:0 0 148px!important;
    overflow:visible!important;
    background-image:url("/assets/ugchost-menu-logo-20260830.png")!important;
    background-repeat:no-repeat!important;
    background-size:contain!important;
    background-position:left center!important;
    background-color:transparent!important;
    -webkit-mask-image:none!important;
    mask-image:none!important;
    -webkit-mask:none!important;
    mask:none!important;
    clip-path:none!important;
    transform:none!important;
  }

  html body:not(.ugc-home-light-v30):not(.ugc-home-v19) #ugcGlobalHeader a.ugh-brand::before,
  html body:not(.ugc-home-light-v30):not(.ugc-home-v19) #ugcGlobalHeader a.ugh-brand::after,
  html body:not(.ugc-home-light-v30):not(.ugc-home-v19) #ugcGlobalHeader .ugh-brand::before,
  html body:not(.ugc-home-light-v30):not(.ugc-home-v19) #ugcGlobalHeader .ugh-brand::after{
    content:none!important;
    display:none!important;
  }

  html body:not(.ugc-home-light-v30):not(.ugc-home-v19) #ugcGlobalHeader .ugh-brand img,
  html body:not(.ugc-home-light-v30):not(.ugc-home-v19) #ugcGlobalHeader .ugh-brand picture,
  html body:not(.ugc-home-light-v30):not(.ugc-home-v19) #ugcGlobalHeader .ugh-brand svg{
    width:100%!important;
    max-width:100%!important;
    height:100%!important;
    max-height:42px!important;
    object-fit:contain!important;
    object-position:left center!important;
    -webkit-mask-image:none!important;
    mask-image:none!important;
    clip-path:none!important;
    transform:none!important;
  }
}

@media (max-width:360px){
  html body:not(.ugc-home-light-v30):not(.ugc-home-v19) #ugcGlobalHeader a.ugh-brand,
  html body:not(.ugc-home-light-v30):not(.ugc-home-v19) #ugcGlobalHeader .ugh-brand{
    width:138px!important;
    min-width:138px!important;
    flex-basis:138px!important;
    max-width:45vw!important;
  }
}
