:host {
  display: none;
  width: 100%;
}

  :host(.tab--active) {
    display: block;
  }

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