/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.page-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-header-content .avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 72px;
          flex: 0 1 72px;
}
.page-header-content .avatar > span {
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 72px;
}
.page-header-content .content {
  position: relative;
  top: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 24px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.page-header-content .content .content-title {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
.extra-content {
  zoom: 1;
  float: right;
  white-space: nowrap;
}
.extra-content::before,
.extra-content::after {
  display: table;
  content: ' ';
}
.extra-content::after {
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
.extra-content .stat-item {
  position: relative;
  display: inline-block;
  padding: 0 32px;
}
.extra-content .stat-item > p:first-child {
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
}
.extra-content .stat-item > p {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 30px;
  line-height: 38px;
}
.extra-content .stat-item > p > span {
  color: rgba(0, 0, 0, 0.45);
  font-size: 20px;
}
.extra-content .stat-item::after {
  position: absolute;
  top: 8px;
  right: 0;
  width: 1px;
  height: 40px;
  background-color: #e8e8e8;
  content: '';
}
.extra-content .stat-item:last-child {
  padding-right: 0;
}
.extra-content .stat-item:last-child::after {
  display: none;
}

