.elementor-12279 .elementor-element.elementor-element-a5396c3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}/* Start custom CSS for text-editor, class: .elementor-element-ea4b9a6 *//* ==========================================
   億兆體育 - 獨立卡片式現代化視覺樣式表
   主色調說明：
   - #24465d : 亮色系基底輔助深藍
   - #2d9cdb : 主要品牌藍 (亮點、按鈕、邊框)
   - #123d58 : 大標題極深藍
   ========================================== */

/* 1. 最外層包覆區塊 - 移除自身背景，以便完美融入原生網頁 */
.yz-main-stream-wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0; /* 移除外層 padding 防止手機版過胖 */
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Microsoft JhengHei", sans-serif;
  color: #333333;
  line-height: 1.7;
}

.yz-main-stream-wrapper *, 
.yz-main-stream-wrapper *::before, 
.yz-main-stream-wrapper *::after {
  box-sizing: border-box;
}

/* 2. 獨立卡片式基礎設定 */
.yz-feature-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 35px;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(36, 70, 93, 0.06);
  border: 1px solid rgba(45, 156, 219, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.yz-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(36, 70, 93, 0.12);
}

/* 3. 標題與文字鏈接樣式 */
.yz-main-title {
  font-size: 28px;
  color: #123d58;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 800;
  line-height: 1.4;
}

.yz-section-title {
  font-size: 24px;
  color: #123d58;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 5px solid #2d9cdb;
  font-weight: 700;
}

.yz-sub-card-title {
  font-size: 20px;
  color: #24465d;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 700;
}

.yz-main-stream-wrapper a {
  color: #2d9cdb;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px dashed #2d9cdb;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.yz-main-stream-wrapper a:hover {
  color: #123d58;
  border-bottom: 1px solid #123d58;
}

/* 4. 內文與引言、區塊小細節 */
.yz-intro-text {
  font-size: 16px;
  color: #4a5568;
  margin-bottom: 15px;
}

.yz-card-desc {
  font-size: 15px;
  color: #718096;
  margin-bottom: 20px;
}

.yz-meta-badge {
  display: inline-block;
  background-color: rgba(45, 156, 219, 0.1);
  color: #2d9cdb;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
}

.yz-highlight-box {
  background: linear-gradient(135deg, rgba(45, 156, 219, 0.05) 0%, rgba(36, 70, 93, 0.05) 100%);
  border-radius: 12px;
  padding: 20px 25px;
  margin-top: 25px;
  border-left: 4px solid #24465d;
}

.yz-highlight-box p {
  margin: 8px 0;
  font-size: 15px;
}

.yz-quote-style {
  background: #f7fafc;
  border-left: 4px solid #2d9cdb;
  margin: 25px 0 0 0;
  padding: 15px 20px;
  font-style: normal;
  color: #4a5568;
  border-radius: 0 12px 12px 0;
  font-size: 15px;
}

/* 5. 網格布局 (為什麼正夯區塊) */
.yz-grid-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 15px;
}

.yz-grid-item {
  background: #f8fafc;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #edf2f7;
}

.yz-grid-item h4 {
  margin: 10px 0 5px 0;
  color: #24465d;
  font-size: 16px;
  font-weight: 700;
}

.yz-grid-item p {
  margin: 0;
  font-size: 14px;
  color: #4a5568;
}

.yz-icon {
  font-size: 24px;
}

/* 6. 表格設計樣式 */
.yz-responsive-table-container {
  width: 100%;
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  margin-top: 15px;
}

.yz-custom-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 15px;
  min-width: 600px;
}

.yz-custom-table th {
  background-color: #24465d;
  color: #ffffff;
  padding: 14px 16px;
  font-weight: 600;
}

.yz-custom-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #e2e8f0;
  color: #2d3748;
}

.yz-custom-table tbody tr:last-child td {
  border-bottom: none;
}

.yz-custom-table tbody tr:nth-child(even) {
  background-color: #f8fafc;
}

.yz-tag {
  padding: 3px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: bold;
}

.yz-tag-yes {
  background-color: rgba(48, 190, 116, 0.15);
  color: #1e7e46;
}

.yz-tag-no {
  background-color: rgba(229, 62, 62, 0.15);
  color: #9b2c2c;
}

