:host { display: block; position: relative; }

  :host ::slotted( * ) {
    width: 100%;
  }

  :host ::slotted( *:not(:last-child) ) {
    margin-bottom: var( --scu-flex-gap , 0);
  }