/* TH Social V119 — Mobile guest header cleanup */
@media (max-width:768px){
  /* Guest users use only the hamburger menu for Login/Register. */
  body.mobileGuestV119 #accountArea{
    display:none!important;
  }

  /* Keep header simple: logo on left, hamburger on right. */
  body.mobileGuestV119 .siteHeaderV87{
    grid-template-columns:auto 1fr auto!important;
  }
  body.mobileGuestV119 .mobileMenuToggleV118{
    grid-column:3!important;
    justify-self:end!important;
  }
}
