.elementor-689 .elementor-element.elementor-element-b88b906{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-689 .elementor-element.elementor-element-846f789{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-689 .elementor-element.elementor-element-ba63870 .elementor-heading-title{color:var( --e-global-color-text );}.elementor-689 .elementor-element.elementor-element-b696f2d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-689:not(.elementor-motion-effects-element-type-background), body.elementor-page-689 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(max-width:767px){.elementor-689 .elementor-element.elementor-element-846f789{--flex-direction:row-reverse;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap-reverse;--padding-top:30px;--padding-bottom:0px;--padding-left:0px;--padding-right:10px;}.elementor-689 .elementor-element.elementor-element-ba63870 .elementor-heading-title{font-size:16px;}}/* Start custom CSS for shortcode, class: .elementor-element-0d18d99 *//* === TablePress ESG 溝通表（桌機百分比＋手機可滑動）=== */
.tablepress {
  width: 100% !important;
  border-collapse: collapse;
  table-layout: fixed !important;
}

/* ===== 桌機版欄位百分比設定 ===== */
/* 共 5 欄，加總約 100% */
.tablepress th:nth-child(1),
.tablepress td:nth-child(1) {
  width: 18% !important; /* 利害關係人 */
}

.tablepress th:nth-child(2),
.tablepress td:nth-child(2) {
  width: 22% !important; /* 關注議題 */
}

.tablepress th:nth-child(3),
.tablepress td:nth-child(3) {
  width: 20% !important; /* 溝通方式 */
}

.tablepress th:nth-child(4),
.tablepress td:nth-child(4) {
  width: 20% !important; /* 溝通頻率 */
}

.tablepress th:nth-child(5),
.tablepress td:nth-child(5) {
  width: 20% !important; /* 聯絡窗口 */
}

/* ===== 通用樣式 ===== */
.tablepress th,
.tablepress td {
  word-wrap: break-word;
  white-space: normal !important;
  vertical-align: top;
  text-align: left;
  padding: 10px 12px;
  border: 1px solid #e0e0e0;
}

/* 標題列樣式 */
.tablepress thead th {
  background: #e6f0f8;
  font-weight: bold;
}

/* 隔行底色 + 滑過高亮 */
.tablepress tbody tr:nth-child(even) {
  background-color: #f9fafb;
}
.tablepress tbody tr:hover {
  background-color: #eef6ff;
}

/* ===== 平板適應 ===== */
@media screen and (max-width: 1024px) {
  .tablepress {
    font-size: 15px !important;
  }
  .tablepress th,
  .tablepress td {
    padding: 8px 10px !important;
  }
}

/* ===== 手機版可滑動 ===== */
@media screen and (max-width: 767px) {
  .tablepress {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 14px !important;
  }

  /* 每欄維持最小寬度，避免內容被擠壓 */
  .tablepress th,
  .tablepress td {
    min-width: 200px;
    width: auto !important;
    padding: 8px 10px !important;
  }

  /* 美化滑動條 */
  .tablepress::-webkit-scrollbar {
    height: 6px;
  }
  .tablepress::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
  }
}/* End custom CSS */