.space-header {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding-bottom: var(--space-sm);
  border-bottom: 1px solid var(--color-spring-wood-500);
}

/* The picker menu drops below the full-width header row. */
.space-header > .dropdown__menu {
  top: 100%;
}

.space-switcher__trigger {
  flex: 1;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: -0.75rem;
  padding: 0.25rem 0.5rem 0.25rem 0.75rem;
  border: none;
  border-radius: var(--radius-md);
  background: none;
  cursor: pointer;
  text-align: left;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--color-armadillo-900);
  text-decoration: none;
  transition: background-color var(--transition-fast);
}

.space-switcher__trigger:hover {
  background-color: rgb(0 0 0 / 0.05);
}

.space-switcher__name {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.space-switcher__chevron {
  flex-shrink: 0;
  font-size: 0.6875rem;
  color: var(--color-armadillo-500);
}
