/* HomeLynx V8.0.186 — Web / Customer OS wordmark alignment corrective.
   Parent: V8.0.185.
   UX-only geometry patch. Desktop Customer OS keeps the route/header wordmark
   so brand aligns with the main content/tab system; the redundant rail brand
   is visually retired. Search behavior and mobile are unchanged. */

@media (min-width:1024px){
  /* Customer/Web OS: the content-header wordmark is the canonical animated
     instance. This places HomeLynx on the same content grid as the primary
     tabs instead of leaving it isolated in the far-left rail. */
  body.hlx-customer-os:not(.hlx-search-active) #rail .brand{
    visibility:hidden!important;
    pointer-events:none!important;
  }

  body.hlx-customer-os:not(.hlx-search-active) .hlx-os-top > .hlx-wordmark-inline{
    visibility:visible!important;
    pointer-events:auto!important;
  }
}
