:host {
  position: relative;
  box-sizing: border-box;
  font-feature-settings: "cv03", "cv04", "cv11";
}
:host *, :host *:before, :host *:after {
  box-sizing: inherit;
}

:host {
  display: inline-block;
}

.button-group {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}

.button-group ::slotted(*:not(:first-child)) {
  margin-left: -1px;
}

::slotted(.sl-hover) {
  z-index: 1;
}

::slotted(.sl-focus) {
  z-index: 2;
}