.udp-mobile-commonHelp-listCard {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 14px;
  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);
  }

  .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;
    }
  }
}
