:host {
  overflow: hidden;
  display: flex;
  align-items: center;

  width: 100%;

  font: var(--default-small-font);
  line-height: 18px;

  .text {
    overflow: hidden;
    display: flex;
    width: 100%;

    .text-wrapper {
      overflow: hidden;
      width: 100%;
    }
  }

  .text-main,
  .text-sub {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .text-sub {
    font-size: 11px;
    color: var(--color-gray-aaa);
  }

  .checked {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
}
