.igloo-items-selection-info {
  display: flex;
  gap: 8px;
  &-image {
    width: 48px;
    height: 48px;
    background: #f6f6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    &-image {
      max-width: 100%;
      max-height: 100%;
    }
    &-icon {
      color: #5858ff;
      font-size: 34px;
    }
  }
  &-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
    &-name {
      word-break: break-all;
      color: #212121;
    }
    &-caption {
      word-break: break-all;
      color: #999;
    }
  }
}
