.elementor-6700 .elementor-element.elementor-element-4c5585c{--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-6700 .elementor-element.elementor-element-93407e2 .jet-listing-dynamic-repeater__items{flex-direction:flex-start;justify-content:flex-start;}.elementor-6700 .elementor-element.elementor-element-93407e2 .jet-listing-dynamic-repeater__item > *{justify-content:flex-start;}.elementor-6700 .elementor-element.elementor-element-b0304db .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-6700 .elementor-element.elementor-element-b0304db .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-6700 .elementor-element.elementor-element-b0304db .jet-listing-dynamic-field{justify-content:flex-end;}.elementor-6700 .elementor-element.elementor-element-b0304db .jet-listing-dynamic-field__content{text-align:left;}.jet-listing-item.single-jet-engine.elementor-page-6700 > .elementor{width:800px;margin-left:auto;margin-right:auto;}/* Start custom CSS for jet-listing-dynamic-repeater, class: .elementor-element-93407e2 *//* ===============================
   Scholarship Table 變數設定
   =============================== */
.scholarship-table {
  --col-school-width: 40%;
  --col-department-width: 40%;
  --col-student-width: 20%;

  width: 100%;
  border-collapse: collapse;
}

/* ===============================
   Table Header
   =============================== */
.scholarship-table thead th {
  background-color: #008fb3; /* 藍綠色 */
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}

/* ===============================
   Table Cell (th + td 共用)
   =============================== */
.scholarship-table th,
.scholarship-table td {
  border: 1px solid #cfcfcf;
  padding: 14px 16px;
  text-align: center;
  vertical-align: middle;
  word-break: break-word;
}

/* ===============================
   Table Body
   =============================== */
.scholarship-table tbody td {
  background-color: #ffffff;
}

/* ===============================
   Column Width Control
   =============================== */
.scholarship-table th:nth-child(1),
.scholarship-table td:nth-child(1) {
  width: var(--col-school-width);
}

.scholarship-table th:nth-child(2),
.scholarship-table td:nth-child(2) {
  width: var(--col-department-width);
}

.scholarship-table th:nth-child(3),
.scholarship-table td:nth-child(3) {
  width: var(--col-student-width);
}/* End custom CSS */