:host {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

