.elementor-13032 .elementor-element.elementor-element-3356dff{--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-ad3f299 *//* ==========================================
   億兆體育 86娛樂城代理 獨立卡片樣式
   主色調: #24465d | 品牌色: #2d9cdb | 大標深藍: #123d58
   ========================================== */

/* 全局容器 (無背景色，交由外層頁面決定) */
.yz-agency-container {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 15px;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans TC", sans-serif;
  color: #333333;
  line-height: 1.7;
  text-align: left; /* 靠左對齊 */
}

/* 獨立卡片基礎設計 (直角無圓角) */
.yz-agency-card {
  background-color: #ffffff;
  border-left: 5px solid #24465d; /* 用主色做左側點綴 */
  margin-bottom: 25px;
  padding: 35px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  text-align: left;
  border-radius: 0 !important; /* 嚴格去除圓角 */
}

/* 頂部主視覺卡片特殊樣式 */
.yz-agency-card.yz-main-hero {
  border-left: 6px solid #2d9cdb; /* 用主要品牌色加強 */
  background-linear: linear-gradient(135deg, #ffffff 0%, #f4f9fc 100%);
}

/* 內嵌超連結樣式 */
.yz-agency-container a {
  color: #2d9cdb;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px dashed #2d9cdb;
  transition: all 0.3s ease;
}

.yz-agency-container a:hover {
  color: #123d58;
  border-bottom: 1px solid #123d58;
}

/* 各級標題設定 */
.yz-main-title {
  font-size: 28px;
  color: #123d58;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.4;
  font-weight: 800;
}

.yz-section-title {
  font-size: 22px;
  color: #123d58;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
  padding-bottom: 8px;
  border-bottom: 1px solid #eef2f5;
}

.yz-sub-title {
  font-size: 18px;
  color: #24465d;
  margin-top: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}

/* 段落與文字 */
.yz-highlight-text {
  font-size: 18px;
  color: #2d9cdb;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}

.yz-intro-p {
  font-size: 16px;
  color: #4a5568;
  margin: 0;
}

.yz-body-p {
  font-size: 16px;
  color: #4a5568;
  margin-top: 0;
  margin-bottom: 15px;
}

/* 列表設計 (無圓角區塊) */
.yz-feature-list, 
.yz-advantage-list, 
.yz-event-list, 
.yz-support-list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 20px;
}

.yz-feature-list li, 
.yz-advantage-list li, 
.yz-event-list li, 
.yz-support-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 15.5px;
  color: #4a5568;
}

.yz-feature-list li::before, 
.yz-advantage-list li::before, 
.yz-event-list li::before {
  content: "■"; /* 用方形符合直角視覺 */
  position: absolute;
  left: 0;
  color: #2d9cdb;
  font-size: 12px;
  top: 2px;
}

/* 專屬有序清單樣式 */
.yz-support-list {
  counter-reset: yz-counter;
}
.yz-support-list li {
  counter-increment: yz-counter;
  padding-left: 25px;
}
.yz-support-list li::before {
  content: counter(yz-counter) ".";
  position: absolute;
  left: 0;
  color: #24465d;
  font-weight: bold;
}

/* 引言區塊 (直角設計) */
.yz-quote-box {
  background-color: #f7fafc;
  border-left: 4px solid #24465d;
  margin: 20px 0 0 0;
  padding: 15px 20px;
  font-style: italic;
  color: #4a5568;
  border-radius: 0 !important;
}

.yz-quote-author {
  display: block;
  text-align: right;
  font-style: normal;
  font-size: 14px;
  color: #718096;
  margin-top: 5px;
}

/* 活動資訊行 */
.yz-info-row {
  background-color: #f4f9fc;
  padding: 12px 15px;
  margin: 15px 0;
  color: #123d58;
  font-size: 15px;
  border-left: 3px solid #2d9cdb;
}

/* 案例樣式 */
.yz-case-item {
  padding: 15px 0;
  border-bottom: 1px dashed #e2e8f0;
}
.yz-case-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.yz-case-talk {
  font-size: 15.5px;
  color: #4a5568;
  margin: 0 0 5px 0;
}
.yz-case-user {
  font-size: 14px;
  color: #2d9cdb;
  font-weight: bold;
}

/* 結尾金句 */
.yz-footer-motto {
  font-size: 18px;
  color: #123d58;
  font-weight: bold;
  border-left: 4px solid #2d9cdb;
  padding-left: 12px;
  margin-top: 25px;
  margin-bottom: 0;
}

/* CTA 行動呼籲卡片 (強烈直角視覺) */
.yz-cta-card {
  border-left: 6px solid #123d58;
  background-color: #123d58;
  color: #ffffff;
}

.yz-cta-title {
  color: #ffffff !important;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding-bottom: 10px;
}

.yz-cta-desc {
  color: #e2e8f0;
  font-size: 15.5px;
  margin-top: 0;
  margin-bottom: 25px;
}

.yz-cta-action {
  text-align: left;
}

/* CTA 按鈕 (徹底直角、無圓角) */
.yz-cta-button {
  display: inline-block;
  background-color: #2d9cdb !important;
  color: #ffffff !important;
  padding: 12px 35px;
  font-size: 17px;
  font-weight: bold;
  border: none !important;
  border-bottom: none !important;
  transition: background-color 0.3s ease !important;
  cursor: pointer;
  border-radius: 0 !important; /* 確保無圓角 */
}

.yz-cta-button:hover {
  background-color: #1b7cb4 !important;
  color: #ffffff !important;
}

/* ==========================================
   RWD 手機版優化 (防止 Padding 過胖)
   ========================================== */
@media screen and (max-width: 767px) {
  .yz-agency-container {
    padding: 10px;
  }
  
  .yz-agency-card {
    padding: 20px 15px; /* 縮減內邊距，優化手機閱讀寬度 */
    margin-bottom: 15px;
  }
  
  .yz-main-title {
    font-size: 22px;
  }
  
  .yz-section-title {
    font-size: 18px;
    padding-bottom: 6px;
  }
  
  .yz-sub-title {
    font-size: 16px;
  }
  
  .yz-body-p, .yz-intro-p, .yz-feature-list li, .yz-advantage-list li, .yz-event-list li, .yz-support-list li {
    font-size: 14.5px;
  }
  
  .yz-cta-title {
    font-size: 20px;
  }
  
  .yz-cta-button {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 12px 20px;
  }
}/* End custom CSS */