.nyrelix-global-nav{
  display:flex!important;
  align-items:center;
  justify-content:flex-end;
  gap:6px!important;
  min-width:0;
  overflow-x:auto;
  overflow-y:hidden;
  padding:4px 0;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
}

.nyrelix-global-nav::-webkit-scrollbar{display:none}

.nyrelix-global-nav a{
  flex:0 0 auto;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-height:38px!important;
  padding:0 11px!important;
  border:1px solid transparent;
  border-radius:999px;
  color:#93a0b5!important;
  background:transparent;
  text-decoration:none!important;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:11px!important;
  font-weight:900!important;
  line-height:1!important;
  letter-spacing:.055em!important;
  text-transform:uppercase;
  white-space:nowrap;
  transition:color .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease;
}

.nyrelix-global-nav a:hover{
  color:#d8faff!important;
  border-color:rgba(78,231,255,.18);
  background:rgba(78,231,255,.045);
}

.nyrelix-global-nav a:focus-visible{
  color:#e8fcff!important;
  outline:2px solid rgba(78,231,255,.86)!important;
  outline-offset:2px!important;
  border-color:rgba(78,231,255,.35);
  background:rgba(78,231,255,.07);
}

.nyrelix-global-nav a[aria-current="page"]{
  color:#62eaff!important;
  border-color:rgba(78,231,255,.3);
  background:linear-gradient(180deg,rgba(78,231,255,.1),rgba(78,231,255,.045));
  box-shadow:inset 0 -2px rgba(78,231,255,.72);
}

@media(max-width:1100px){
  .nyrelix-global-nav{justify-content:flex-start}
  .nyrelix-global-nav a{padding-inline:10px!important;font-size:10px!important}
}

@media(max-width:900px){
  .nyrelix-global-nav{
    width:100%;
    max-width:100%;
    justify-content:flex-start!important;
    gap:7px!important;
    padding:6px 1px 5px;
    scroll-padding-inline:12px;
  }

  .nyrelix-global-nav a{
    min-height:40px!important;
    padding-inline:12px!important;
  }
}

@media(prefers-reduced-motion:reduce){
  .nyrelix-global-nav a{transition:none}
}
