:host {
  display: block;
}

/* useful for removing from layouts that may have gap */
:host([data-hidden]) {
  display: none;
}
