.elementor-1764 .elementor-element.elementor-element-c3d06f0{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1764 .elementor-element.elementor-element-87d057d{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1764 .elementor-element.elementor-element-09e4271{--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-1764 .elementor-element.elementor-element-6c9cc92{z-index:1;}.elementor-1764 .elementor-element.elementor-element-6c9cc92 .elementor-heading-title{font-size:30px;text-transform:capitalize;font-style:normal;text-decoration:none;line-height:1em;letter-spacing:0px;color:var( --e-global-color-9f33204 );}.elementor-1764 .elementor-element.elementor-element-f46c9fc{--grid-columns:1;--grid-row-gap:25px;}.elementor-1764 .elementor-element.elementor-element-1273f68 .elementor-button{background-color:#FFFFFF;font-size:18px;fill:var( --e-global-color-blocksy_palette_3 );color:var( --e-global-color-blocksy_palette_3 );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-blocksy_palette_3 );border-radius:50px 50px 50px 50px;}.elementor-1764 .elementor-element.elementor-element-1273f68 .elementor-button:hover, .elementor-1764 .elementor-element.elementor-element-1273f68 .elementor-button:focus{background-color:var( --e-global-color-blocksy_palette_3 );color:#FFFFFF;}.elementor-1764 .elementor-element.elementor-element-1273f68 .elementor-button:hover svg, .elementor-1764 .elementor-element.elementor-element-1273f68 .elementor-button:focus svg{fill:#FFFFFF;}@media(max-width:1024px){.elementor-1764 .elementor-element.elementor-element-6c9cc92{text-align:left;}.elementor-1764 .elementor-element.elementor-element-6c9cc92 .elementor-heading-title{font-size:24px;}.elementor-1764 .elementor-element.elementor-element-f46c9fc{--grid-columns:1;}}@media(max-width:767px){.elementor-1764 .elementor-element.elementor-element-6c9cc92{text-align:left;}.elementor-1764 .elementor-element.elementor-element-6c9cc92 .elementor-heading-title{font-size:20px;}.elementor-1764 .elementor-element.elementor-element-f46c9fc{--grid-columns:1;}}/* Start custom CSS for shortcode, class: .elementor-element-5cad04c *//* === TablePress 固定欄寬強制版 === */
.tablepress {
  table-layout: fixed !important;
  width: 100% !important;
  border-collapse: collapse;
}

/* 覆蓋 TablePress 內建 inline style */
.tablepress[style] {
  width: 100% !important;
  table-layout: fixed !important;
}

/* 各欄位固定寬度 */
.tablepress th:nth-child(1),
.tablepress td:nth-child(1) {
  width: 25% !important;  /* 職稱 */
}

.tablepress th:nth-child(2),
.tablepress td:nth-child(2) {
  width: 25% !important;  /* 姓名 */
  text-align: left !important;
  vertical-align: top;
}


.tablepress th:nth-child(3),
.tablepress td:nth-child(3) {
  width: 25% !important;  /* 學歷 */
}

.tablepress th:nth-child(4),
.tablepress td:nth-child(4) {
  width: 25% !important;  /* 專業資格與經驗 */
}

/* 強制自動換行 */
.tablepress td,
.tablepress th {
  word-wrap: break-word;
  white-space: normal !important;
  vertical-align: top;
  padding: 8px 10px;
  text-align: left;
}

/* 標題列樣式 */
.tablepress thead th {
  background: #e6f0f8;
  font-weight: bold;
}

/* 手機版優化 */
@media screen and (max-width: 767px) {
  .tablepress {
    font-size: 14px !important;
  }
  .tablepress td,
  .tablepress th {
    padding: 6px 8px !important;
  }
}/* End custom CSS */