.orbix-header-credits{
  display:inline-flex!important;
  align-items:center;
  gap:10px;
  padding:10px 18px;
  border-radius:999px;
  border:1px solid rgba(65,231,255,.55);
  background:rgba(7,14,32,.82);
  color:#fff!important;
  font-weight:900;
  font-size:15px;
  text-decoration:none!important;
  box-shadow:0 0 22px rgba(0,220,255,.22);
  white-space:nowrap;
}

.orbix-header-credits strong{
  font-size:16px;
  background:linear-gradient(90deg,#32dfff,#b66cff,#ff4fc3);
  -webkit-background-clip:text;
  color:transparent;
}

.orbix-credit-bar{
  display:none!important;
}
