.elementor-1673 .elementor-element.elementor-element-0e955bf{--display:flex;}.elementor-1673 .elementor-element.elementor-element-8d07125{--display:flex;}.elementor-1673 .elementor-element.elementor-element-87d95d3{--display:flex;}.elementor-1673 .elementor-element.elementor-element-7bb145d{--display:flex;}.elementor-1673 .elementor-element.elementor-element-6ccb3d3{--display:flex;}.elementor-1673 .elementor-element.elementor-element-defd958{--display:flex;}.elementor-1673 .elementor-element.elementor-element-80e04b7{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-bb60e85 *//* Paste this into your theme custom CSS or the page's CSS box */
/* Typography baseline */
.crowd-article,
.crowd-article * {
  box-sizing: border-box;
  font-family: 'Karla', sans-serif;
  color: #2f3740; /* default copy color */
}

/* Title styling */
.crowd-article .article-title {
  color: #454f5b; /* requested H1 color */
  font-weight: 700;
  font-size: 28px;
  line-height: 1.35;
  margin: 0 0 16px;
  letter-spacing: -0.2px;
}

/* Body container */
.crowd-article .article-body {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 20px;
  color: #333;
}

/* Lead paragraph (intro hook) */
.crowd-article .lead {
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 16px;
}

/* Strong emphasis */
.crowd-article strong {
  font-weight: 700;
  color: #1f2937;
}

/* Links */
.crowd-article .highlight-link {
  color: rgba(24,81,224,1);
  text-decoration: none;
  font-weight: 700;
  border-bottom: 2px solid rgba(24,81,224,0.08);
  padding-bottom: 2px;
}

/* Link hover (subtle) */
.crowd-article .highlight-link:hover,
.crowd-article .highlight-link:focus {
  text-decoration: underline;
  outline: none;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .crowd-article .article-title {
    font-size: 22px;
  }
  .crowd-article .article-body {
    font-size: 15px;
  }
}

/* Optional: small visual separation if you want more breathing room on long pages */
.crowd-article {
  margin-bottom: 24px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-02ff8f2 *//* === Global Typography Baseline === */
.crowd-section,
.crowd-section * {
  box-sizing: border-box;
  font-family: 'Karla', sans-serif;
  color: #2f3740;
}

/* === Section Title === */
.crowd-section .section-title {
  color: #454f5b;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  margin: 32px 0 16px;
}

/* === Body Text === */
.crowd-section .section-body {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

/* === Unordered List === */
.crowd-section ul {
  margin: 12px 0 16px 24px;
  padding: 0;
  list-style-type: disc;
}

.crowd-section li {
  margin-bottom: 8px;
}

/* === Emphasis Styles === */
.crowd-section strong {
  font-weight: 700;
  color: #1f2937;
}

.crowd-section em {
  font-style: italic;
  color: #3a3a3a;
}

/* === Link Styling === */
.crowd-section .highlight-link {
  color: rgba(24,81,224,1);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid rgba(24,81,224,0.08);
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

/* === Link Hover (no garish effect, just clarity) === */
.crowd-section .highlight-link:hover,
.crowd-section .highlight-link:focus {
  text-decoration: underline;
  border-color: rgba(24,81,224,0.2);
  outline: none;
}

/* === Responsive Adjustments === */
@media (max-width: 768px) {
  .crowd-section .section-title {
    font-size: 20px;
  }
  .crowd-section .section-body {
    font-size: 15px;
  }
  .crowd-section ul {
    margin-left: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fdad599 *//* 左对齐文本区块 */
.overview-text-block {
  font-family: 'Karla', sans-serif;
  color: #2f3740;
  max-width: 900px;
  margin: 0 0 40px 0; /* 左对齐，底部间距 */
  text-align: left;
  padding: 0 16px;
}

.overview-text-block .section-title {
  color: #454f5b;
  font-weight: 700;
  font-size: 24px;
  margin: 32px 0 16px;
}

.overview-text-block .section-body {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.overview-text-block .feature-title {
  color: #454f5b;
  font-weight: 600;
  font-size: 18px;
  margin: 24px 0 12px;
}

.overview-text-block .feature-list {
  list-style-type: disc;
  margin: 0 0 20px 22px;
  padding: 0;
  line-height: 1.6;
}

/* 居中 Pro Tip 和 CTA */
.overview-center-block {
  max-width: 700px;
  margin: 0 auto 60px;
  padding: 0 16px;
  text-align: center;
}

.overview-center-block .pro-tip {
  display: inline-block;
  background: #f8f9fb;
  border-left: 4px solid rgba(24,81,224,1);
  padding: 12px 16px;
  font-size: 15px;
  border-radius: 6px;
  text-align: left; /* 内部文本左对齐 */
  margin-bottom: 20px;
}

.overview-center-block .cta-area .cta-btn {
  display: inline-block;
  background: rgba(24,81,224,1);
  color: #fff;
  text-decoration: none;
  padding: 12px 26px;
  border-radius: 8px;
  font-weight: 600;
  transition: background 0.25s ease, transform 0.2s ease;
}

.overview-center-block .cta-area .cta-btn:hover,
.overview-center-block .cta-area .cta-btn:focus {
  background: rgba(24,81,224,0.85);
  transform: translateY(-2px);
  outline: none;
}

/* 响应式 */
@media (max-width: 768px) {
  .overview-text-block .section-title { font-size: 20px; }
  .overview-text-block .section-body { font-size: 15px; }
  .overview-center-block .cta-area .cta-btn { width: 100%; padding: 12px 0; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3ca9171 *//* 左对齐文本区块 */
.overview-text-block {
  font-family: 'Karla', sans-serif;
  color: #2f3740;
  max-width: 900px;
  margin: 0 0 40px 0; /* 左对齐，底部间距 */
  text-align: left;
  padding: 0 16px;
}

.overview-text-block .section-title {
  color: #454f5b;
  font-weight: 700;
  font-size: 24px;
  margin: 32px 0 16px;
}

.overview-text-block .section-body {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.overview-text-block .feature-title {
  color: #454f5b;
  font-weight: 600;
  font-size: 18px;
  margin: 24px 0 12px;
}

.overview-text-block .feature-list {
  list-style-type: disc;
  margin: 0 0 20px 22px;
  padding: 0;
  line-height: 1.6;
}

/* 居中 Pro Tip */
.pro-tip-container {
  text-align: center;
  margin: 20px 0;
}

.pro-tip-container .pro-tip {
  display: inline-block;
  background: #f8f9fb;
  border-left: 4px solid rgba(24,81,224,1);
  padding: 12px 16px;
  font-size: 15px;
  border-radius: 6px;
  text-align: left; /* 内部文本左对齐 */
  max-width: 700px;
}

/* 居中 CTA */
.cta-container {
  text-align: center;
  margin: 20px 0 60px;
}

.cta-container .cta-btn {
  display: inline-block;
  background: rgba(24,81,224,1);
  color: #fff;
  text-decoration: none;
  padding: 12px 26px;
  border-radius: 8px;
  font-weight: 600;
  transition: background 0.25s ease, transform 0.2s ease;
}

.cta-container .cta-btn:hover,
.cta-container .cta-btn:focus {
  background: rgba(24,81,224,0.85);
  transform: translateY(-2px);
  outline: none;
}

/* 表格容器（可横向滚动） */
.table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 10px;
  margin: 0 0 40px 0;
}

.tool-guide {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.tool-guide thead tr {
  background: #f5f5f5;
}

.tool-guide th {
  padding: 12px;
  text-align: left;
  font-weight: 600;
  color: #454f5b;
  border-bottom: 1px solid #ddd;
}

.tool-guide tbody tr {
  background: #fdfdfd;
  transition: all 0.2s ease;
}

.tool-guide tbody td {
  padding: 12px;
  vertical-align: top;
  border-bottom: 1px solid #e0e0e0;
}

.tool-guide tbody tr:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.08);
  background: #e3f2fd;
}

/* 响应式 */
@media (max-width: 768px) {
  .overview-text-block .section-title { font-size: 20px; }
  .overview-text-block .section-body { font-size: 15px; }
  .cta-container .cta-btn { width: 100%; padding: 12px 0; }
  .tool-guide { font-size: 13px; min-width: 450px; }
  .tool-guide td { padding: 10px; }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .tool-guide { min-width: 600px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1c34eb8 *//* FAQ 区块 */
.faq-block {
  font-family: 'Karla', sans-serif;
  color: #2f3740;
  max-width: 900px;
  margin: 0 0 40px 0;
  text-align: left;
  padding: 0 16px;
}

.faq-block .section-title {
  color: #454f5b;
  font-weight: 700;
  font-size: 24px;
  margin: 32px 0 16px;
}

.faq-block .section-body {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9869067 *//* 文本区块，左对齐 */
.bottom-line-text {
  font-family: 'Karla', sans-serif;
  max-width: 900px;
  margin: 0 0 20px 0;
  padding: 0 16px;
  text-align: left;
}

.bottom-line-text .section-title {
  color: #454f5b;
  font-weight: 700;
  font-size: 24px;
  margin: 32px 0 16px;
}

.bottom-line-text .section-body {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

/* 按钮区块，独立容器，居中 */
.bottom-line-cta {
  text-align: center;
  margin: 20px 0 60px;
}

.bottom-line-cta .cta-btn {
  display: inline-block;
  background: rgba(24,81,224,1);
  color: #fff;
  text-decoration: none;
  padding: 12px 26px;
  border-radius: 8px;
  font-weight: 600;
  transition: background 0.25s ease, transform 0.2s ease;
}

.bottom-line-cta .cta-btn:hover,
.bottom-line-cta .cta-btn:focus {
  background: rgba(24,81,224,0.85);
  transform: translateY(-2px);
  outline: none;
}

/* 响应式处理 */
@media (max-width: 768px) {
  .bottom-line-text .section-title { font-size: 20px; }
  .bottom-line-text .section-body { font-size: 15px; }
  .bottom-line-cta .cta-btn { width: 100%; padding: 12px 0; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d734e46 *//* H1 标题 */
.crowd-article .article-title {
  line-height: 0.6;
  margin-bottom: 20px;
}

.crowd-article .title-line {
  display: block;
  word-break: break-word;
  margin-bottom: 4px;
}

.crowd-article .title-year {
  font-size: 30px;
  font-weight: 600;
  color: #454f5b;
}

.crowd-article .title-problem {
  font-size: 40px;
  font-weight: 700;
  color: rgba(24,81,224,1);
}

.crowd-article .title-solution {
  font-size: 30px;
  font-weight: 800;
  color: #1f2937;
}

/* 作者信息 / 日期 */
.crowd-article .article-meta .author,
.crowd-article .article-meta .date {
  font-size: 14px;
  color: #6b7280;
  margin: 0 0 4px;
}

/* 微妙的按钮效果 */
.crowd-article .cta-link {
  display: inline-block;
  color: rgba(24,81,224,1);
  text-decoration: none;
  font-weight: 700;
  border: 1px solid rgba(24,81,224,0.2); /* 浅蓝边框 */
  padding: 2px 6px; /* 微小内边距 */
  border-radius: 4px; /* 轻微圆角 */
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.crowd-article .cta-link:hover {
  background-color: rgba(24,81,224,0.05); /* 浅蓝背景 */
  border-color: rgba(24,81,224,0.3);
}

/* 移动端响应式 */
@media (max-width: 768px) {
  .crowd-article .title-year { font-size: 20px; margin-bottom: 3px; }
  .crowd-article .title-problem { font-size: 24px; margin-bottom: 3px; }
  .crowd-article .title-solution { font-size: 28px; margin-bottom: 6px; }
  .crowd-article .article-meta .author,
  .crowd-article .article-meta .date { font-size: 13px; }
}/* End custom CSS */