.app-version {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  max-width: min(320px, 30vw);
  padding: 0 11px;
  border: 1px solid rgba(248, 250, 252, 0.14);
  border-radius: 999px;
  color: rgba(248, 250, 252, 0.78);
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.1), rgba(248, 250, 252, 0.045)),
    rgba(23, 17, 15, 0.58);
  box-shadow: inset 0 1px 0 rgba(248, 250, 252, 0.1);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topbar > .app-version {
  margin-left: auto;
}

.top-actions .app-version,
.topbar-actions .app-version {
  align-self: center;
}

@media (max-width: 680px) {
  .app-version {
    min-height: 26px;
    max-width: min(280px, 64vw);
    padding: 0 9px;
    font-size: 10px;
  }

  .topbar > .app-version {
    margin-left: 0;
  }
}
