.elementor-1109 .elementor-element.elementor-element-5471c147{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-6e0e8688 *//* ==========================================================================
   鉅城速報 - 獨立卡片式安全防詐排版系統
   主色(深海軍藍): #0B3C68 | 配色(警示金黃): #F9BF3B
   ========================================================================== */

/* 大外層：完全不帶背景色，適配底圖 */
.jucheng-alert-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 15px;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Microsoft JhengHei", sans-serif;
  color: #2b3a4a;
  line-height: 1.8;
}

/* 獨立卡片元件基礎樣式 */
.jucheng-alert-hero-card,
.jucheng-alert-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 40px;
  margin-bottom: 25px;
  box-shadow: 0 8px 24px rgba(11, 60, 104, 0.05);
  border: 1px solid rgba(11, 60, 104, 0.08);
  box-sizing: border-box;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.jucheng-alert-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(11, 60, 104, 0.09);
}

/* 頭部速報卡片特殊設計 */
.jucheng-alert-hero-card {
  border-top: 6px solid #0B3C68;
}

/* 內嵌超連結優化 */
.jucheng-alert-container a {
  color: #0B3C68;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #F9BF3B;
  padding: 0 2px;
  transition: all 0.2s ease-in-out;
}

.jucheng-alert-container a:hover {
  color: #ffffff;
  background-color: #0B3C68;
  border-bottom: 2px solid #0B3C68;
  border-radius: 4px;
}

/* 系統標題 */
.jucheng-alert-main-title {
  font-size: 2rem;
  color: #0B3C68;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: 800;
}

.jucheng-alert-section-title {
  font-size: 1.5rem;
  color: #0B3C68;
  margin-top: 0;
  margin-bottom: 22px;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}

.jucheng-alert-section-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 4px;
  background-color: #F9BF3B;
  border-radius: 2px;
}

/* 內文字型 */
.jucheng-alert-lead {
  font-size: 1.15rem;
  color: #0B3C68;
  font-weight: 600;
  margin-bottom: 18px;
}

.jucheng-alert-paragraph {
  font-size: 1.05rem;
  color: #445262;
  margin-bottom: 16px;
}

/* 小標籤 Tag */
.jucheng-alert-tag {
  display: inline-block;
  background-color: #0B3C68;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 4px 12px;
  border-radius: 4px;
  letter-spacing: 1px;
}

/* 案例對話引用塊 */
.jucheng-alert-quote {
  background-color: #f4f7f9;
  border-left: 4px solid #F9BF3B;
  margin: 20px 0;
  padding: 18px 22px;
  border-radius: 0 8px 8px 0;
}

.jucheng-alert-quote p {
  margin: 0;
  font-style: italic;
  color: #334155;
  font-size: 1rem;
  line-height: 1.7;
}

/* 響應式條目表格 */
.jucheng-alert-table-wrapper {
  overflow-x: auto;
  margin: 20px 0;
  border: 1px solid rgba(11, 60, 104, 0.15);
  border-radius: 8px;
}

.jucheng-alert-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 1rem;
}

.jucheng-alert-table th {
  background-color: #0B3C68;
  color: #ffffff;
  padding: 14px 18px;
  font-weight: 700;
  white-space: nowrap;
}

.jucheng-alert-table td {
  padding: 15px 18px;
  border-bottom: 1px solid #eef2f5;
  color: #445262;
  background-color: #ffffff;
}

.jucheng-alert-table tr:last-child td {
  border-bottom: none;
}

.jucheng-alert-td-bold {
  font-weight: 700;
  color: #0B3C68 !important;
  background-color: #fcfdfe !important;
  width: 35%;
}

/* 警告類型卡片 */
.jucheng-alert-danger-card {
  border-left: 5px solid #d9383a;
}

/* 核心警告列表 */
.jucheng-alert-list-danger {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

.jucheng-alert-list-danger li {
  font-size: 1.05rem;
  color: #1e293b;
  font-weight: 600;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* 金句強調框 */
.jucheng-alert-golden-box {
  background: linear-gradient(135deg, #0B3C68 0%, #114e85 100%);
  color: #ffffff;
  padding: 22px;
  border-radius: 10px;
  text-align: center;
  font-size: 1.15rem;
  font-weight: 700;
  margin: 25px 0 10px 0;
  box-shadow: 0 4px 15px rgba(11, 60, 104, 0.2);
  border-bottom: 4px solid #F9BF3B;
}

/* 頁尾品牌卡片 */
.jucheng-alert-footer-card {
  background-color: #f8fafc;
  border: 1px solid rgba(11, 60, 104, 0.15);
  text-align: center;
}

.jucheng-alert-footer-title {
  font-size: 1.6rem;
  color: #0B3C68;
  font-weight: 800;
  margin-bottom: 15px;
}

/* 按鈕排列組 */
.jucheng-alert-btn-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.jucheng-alert-btn {
  display: inline-block;
  padding: 14px 35px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.05rem;
  text-align: center;
  transition: all 0.25s ease;
  border: none !important;
  text-decoration: none !important;
}

.jucheng-alert-btn-main {
  background-color: #0B3C68;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(11, 60, 104, 0.3);
}

.jucheng-alert-btn-main:hover {
  background-color: #114e85 !important;
  transform: translateY(-2px);
}

.jucheng-alert-btn-sub {
  background-color: #F9BF3B;
  color: #0B3C68 !important;
  box-shadow: 0 4px 12px rgba(249, 191, 59, 0.3);
}

.jucheng-alert-btn-sub:hover {
  background-color: #f3b019 !important;
  transform: translateY(-2px);
}

/* ==========================================================================
   RWD 手機端細緻化響應式設定（精確調整 Padding 防止臃腫）
   ========================================================================== */
@media (max-width: 768px) {
  .jucheng-alert-container {
    padding: 15px 8px; /* 緊縮外部多餘白邊，提高螢幕佔用效率 */
  }

  .jucheng-alert-hero-card,
  .jucheng-alert-card {
    padding: 24px 16px; /* 徹底調整手機版內部間距，不發胖 */
    margin-bottom: 20px;
    border-radius: 10px;
  }

  .jucheng-alert-main-title {
    font-size: 1.5rem;
    line-height: 1.35;
    margin-bottom: 15px;
  }

  .jucheng-alert-section-title {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }

  .jucheng-alert-lead {
    font-size: 1.05rem;
  }

  .jucheng-alert-paragraph {
    font-size: 0.98rem;
  }

  .jucheng-alert-quote {
    padding: 14px 16px;
    margin: 15px 0;
  }

  .jucheng-alert-quote p {
    font-size: 0.95rem;
  }

  /* 表格寬度校正 */
  .jucheng-alert-td-bold {
    width: 40%;
    font-size: 0.92rem;
  }
  
  .jucheng-alert-table td {
    font-size: 0.92rem;
    padding: 12px;
  }

  .jucheng-alert-golden-box {
    font-size: 1rem;
    padding: 16px;
  }

  .jucheng-alert-footer-title {
    font-size: 1.35rem;
  }

  /* 按鈕改為垂直自適應排列 */
  .jucheng-alert-btn-container {
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
  }

  .jucheng-alert-btn {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 20px;
    font-size: 1rem;
  }
}/* End custom CSS */