:host {
  display: flex;
  width: 100%;
  flex-direction: var(--stack-flex-direction);
  gap: var(--stack-gap-spacing);
}
