:host {
  display: block;
}

  :host * {
    box-sizing: border-box;
  }

.columns {
  display: grid;
  width: 100%;
}
