.elementor-2365 .elementor-element.elementor-element-5aa99b3{--display:flex;}.elementor-2365 .elementor-element.elementor-element-b12f5b3{--display:flex;}.elementor-2365 .elementor-element.elementor-element-9e5f6e7{--display:flex;}.elementor-2365 .elementor-element.elementor-element-e4eb90d{--display:flex;}.elementor-2365 .elementor-element.elementor-element-f3edc48{--display:flex;}.elementor-2365 .elementor-element.elementor-element-fe44891{--display:flex;}.elementor-2365 .elementor-element.elementor-element-875de69{--display:flex;}.elementor-2365 .elementor-element.elementor-element-c93fcaf{--display:flex;}.elementor-2365 .elementor-element.elementor-element-8318e33{--display:flex;}.elementor-2365 .elementor-element.elementor-element-3a4accb{--display:flex;}.elementor-2365 .elementor-element.elementor-element-86e945c{--display:flex;}.elementor-2365 .elementor-element.elementor-element-2e119db{--display:flex;}.elementor-2365 .elementor-element.elementor-element-45f57b7{--display:flex;}.elementor-2365 .elementor-element.elementor-element-fffbb83{--display:flex;}.elementor-2365 .elementor-element.elementor-element-475353a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8ab0dd9 *//* ===========================
   WinsBS H1 Title (Tighter Version)
   =========================== */

.crowd-article .article-title {
  line-height: 1.05;             /* 关键：降低行高但保持可读 */
  margin-bottom: 18px;           /* 整体与正文之间稍收紧 */
  margin-top: 10px;
}

/* 每行作为独立块 */
.crowd-article .title-line {
  display: block;
  word-break: break-word;
  margin-bottom: 2px;            /* 原来 6px → 调成更紧凑但不拥挤 */
}

/* 第一行：年份 / 分类 */
.crowd-article .title-year {
  font-size: 28px;
  font-weight: 600;
  color: #4B5563;
  letter-spacing: 0.2px;
  margin-bottom: 2px;            /* 再收一点间距 */
}

/* 第二行：主标题 */
.crowd-article .title-problem {
  font-size: 36px;               /* 稍微减一点避免撑开层级 */
  font-weight: 800;
  color: rgba(24,81,224,1);
  line-height: 1.1;              /* 关键：高密度文本的最佳值 */
  margin-bottom: 2px;
}

/* 第三行：解决方案 */
.crowd-article .title-solution {
  font-size: 28px;               /* 与 title-year 对齐视觉平衡 */
  font-weight: 700;
  color: #111827;
  line-height: 1.1;
  margin-bottom: 4px;            /* 结尾行稍微多一点点收尾空间 */
}

/* 作者信息 */
.crowd-article .article-meta .author,
.crowd-article .article-meta .date {
  font-size: 14px;
  color: #6B7280;
  margin: 0 0 6px;
}

/* 作者链接按钮 */
.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: 3px 7px;
  border-radius: 5px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.crowd-article .cta-link:hover {
  background-color: rgba(24,81,224,0.06);
  border-color: rgba(24,81,224,0.35);
}

/* ===========================
   Mobile (<= 768px)
   =========================== */

