.elementor-3431 .elementor-element.elementor-element-328dbd32{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-14bd8b27 *//* Thiết lập cơ bản cho bài viết SEO - Yentaichinh.de */
.yentaichinh-seo-article {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #333333;
  max-width: 800px; /* Tối ưu cho việc đọc, không quá bè ngang trên PC */
  margin: 0 auto;
  padding: 15px;
  background-color: #ffffff;
}

/* Phần Header & Tiêu đề */
.yentaichinh-seo-article .article-header {
  margin-bottom: 25px;
}

.yentaichinh-seo-article .main-title {
  font-size: 24px;
  font-weight: 700;
  color: #1a365d; /* Màu xanh navy thanh lịch mang tính tín nhiệm */
  margin-bottom: 15px;
  line-height: 1.3;
}

.yentaichinh-seo-article .sapo {
  font-size: 17px;
  font-weight: 500;
  color: #4a5568;
  background-color: #f7fafc;
  padding: 15px;
  border-left: 4px solid #3182ce;
  border-radius: 4px;
  margin-bottom: 20px;
}

/* Các section nội dung */
.yentaichinh-seo-article .article-section {
  margin-bottom: 30px;
}

.yentaichinh-seo-article h2 {
  font-size: 20px;
  font-weight: 600;
  color: #2b6cb0;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e2e8f0;
}

.yentaichinh-seo-article p {
  font-size: 16px;
  margin-bottom: 15px;
}

.yentaichinh-seo-article ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.yentaichinh-seo-article li {
  font-size: 16px;
  margin-bottom: 10px;
}

/* Story Box - Kể chuyện thực tế */
.yentaichinh-seo-article .story-box {
  background-color: #ebf8fa;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.yentaichinh-seo-article .story-box h2 {
  border-bottom: none;
  color: #0d9488;
  margin-top: 0;
}

/* Highlight Box */
.yentaichinh-seo-article .highlight-box {
  background-color: #fffaf0;
  padding: 20px;
  border-radius: 8px;
  border: 1px dashed #dd6b20;
}

.yentaichinh-seo-article .highlight-box h2 {
  color: #dd6b20;
  border-bottom: none;
  margin-top: 0;
}

/* Liên kết (Internal & External Links) */
.yentaichinh-seo-article a {
  color: #3182ce;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.yentaichinh-seo-article a:hover {
  color: #2b6cb0;
  text-decoration: underline;
}

/* Phần Footer (Kêu gọi hành động) */
.yentaichinh-seo-article .article-footer {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 2px solid #e2e8f0;
  text-align: center;
  font-size: 16px;
  font-style: italic;
  color: #4a5568;
}

/* Media Queries (Tối ưu cho màn hình di động nhỏ hơn) */
@media screen and (max-width: 480px) {
  .yentaichinh-seo-article {
    padding: 10px;
  }
  
  .yentaichinh-seo-article .main-title {
    font-size: 22px;
  }
  
  .yentaichinh-seo-article h2 {
    font-size: 18px;
  }
  
  .yentaichinh-seo-article p,
  .yentaichinh-seo-article li {
    font-size: 15px;
  }
  
  .yentaichinh-seo-article .sapo {
    font-size: 15px;
    padding: 12px;
  }
}/* End custom CSS */