#roleSwitch,
.top-actions .select-role {
  display: none !important;
}

.build-stamp-v8-10 {
  grid-area: build;
  width: max-content;
  margin: 0;
  padding: .18rem .45rem;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  color: #d7fff8;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .03em;
  line-height: 1.25;
  white-space: nowrap;
}

.brand {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-areas:
    "mark name"
    "mark build";
  column-gap: 10px;
  row-gap: 4px;
  align-items: center;
}

.brand .brand-mark {
  grid-area: mark;
}

.brand > span:nth-child(2) {
  grid-area: name;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .brand {
    display: flex;
    padding-inline: 12px;
  }

  .brand > span:nth-child(2),
  .brand .build-stamp-v8-10 {
    display: none;
  }
}
