.elementor-1770 .elementor-element.elementor-element-c0650e9{--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-1770 .elementor-element.elementor-element-7515a51{z-index:1;}.elementor-1770 .elementor-element.elementor-element-7515a51 .elementor-heading-title{font-size:30px;text-transform:capitalize;font-style:normal;text-decoration:none;line-height:1em;letter-spacing:0px;color:#0D3276;}@media(max-width:1024px){.elementor-1770 .elementor-element.elementor-element-7515a51{text-align:center;}.elementor-1770 .elementor-element.elementor-element-7515a51 .elementor-heading-title{font-size:28px;}}@media(max-width:767px){.elementor-1770 .elementor-element.elementor-element-7515a51 .elementor-heading-title{font-size:24px;}}/* Start custom CSS for shortcode, class: .elementor-element-a275dfa *//* === TablePress 固定欄寬設定 === */
.tablepress {
	table-layout: fixed !important; /* 強制固定欄寬 */
	width: 100% !important;
	border-collapse: collapse;
}

/* 固定每個欄位比例，可依實際需求微調 */
.tablepress th:nth-child(1),
.tablepress td:nth-child(1) {
	width: 12%; /* 職稱 */
}

.tablepress th:nth-child(2),
.tablepress td:nth-child(2) {
	width: 18%; /* 姓名 */
}

.tablepress th:nth-child(3),
.tablepress td:nth-child(3) {
	width: 20%; /* 學歷 */
}

.tablepress th:nth-child(4),
.tablepress td:nth-child(4) {
	width: 50%; /* 簡歷 */
}

/* 讓文字自動換行、不撐破格線 */
.tablepress td,
.tablepress th {
	word-wrap: break-word;
	white-space: normal !important;
	text-align: left;
	vertical-align: top;
	padding: 10px 12px;
}

/* 標題列固定寬 + 背景顏色 */
.tablepress thead th {
	background: #e6f0f8;
	font-weight: bold;
}

/* 手機版字體與間距優化 */
@media screen and (max-width: 767px) {
	.tablepress {
		font-size: 14px !important;
	}

	.tablepress td,
	.tablepress th {
		padding: 8px 10px !important;
	}
}/* End custom CSS */