.topbar-switcher {
  display: inline-flex;
  flex: 0 0 auto;
}

.topbar-switcher-summary {
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  flex: 0 0 auto;
  white-space: nowrap;
}

.topbar-switcher-summary .icon-mask {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.topbar-switcher-summary-label {
  display: inline;
}

.topbar-switcher-summary::-webkit-details-marker {
  display: none;
}

.topbar-switcher-heading {
  margin: 0;
  padding: 0.22rem 0.55rem 0.32rem;
  font-size: 0.82rem;
  color: var(--chrome-muted);
  border-bottom: 1px solid var(--chrome-border);
}

.topbar-switcher-list {
  display: grid;
  gap: 0.2rem;
}

.topbar-switcher-panel {
  min-width: 15.5rem;
  max-width: min(92vw, 20rem);
}

@media (max-width: 980px) {
  .topbar-switcher-summary {
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    height: 40px;
    padding: 0;
    justify-content: center;
  }

  .topbar-switcher-summary-label {
    display: none;
  }
}
