/* Desktop-only removal of cloned portal navigation and unrelated account/privacy rail. The UMS header, search, market cards and page content remain. */
@media (min-width:768px) {
  #ybar nav[aria-hidden="true"],
  #navigation-container { display:none !important; }
}
