@import '../style/var.less';

.zt-card-cell {
  padding: 10px 16px;
  margin-bottom: 10px;
  &::after {
    border-radius: 10px;
    border-color: @border-color;
  }
  .zt-card-cell__title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    font-size: @g2-font-size;
    &::after {
      border-color: #c8c9cc;
    }
    .zt-card-cell__name {
      color: @font-color-1;
    }
    .zt-card-cell__label {
      color: @font-color-2;
    }
  }
  .zt-card-cell__detail {
    font-size: @g2-font-size;
    color: @font-color-2;
    padding: 10px 0 20px 0;
  }
}
