:root,
:host {
  --va-spacer-flex-grow: 1 !important;
}
.va-spacer {
  flex-grow: var(--va-spacer-flex-grow);
}