/* ============================================================
   Keep 主题 - 图片居中修正版（兼容加密文章）
   ============================================================ */

/* 图片本身居中 */
.post-content img {
  display: block !important;
  margin: 10px auto !important;
  max-width: 80%;
  height: auto !important;
}

/* 居中仅限于直接包含图片的段落或 figure */
.post-content p:has(> img),
.post-content figure:has(> img) {
  text-align: center !important;
  text-indent: 0 !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

/* 兼容 Keep 的密码解锁内容区域：
   Keep 解锁后会在 .post-encrypt-box 内注入真正的 HTML 内容 */
.post-content .post-encrypt-box img,
.post-content .post-encrypt-box p:has(> img),
.post-content .post-encrypt-box figure:has(> img) {
  text-align: center !important;
  text-indent: 0 !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

/* ============================================================
   其他个性化变量
   ============================================================ */
:root {
  --first-screen-font-color-dark: #003366;
}
