.header,
.header-wrapper {
  z-index: 99;
}
.header-top {
  border-bottom: 1px solid #ffffff1a;
}
.commit-bar {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 9px 0;
  gap: 24px;
  font-family: sans-serif;
}

.commit-item {
  display: flex;
  align-items: center;
  color: white;
  font-size: 12px;
  gap: 8px;
}

.commit-item img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.nav > li > a {
  min-width: max-content;
}
.header-nav.header-nav-main {
  flex-wrap: nowrap;
  padding-right: 30px;
}
