.dn-desktop-auth{display:none}
@media(min-width:881px){
 html.dn-home .dn-desktop-auth{display:flex}
}
@media(min-width:1101px){
 #dnPublicHeader .dn-desktop-auth,#dnProductDesktopActions .dn-desktop-auth{display:flex}
 html body .product-header:has(.dn-desktop-auth){grid-template-columns:208px minmax(0,1fr) var(--dn-auth-actions-width,250px)!important}
}
html body .dn-desktop-auth{align-items:center;gap:16px;flex-shrink:0;white-space:nowrap}
html body .dn-desktop-auth a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 2px;color:#fff!important;font:600 14px/1.4 Arial,sans-serif;text-decoration:none;border:0;background:transparent;box-sizing:border-box}
html body .dn-desktop-auth a:hover{color:#78c5fb!important}
html body .dn-desktop-auth a:focus-visible{outline:2px solid #168fe8;outline-offset:3px}
