@import '../index.less';
@btri-statistic: ~'@{ant-prefix}-btri-statistic';
@ant-statistic: ~'@{ant-prefix}-statistic';

.@{btri-statistic} {
  &-box {
    position: relative;

    .@{ant-statistic}-title {
      position: absolute;
      left: 0;
      font-size: 14px;
      font-weight: 400;
      color: var(--body-font);
      line-height: 22px;
      margin-bottom: 0;
    }
  }
  &-box&--title-top {
    padding-top: 26px;
  }
  &-box&--title-bottom {
    padding-bottom: 26px;
  }

  &--title-top .@{ant-statistic}-title {
    top: 0;
  }
  &--title-bottom .@{ant-statistic}-title {
    bottom: 0;
  }
}
