.studio-chrome__row {
  grid-template-columns: auto auto minmax(0, 1fr) auto;
}

.studio-chrome__site-switch {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  min-width: 0;
}

.studio-chrome__site-label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(25, 24, 24, 0.4);
  white-space: nowrap;
}

.studio-chrome__site-select {
  appearance: none;
  font-family: "IBM Plex Sans Variable", "IBM Plex Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #191818;
  background: #fff
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 4.5 6 8 9.5 4.5' fill='none' stroke='%23191818' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E")
    no-repeat right 10px center;
  border: 1px solid rgba(25, 24, 24, 0.12);
  border-radius: 8px;
  padding: 6px 30px 6px 10px;
  max-width: min(200px, 28vw);
  min-width: 140px;
  cursor: pointer;
}

.studio-chrome__site-select:hover {
  border-color: rgba(25, 24, 24, 0.22);
}

.studio-chrome__site-select:focus {
  outline: 2px solid rgba(26, 74, 138, 0.35);
  outline-offset: 1px;
}

.studio-chrome__hub-link {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 500;
  color: rgba(25, 24, 24, 0.56);
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(25, 24, 24, 0.1);
  background: #fff;
  white-space: nowrap;
}

.studio-chrome__hub-link:hover {
  color: #191818;
  border-color: rgba(25, 24, 24, 0.18);
  background: rgba(255, 255, 255, 0.92);
}

@media (max-width: 900px) {
  .studio-chrome__site-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .studio-chrome__site-select {
    max-width: min(220px, 42vw);
    min-width: 120px;
  }
}