@media (max-width: 768px) {
  .crowd-article .title-year { 
    font-size: 18px;
    margin-bottom: 2px;
  }
  .crowd-article .title-problem { 
    font-size: 24px;
    margin-bottom: 2px;
  }
  .crowd-article .title-solution { 
    font-size: 20px;
    margin-bottom: 6px;
  }
  .crowd-article .article-meta .author,
  .crowd-article .article-meta .date { 
    font-size: 13px; 
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ec759d6 *//* H2 标题 */
.crowd-article .section-title {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 12px;
  color: #1f2937;
}

/* 正文容器 */
.crowd-article .article-body {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

/* 强调文字 */
.crowd-article strong {
  font-weight: 700;
  color: #1f2937;
}

/* 列表 */
.crowd-article ul {
  margin: 12px 0 12px 20px;
  padding: 0;
}

.crowd-article li {
  margin-bottom: 8px;
}

/* 高亮链接 */
.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;
}

.crowd-article .highlight-link:hover,
.crowd-article .highlight-link:focus {
  text-decoration: underline;
  outline: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ebc0e62 *//* ================================
   WinsBS Table Styles (Desktop + Mobile Card 30/70)
   Only affects .tco-table
   ================================ */

/* --- Desktop Base --- */
.tco-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 24px 0;
    font-size: 15px;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.tco-table th {
    background: #F3F4F6;
    font-weight: 700;
    color: rgba(24,81,224,1);
    text-align: left;
    padding: 14px 18px;
    border-bottom: 1px solid #E5E7EB;
}

.tco-table td {
    padding: 14px 18px;
    border-bottom: 1px solid #F1F3F5;
    vertical-align: top;
}

.tco-table tr:nth-child(even) td {
    background: #FAFBFC;
}

.tco-table tbody tr:hover td {
    background: #F3F7FF;
    transition: 0.18s ease;
}

/* --- Mobile Card Layout (Title ~30% / Content ~70%) --- */
@media (max-width: 768px) {

    .tco-table {
        display: block;
        width: 100%;
        border: 1px solid #E5E7EB;
        border-radius: 10px;
        overflow-x: auto;
        white-space: normal; /* 允许换行 */
        -webkit-overflow-scrolling: touch;
    }

    .tco-table thead {
        display: none; /* 隐藏表头，使用 data-label 作为标题 */
    }

    .tco-table tr {
        display: block;
        margin-bottom: 14px;
        border-radius: 10px;
        background: #ffffff;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        overflow: hidden;
    }

    .tco-table td {
        display: flex;
        flex-direction: row;       /* 左标题 + 右内容 同行排 */
        align-items: flex-start;
        gap: 10px;
        border: none;
        border-bottom: 1px solid #E5E7EB;
        padding: 12px 14px;
        white-space: normal;       /* 内容正常换行 */
        text-align: left;
        line-height: 1.5;
        word-break: break-word;    /* 防止长单词撑破 */
    }

    .tco-table td:last-child {
        border-bottom: none;
    }

    .tco-table td:before {
        content: attr(data-label);
        flex: 0 0 30%;             /* 左侧标题大致占 30% */
        max-width: 30%;
        font-weight: 700;
        color: rgba(24,81,224,1);
        white-space: normal;       /* 标题也可以换行 */
        text-align: left;
        line-height: 1.4;
    }

    /* 右侧正文自然占据剩余空间（约 70%） */
}

/* --- Extra Small Screens --- */
@media (max-width: 480px) {

    .tco-table td {
        padding: 10px 12px;
        gap: 8px;
    }

    .tco-table td:before {
        flex: 0 0 32%;   /* 特别小的屏幕上稍微加一点标题宽度，避免挤压 */
        max-width: 40%;
        font-size: 13px;
    }

    .tco-table {
        font-size: 13px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-005e6b8 *//* ===========================
   WinsBS New CTA Block
   =========================== */

.crowd-cta-block {
  margin: 28px 0 22px;
  text-align: left;
}

.crowd-cta-btn {
  display: inline-block;
  padding: 12px 22px;
  background: rgba(24,81,224,1);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.15s ease;
}

.crowd-cta-btn:hover {
  background: rgba(24,81,224,0.85);
  transform: translateY(-1px);
}

.crowd-cta-btn:active {
  transform: translateY(0);
}

.crowd-cta-block .cta-subtext {
  margin-top: 10px;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.4;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f4a54a3 *//* ===========================
   WinsBS New CTA Block
   =========================== */

.crowd-cta-block {
  margin: 28px 0 22px;
  text-align: left;
}

.crowd-cta-btn {
  display: inline-block;
  padding: 12px 22px;
  background: rgba(24,81,224,1);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.15s ease;
}

.crowd-cta-btn:hover {
  background: rgba(24,81,224,0.85);
  transform: translateY(-1px);
}

.crowd-cta-btn:active {
  transform: translateY(0);
}

.crowd-cta-block .cta-subtext {
  margin-top: 10px;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.4;
}/* End custom CSS */