/* 页脚备案信息svg美化 */
.BeiAn-SVG-Image {
  width: 175px;
  height: 25px;
}

.post-warp .post-title {
  text-align: center; /* 文字内容居中 */
  width: 100%; /* 确保占满父容器宽度，使 auto 居中生效 */
  /* 覆盖 h1 默认样式，强制清除左右固定边距 */
  margin-block-start: 20px; /* 替换默认 0.67em，保持上下间距一致 */
  margin-block-end: 20px;
  margin-inline-start: auto !important; /* 强制覆盖默认 0px */
  margin-inline-end: auto !important;
}