:host {
  display: block;

  tds-header-item {
    display: block; // launcher button is always visible, regular Header buttons are not.
  }

  .icon {
    position: relative;
    margin-left: -6px;
    left: 3px;
    transition: all 0.2s ease-in-out;
  }
}
