.elementor-543 .elementor-element.elementor-element-47415fd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-543 .elementor-element.elementor-element-1c07335 > .elementor-widget-container{margin:30px 0px 0px 0px;}.elementor-543 .elementor-element.elementor-element-1c07335 .elementor-image-box-title{margin-bottom:17px;}.elementor-543 .elementor-element.elementor-element-bea5322{column-gap:22px;text-align:left;font-size:15px;}@media(min-width:768px){.elementor-543 .elementor-element.elementor-element-47415fd{--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 */