// 参考至 Shopify/Polaris 组件
.pp-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  background-color: #e4e5e7;
  border-radius: 20px;
  font-size: 13px;
  line-height: 16px;
  color: #3c434a;

  &-status-success {
    background-color: #aee9d1;
  }

  &-status-info {
    background-color: #a4e8f2;
  }
}