.udp-mobile-commonHelp-listCard {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 10px;
  width: 100%;
  padding: 16px 14px;
  overflow: hidden;

  &::after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #eee;
    transform: scaleY(0.5);
  }

  &:first-of-type::after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
  }

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

  .adm-ellipsis {
    flex: 1;
  }
}

.udp-mobile-commonHelp-detail {
  display: flex;
  flex-direction: column;
  gap: 14px 0;
  padding: 16px;
  font-size: 16px;

  & > div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 24px;
    padding: 12px;
    border-bottom: 1px solid #eeeeee;

    & > span:nth-of-type(1) {
      white-space: nowrap;
    }

    & > span:nth-of-type(2) {
      font-weight: bold;
    }
  }
}

.item-container {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.86);
  line-height: 24px;
}

.item-title {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 8px;

  .ant-tag {
    background: #efefef;
    border: #efefef;
  }
}

.item-extra {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
}

.item-tag {
  height: 20px;
  background: rgba(65, 131, 255, 0.08);
  color: var(--adm-color-primary);
  padding: 1px 6px;
  border-radius: 4px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 600;
  flex-shrink: 0;
}
