.elementor-8289 .elementor-element.elementor-element-c169478{--display:flex;}/* Start custom CSS for html, class: .elementor-element-3cf4b30 *//* 博客正文整体样式 */
.blog-article {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  max-width: 720px;
  margin: 0 auto 40px;
  padding: 0 15px;
}

.blog-article h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.blog-article h2 {
  font-size: 22px;
  margin-top: 32px;
  margin-bottom: 12px;
  font-weight: bold;
}

.blog-article ul,
.blog-article ol {
  margin-left: 20px;
  margin-bottom: 20px;
}

.blog-article ul li,
.blog-article ol li {
  margin-bottom: 8px;
}

/* 图片样式 */
.screen-image {
  margin: 24px 0;
  text-align: center;
}

.screen-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.screen-image figcaption {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
}

/* 外链段落样式 */
.external-links {
  margin-top: 32px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.external-links p {
  margin-bottom: 12px;
  font-size: 14px;
  color: #555;
}

.external-links a {
  color: #0066cc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.external-links a:hover,
.external-links a:focus {
  color: #004999;
  text-decoration: underline;
}/* End custom CSS */