.ga-version-bar {
  position: relative;
  z-index: 1001;
  width: 100%;
  min-height: 34px;
  color: #d8ded5;
  background: #0b0d0b;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.ga-version-bar__inner {
  width: min(1240px, calc(100% - 48px));
  min-height: 34px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.ga-version-bar__label {
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ga-version-bar__label i {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #c4f244;
  box-shadow: 0 0 0 5px rgba(196, 242, 68, .12);
}

.ga-version-bar__switch {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 2px;
  border-radius: 20px;
  background: #202420;
  white-space: nowrap;
}

.ga-version-bar__switch span,
.ga-version-bar__switch a {
  box-sizing: border-box;
  padding: 4px 10px;
  border-radius: 15px;
  font: inherit;
  line-height: 1.2;
  text-decoration: none;
}

.ga-version-bar__switch span {
  color: #111;
  background: #c4f244;
}

.ga-version-bar__switch a {
  color: #d8ded5;
  transition: color .2s ease, background .2s ease;
}

.ga-version-bar__switch a:hover,
.ga-version-bar__switch a:focus {
  color: #fff;
  background: #333933;
  text-decoration: none;
}

@media (max-width: 600px) {
  .ga-version-bar__inner {
    width: calc(100% - 20px);
    gap: 8px;
  }

  .ga-version-bar__label {
    font-size: 0;
  }

  .ga-version-bar__label::after {
    content: "DESIGN";
    font-size: 9px;
    letter-spacing: .08em;
  }

  .ga-version-bar__switch {
    font-size: 9px;
  }

  .ga-version-bar__switch span,
  .ga-version-bar__switch a {
    padding-right: 7px;
    padding-left: 7px;
  }
}
