:host {
  /* This prevents the child button from having an empty gap after the button. */
  display: flex;
  width: fit-content;

  flex-direction: column;
}
