.udp-mobile-selectDataByList {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;

  .selectDataByList-list-card {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 14px;
    padding: 12px;
    border-bottom: 10px solid rgba(0, 0, 0, 0.04);

    .adm-ellipsis {
      flex: 1;
    }

    .adm-radio .adm-radio-icon {
      --icon-size: 18px;
    }

    .card-content {
      display: flex;
      flex-direction: column;
      gap: 8px;

      .content-item {
        font-size: 12px;

        & > span:nth-of-type(1) {
          color: rgba(0, 0, 0, 0.5);
        }

        & > span:nth-of-type(2) {
          color: rgba(0, 0, 0, 0.86);
        }
      }
    }
  }

  .selectSource-bottom-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 52px;
    padding: 0 14px 0;
    background-color: #f6f7fb;
  }
}
