:host {
  display: flex;
  height: 100%;
  min-height: 50px;
  flex-direction: column;
  justify-content: space-between;
  button {
    width: 1.2rem;
    line-height: 0;
    margin: 0; // horizontally align part delete button with select checkbox
  }
  wpt-icon {
    width: 2rem;
    height: 2rem;
    font-size: 1.4rem;
  }
}
