#clip {
  max-width: 120px;
}

#stretch {
  width: 240px;
}

#stretch-4,
#stretch-5,
#stretch-6,
#stretch-7 {
  height: 72px;
  border-radius: 4px;
  font-size: 18px;
}

#stretch-2,
#stretch-5,
#stretch-6 {
  width: 240px;
}

#stretch-3,
#stretch-7 {
  max-width: 160px;
}

.icon,
span[slot="icon"],
span[slot="icon-after"] {
  display: inline-flex;
  vertical-align: middle;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  overflow: hidden;
  border: var(--x-default-border-width) solid currentColor;
  border-radius: 2px;
  box-sizing: border-box;
}

span[slot="icon-after"] {
  border-radius: 50%;
}

button {
  border: 0;
  padding: 0;
  background-color: yellow;
  outline: none;
}

a {
  text-decoration: none;
}

#split-menu-demo {
  display: flex;
  width: max-content;
  position: relative;
}

#split-menu-demo x-button:first-of-type {
  border-top-left-radius: var(--x-default-border-radius);
  border-bottom-left-radius: var(--x-default-border-radius);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: calc(40px - var(--x-default-border-width));
}

#split-menu-demo x-button:last-of-type {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}