#cnblogs_post_body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 18px auto;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, .12);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
  background: #fff;
}
/* 单张图 + 图注 */
#cnblogs_post_body figure.shot { margin: 24px 0; }
#cnblogs_post_body figure.shot figcaption {
  margin-top: 8px;
  text-align: center;
  font-size: 13px;
  line-height: 1.7;
  color: #6b7280;
}
/* 两张图并排（小屏自动换行） */
#cnblogs_post_body .shot-row { display: flex; gap: 14px; flex-wrap: wrap; margin: 24px 0; }
#cnblogs_post_body .shot-row figure { flex: 1 1 320px; margin: 0; }
#cnblogs_post_body .shot-row img { margin-top: 0; }