.elementor-7492 .elementor-element.elementor-element-17b3313{--display:flex;}.elementor-7492 .elementor-element.elementor-element-00a0f30{--display:flex;}.elementor-7492 .elementor-element.elementor-element-dbcebe1{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d7961ab */.toppal-blog {
  max-width: 800px;
  margin: 30px auto;
  padding: 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #2c3e50;
  background-color: #f9faff;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

.toppal-blog h1 {
  font-size: 1.6em; /* 缩小主标题 */
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1.2em;
  text-align: center;
  letter-spacing: 0.02em;
}

.toppal-blog h2 {
  font-size: 1.3em;
  font-weight: 600;
  color: #34495e;
  border-bottom: 3px solid #3498db;
  padding-bottom: 0.4em;
  margin-top: 2.5em;
  margin-bottom: 1.2em;
}

.toppal-blog p {
  margin-bottom: 1.3em;
  color: #4a4a4a;
}

.toppal-blog strong {
  color: #2980b9;
  font-weight: 700;
}

.toppal-blog ul {
  margin: 0 0 1.8em 1.6em;
  padding-left: 1em;
  color: #4a4a4a;
}

.toppal-blog ul li {
  margin-bottom: 0.7em;
  line-height: 1.5;
}

.toppal-blog a {
  color: #2980b9;
  text-decoration: none;
  font-weight: 600;
}

.toppal-blog a:hover {
  text-decoration: underline;
}

.toppal-blog .image-section {
  margin: 2em 0;
  text-align: center;
}

.toppal-blog img.responsive-img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.12);
}

.toppal-blog .caption {
  font-size: 0.9em;
  color: #666;
  font-style: italic;
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .toppal-blog {
    padding: 15px;
  }
  .toppal-blog h1 {
    font-size: 1.4em;
  }
  .toppal-blog h2 {
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .toppal-blog {
    padding: 10px;
  }
  .toppal-blog h1 {
    font-size: 1.2em;
  }
  .toppal-blog h2 {
    font-size: 1em;
  }
}/* End custom CSS */