:host {
  .count {
    cursor: pointer;

    padding: 0 3px;

    font-weight: 500;

    background-color: var(--color-gray-eee);
    border: none;
    border-radius: 3px;
  }
}
