.liability-tab-table {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 45px;
}

.rest-tabs-style {
  background: #fff;
  height: 60vh;

  .liability-detail-content {
    padding: 12px;

    .liability-row {
      display: flex;
      justify-content: space-between;

      span {
        flex-basis: 48%;
      }

      span:nth-child(2n) {
        text-align: right;
      }

      &:not(:last-child) {
        margin-bottom: 12px;
      }
    }
  }

  .za-tabs__panel {
    & > h4 {
      font-size: 16px;
      padding: 12px;
    }

    .liability-description {
      padding: 0 12px;
      overflow-y: scroll;
      word-break: break-word;
    }
  }
}

.choose-grade-title {
  display: flex;

  .addition {
    display: inline-block;
    min-width: 20px;
    height: 20px;
    font-size: 14px;
    text-align: center;
    background: #f49703; // var(--theme-primary);
    color: #fff;
    line-height: 1.5;
    margin-top: 3px;
    margin-right: 5px;
  }
}