.elementor-8435 .elementor-element.elementor-element-fd409ca{--display:flex;}.elementor-8435 .elementor-element.elementor-element-890c470{--display:flex;}.elementor-8435 .elementor-element.elementor-element-db98e85{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b60cbfa */.blog-post {
  max-width: 900px;
  margin: 30px auto;
  padding: 0 20px;
  font-family: "Arial", sans-serif;
  color: #333;
  line-height: 1.6;
}

.blog-post h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #222;
  text-align: center;
}

.blog-post h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 40px 0 20px;
  color: #444;
  border-left: 4px solid #8e44ec;
  padding-left: 12px;
}

.blog-post p {
  font-size: 16px;
  margin-bottom: 20px;
}

.blog-post a {
  color: #8e44ec;
  text-decoration: none;
}

.blog-post a:hover {
  text-decoration: underline;
}

.blog-post figure {
  margin: 25px 0;
  text-align: center;
}

.blog-post img {
  width: 100%;          /* 图片宽度占满容器宽度 */
  max-width: 700px;     /* 最大宽度限制，统一尺寸 */
  height: auto;         /* 高度自动，保持比例 */
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  margin: 0 auto;       /* 居中 */
  display: block;
}

.blog-post figcaption {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
  font-style: italic;
}/* End custom CSS */