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

.@{btri-list} {
  &-box {
    width: 100%;
    line-height: 22px;

    .@{ant-list-item} {
      padding: 16px 20px;

      &-action-split {
        display: none;
      }
      &-action {
        & > li {
          padding: 0;
          margin-right: 8px;
        }
        & > li:last-child {
          margin-right: 0;
        }
      }
      &-meta-title {
        margin-bottom: 8px;
        font-weight: 600;
        color: var(--title-font);
        line-height: 22px;
      }
      &-meta-description {
        font-size: 14px;
        line-height: 22px;
        color: var(--body-font);
      }
    }
  }

  &--small {
    .@{ant-list-item} {
      padding: 9px 20px !important;
    }
  }
  &--large {
    .@{ant-list-item} {
      padding: 17px 20px !important;
    }
  }
}
