.ant-pro-card-title {
  color: fade(#000, 85%);
}

.ant-pro-card-header {
  height: 56px;
}

.ant-pro-card-title {
  display: inline-block;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ant-pro-card-extra {
  float: right;
  display: flex;
  align-items: center;
  margin-left: auto;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 400;
  font-size: 14px;
}

.ant-pro-card-header,
.ant-pro-card-body {
  padding: 16px 24px;
}

.ant-pro-card-split-vertical,
.ant-pro-card-split-horizontal {
  border: none;
}
