/* ==========================================================================
   站点自定义样式（Shikishi 主题的 custom_css 注入口加载）
   与 source/_data/styles.styl（NexT 专用注入）平行存在：
   线上跑 NexT 时本文件不被引用，切换 Shikishi 后 styles.styl 不被引用。
   ========================================================================== */

/* About 页计数器（迁自 styles.styl 的 .about-metrics 段） */
.about-metrics {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  margin: 8px 0 16px;
  text-align: center;
  clear: both;
}

.about-metric-cell {
  width: 320px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-metric-item {
  width: 100%;
  max-width: 320px;
  height: auto;
  display: block;
  margin: 0 auto;
  border: 0;
  border-radius: 6px;
}
