:root {
  --animate-duration: 1s;
}

sl-collection-grouped .collection-grouped-container {
  width: 100%;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  align-items: center;
}
sl-collection-grouped .collection-grouped-container > * {
  display: inline-block;
}
sl-collection-grouped .button-icon-more {
  margin: var(--sdx-baseline) 0;
}
sl-collection-grouped .collection-extra {
  padding-left: 4px;
}