.pageviews {
  display: none !important;
  align-items: center;
  gap: 0.28rem;
  margin: 0;
  line-height: inherit;
  white-space: nowrap;
}

.pageviews.pageviews--ready {
  display: inline-flex !important;
}

.pageviews__icon {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.pageviews__count {
  color: currentColor;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}

.pageviews__unit {
  margin-left: -0.15rem;
}
