.elementor-2173 .elementor-element.elementor-element-a1d2c12{--display:flex;--background-transition:0.3s;overflow:visible;}.elementor-2173 .elementor-element.elementor-element-abf0f0e{color:#D1D1D1;}.elementor-2173 .elementor-element.elementor-element-310d164{--display:flex;--background-transition:0.3s;overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-abf0f0e *//* 外層總容器：徹底強迫靠左死貼，不置中 */
.gofun-tech-wrapper {
  width: 100%;
  max-width: 850px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: auto !important;
  margin-left: 0 !important; /* 強制把原本的置中拉回最左邊 */
  padding: 30px 20px 30px 0px; /* 左邊內距歸零，讓卡片完美貼齊左側邊界 */
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans TC", sans-serif;
  color: #e2e8f0; 
  line-height: 1.85;
  text-align: left !important; /* 全域強制靠左 */
}

/* 頂級未來感 H1 主標題 */
.gofun-tech-main-title {
  font-size: 28px;
  color: #27D8F5; /* 主色：科技亮藍 */
  font-weight: 800;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 3px solid #27D8F5;
  text-align: left !important;
  text-shadow: 0 0 10px rgba(39, 216, 245, 0.2);
}

/* 科技風區塊 H2 標題 */
.gofun-tech-section-title {
  font-size: 21px;
  color: #27D8F5;
  font-weight: 700;
  margin-top: 45px;
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 5px solid #27D8F5;
  text-align: left !important;
}

/* 卡片內部的項目 H3 小標題 */
.gofun-tech-sub-title {
  font-size: 18px;
  color: #27D8F5;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: left !important;
}

/* 標準段落 */
.gofun-tech-paragraph {
  font-size: 16px;
  color: #cbd5e1; 
  margin-top: 0;
  margin-bottom: 16px;
  text-align: left !important; /* 確保不被全域置中影響 */
}

/* 獨立卡片式區塊設計，背景為深邃黑，無圓角，強制靠左開頭 */
.gofun-tech-card {
  background-color: #0D1628; /* 配色：深邃暗夜黑 */
  border: 1px solid #1e293b;
  border-left: 4px solid #27D8F5; /* 用主色調加強左側科技線條 */
  border-radius: 0px !important; /* 嚴格去除圓角 */
  padding: 25px;
  margin-bottom: 25px;
  margin-left: 0 !important;
  margin-right: auto !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  text-align: left !important;
}

/* 標準條列清單樣式 */
.gofun-tech-list {
  padding-left: 20px;
  margin: 0;
  text-align: left !important;
}
.gofun-tech-list li {
  font-size: 15px;
  color: #cbd5e1;
  margin-bottom: 12px;
  list-style-type: square;
  text-align: left !important;
}
.gofun-tech-list strong {
  color: #27D8F5;
}

/* 響應式表格外殼 */
.gofun-tech-table-responsive {
  width: 100%;
  overflow-x: auto;
  margin-top: 15px;
}

/* 電競高對比表格樣式，無圓角 */
.gofun-tech-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  color: #cbd5e1;
  border: 1px solid #1e293b;
  border-radius: 0px !important;
}
.gofun-tech-table th {
  background-color: #1e293b;
  color: #27D8F5;
  font-weight: bold;
  padding: 14px 12px;
  text-align: left !important;
  border-bottom: 2px solid #27D8F5;
}
.gofun-tech-table td {
  padding: 14px 12px;
  border-bottom: 1px solid #1e293b;
  vertical-align: top;
  background-color: #0d1628;
  text-align: left !important;
}
.gofun-tech-table tbody tr:hover td {
  background-color: #14213d; 
}

/* 高亮霓虹字體超連結 */
.gofun-tech-link {
  color: #27D8F5;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dashed #27D8F5;
  padding-bottom: 1px;
  transition: all 0.2s ease;
}
.gofun-tech-link:hover {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
}

/* RWD 行動裝置優化 */
@media screen and (max-width: 768px) {
  .gofun-tech-wrapper {
    padding: 20px 10px 20px 0px; /* 手機版依舊保持左邊貼齊 */
  }
  .gofun-tech-main-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .gofun-tech-section-title {
    font-size: 19px;
    margin-top: 35px;
    margin-bottom: 15px;
  }
  .gofun-tech-card {
    padding: 18px 14px; 
    margin-bottom: 15px;
  }
  .gofun-tech-sub-title {
    font-size: 16px;
  }
  .gofun-tech-paragraph {
    font-size: 15px;
  }
  .gofun-tech-table th, .gofun-tech-table td {
    padding: 10px 8px; 
    font-size: 14px;
  }
}/* End custom CSS */