/* 7. 清單與步驟樣式 */
.yz-checklist, .yz-bullet-list {
  list-style: none;
  padding-left: 0;
  margin: 15px 0;
}

.yz-checklist li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 15px;
}

.yz-checklist li::before {
  content: "✓";
  position: absolute;
  left: 3px;
  top: 0;
  color: #30be74;
  font-weight: bold;
  font-size: 16px;
}

.yz-step-list {
  padding-left: 20px;
  margin: 15px 0;
}

.yz-step-list li {
  margin-bottom: 12px;
  padding-left: 5px;
  font-size: 15px;
}

.yz-bullet-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 15px;
}

.yz-bullet-list li::before {
  content: "•";
  position: absolute;
  left: 5px;
  color: #2d9cdb;
  font-weight: bold;
  font-size: 18px;
  top: -2px;
}

/* 8. CTA 招商結語特化卡片 */
.yz-cta-section {
  background: linear-gradient(180deg, #ffffff 0%, #f4f9fc 100%);
  border: 2px solid #2d9cdb;
}

.yz-cta-desc {
  font-size: 16px;
  color: #4a5568;
  max-width: 800px;
  margin: 0 auto 25px auto;
}

.yz-cta-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 30px;
}

.yz-cta-badge-item {
  background: #ffffff;
  border: 1px solid rgba(45, 156, 219, 0.3);
  color: #24465d;
  text-align: center;
  padding: 12px 10px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 4px 10px rgba(0,0,0,0.02);
}

.yz-highlight-summary {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #123d58;
  background: rgba(45, 156, 219, 0.08);
  padding: 15px;
  border-radius: 10px;
  margin: 25px 0;
}

.yz-final-box {
  text-align: center;
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px dashed #cbd5e0;
}

.yz-final-box h3 {
  color: #123d58;
  font-size: 20px;
  margin-bottom: 10px;
}

.yz-search-intent {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 20px;
  max-width: 600px;
  margin: 20px auto;
  text-align: left;
}

.yz-search-intent strong {
  color: #24465d;
  display: block;
  margin-bottom: 10px;
}

.yz-search-intent ul {
  margin: 0;
  padding-left: 20px;
  font-size: 14px;
  color: #4a5568;
}

.yz-search-intent li {
  margin-bottom: 6px;
}

/* 巨大極具吸引力的按鈕 */
.yz-cta-button {
  display: inline-block;
  background: linear-gradient(135deg, #2d9cdb 0%, #123d58 100%);
  color: #ffffff !important;
  font-size: 20px;
  font-weight: bold;
  padding: 16px 40px;
  border-radius: 50px;
  margin-top: 15px;
  border: none !important;
  box-shadow: 0 8px 20px rgba(45, 156, 219, 0.4);
  transition: all 0.3s ease !important;
}

.yz-cta-button:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 25px rgba(45, 156, 219, 0.6);
  color: #ffffff !important;
  background: linear-gradient(135deg, #123d58 0%, #2d9cdb 100%);
}

/* ==========================================
   9. 響應式手機版格式精細優化 (防止過胖與撐開)
   ========================================== */
@media (max-width: 768px) {
  .yz-feature-card {
    padding: 22px 18px; /* 大幅調小手機版 Padding，避免兩側過胖留白過多 */
    margin-bottom: 20px;
    border-radius: 12px;
  }
  
  .yz-main-title {
    font-size: 22px;
  }
  
  .yz-section-title {
    font-size: 19px;
  }
  
  .yz-grid-layout {
    grid-template-columns: 1fr; /* 手機版網格改為單排 */
    gap: 12px;
  }
  
  .yz-cta-grid {
    grid-template-columns: repeat(2, 1fr); /* 2x2 排版 */
    gap: 10px;
  }
  
  .yz-cta-button {
    font-size: 17px;
    padding: 14px 25px;
    width: 100%; /* 按鈕滿版，手機更好點擊 */
  }

  .yz-custom-table th, .yz-custom-table td {
    padding: 10px 8px; /* 縮小表格內距避免橫向過度捲動 */
    font-size: 13px;
  }
}

/* 實用工具類 */
.yz-text-center { text-align: center; }
.yz-font-bold { font-weight: bold; }
.yz-primary-color { color: #2d9cdb; }
.yz-margin-top { margin-top: 20px; }/* End custom CSS */