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

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

  .text {
    overflow: hidden;
  }

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

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