@import '../../style/theme/default.less';

@cell-prefix-cls: ~'@{kui-prefix}-cell';

.@{cell-prefix-cls} {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 34px 30px 34px 0;
  font-family: PingFangSC-Regular;

  &-label {
    margin-right: 64px;
  }

  &-label-text {
    font-family: PingFangSC-Regular, PingFang SC;
    font-size: 34px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    white-space: nowrap;
  }

  &-label-description {
    margin-top: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    color: rgba(153, 153, 153, 1);
  }

  &-content {
    display: flex;
    flex: auto;
    align-items: center;

    &-left {
      justify-content: flex-start;
    }

    &-right {
      justify-content: flex-end;
    }

    &-text {
      font-family: PingFangSC-Regular, PingFang SC;
      font-size: 34px;
      font-weight: 400;
      color: rgba(153, 153, 153, 1);
      text-align: right;
      white-space: nowrap;
    }
  }

  &-arrow {
    margin-left: 14px;
    font-size: 24px !important;
    color: #c9c9c9;
  }
}
