/* BidLira V667.53 — guest desktop header tablet transition.
   The legacy V298 layout moves the black guest login box to the left when the
   header collapses at <=1120px. At that same breakpoint, hide only the guest
   account box and keep the search block visible. Logged-in account tools are
   untouched; mobile/PWA shell and authentication logic are untouched. */
@media (max-width:1120px){
  .header-reference-v298[data-login-state="guest"] .header-ref-account-v298{
    display:none!important;
  }
  .header-reference-v298[data-login-state="guest"] .header-ref-subrow-v298{
    grid-template-columns:auto!important;
    justify-content:start!important;
    align-items:start!important;
  }
  .header-reference-v298[data-login-state="guest"] .header-ref-search-v298{
    justify-self:start!important;
    width:max-content!important;
    max-width:100%!important;
  }
}

/* Keep the existing compact search behavior on very narrow forced-desktop views. */
@media (max-width:720px){
  .header-reference-v298[data-login-state="guest"] .header-ref-search-v298{
    width:100%!important;
  }
}
