.elementor-1003 .elementor-element.elementor-element-0d5ff74{--display:flex;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1003 .elementor-element.elementor-element-882bf46{font-size:18px;font-weight:bold;color:var( --e-global-color-astglobalcolor2 );}.elementor-1003 .elementor-element.elementor-element-882bf46 a{color:#BD4949;}@media(min-width:768px){.elementor-1003 .elementor-element.elementor-element-0d5ff74{--content-width:1000px;}}/* Start custom CSS *//* 让标题居中 */
.single-post .entry-title {
  text-align: center !important;
  margin: 0 auto !important;
}

/* 让作者信息居中 */
.single-post .entry-meta {
  text-align: center !important;
  display: block !important;
  margin: 10px auto !important;
}

.single-post .post-navigation {
  max-width: 800px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}/* End custom CSS */