:host {
  display: inline-block;
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  position: absolute;

  &([hidden]) {
    display: none;
  }
}
