:host {
  display: none;
  margin-left: 15px;

  &.enabled {
    display: inline-block;
    a {
      color: #676a6c;
    }
  }
}
