/* Only Marketplace/category account links; no changes to Home or Product. */
html body .az-services-home-header [data-services-auth][hidden] { display: none !important; }
html body .az-services-home-header #servicesMobileAccountLink { display: none !important; }
@media (max-width: 600px) {
  html body .az-services-home-header #servicesMobileAccountLink:not([hidden]) {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    min-height: 44px;
    padding: 0 8px;
    color: #075985 !important;
    background: transparent !important;
    font: 600 14px/1.2 Arial, sans-serif;
    text-decoration: none;
  }
  html[data-theme="dark"] body .az-services-home-header #servicesMobileAccountLink:not([hidden]) {
    color: #eef4fb !important;
  }
}
