:host {
  display: block;
}

gux-button-slot button .gux-target-display {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: center;
}
gux-button-slot button.gux-is-pressed {
  color: var(--gse-ui-button-ghost-active-foregroundColor);
  background-color: var(--gse-ui-button-ghost-active-backgroundColor);
}

.gux-list-container {
  inline-size: 214px;
  margin: 0;
  overflow-y: auto;
  background: var(--gse-ui-menu-backgroundColor);
  border-color: var(--gse-ui-menu-border-color);
  border-style: var(--gse-ui-menu-border-style);
  border-width: var(--gse-ui-menu-border-width);
  border-radius: var(--gse-ui-menu-borderRadius);
  box-shadow: var(--gse-ui-menu-boxShadow);
}