.elementor-66596 .elementor-element.elementor-element-47231a8 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for wp-widget-text, class: .elementor-element-47231a8 */.sector-cta {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* 給上下間距，不會太貼底邊 */
  margin-top: 36px;
  margin-bottom: 48px;
}

.sector-cta-wrapper {
  background: #3C5F88 !important;
  color: #fff;
  font-size: 1.04rem;
  font-weight: 700;
  border-radius: 8px;
  padding: 18px 28px;
  text-align: left;
  box-shadow: 0 2px 8px #f3eac5;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  box-sizing: border-box;
}

.sector-cta-text {
  margin-left: 6px;
  flex: 1 1 0;
  min-width: 120px;
  white-space: nowrap;
  color: #fff;
  font-size: 1.04rem;
  letter-spacing: 0.1em;
}

.sector-cta-btn {
  display: inline-block;
  margin-left: 14px;
  margin-right: 8px;
  padding: 9px 22px;
  background: #ED5B2A !important;
  color: #fff !important;
  border-radius: 5px;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.06rem;
  transition: background 0.18s;
  white-space: nowrap;
  box-shadow: 0 1px 6px #1956a810;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
}
.sector-cta-btn:hover {
  background: #003f82;
}
@media (max-width: 700px) {
  .sector-cta {
    margin-top: -50px;
    margin-bottom: 32px;
  }
  .sector-cta-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
    max-width: 100%;
    text-align: center;
    min-height: 0;
    background: none !important; /* 手機不顯示藍底 */
    box-shadow: none;
  }
  .sector-cta-text {
    display: none !important;  /* 手機完全隱藏說明文字 */
  }
  .sector-cta-btn {
    display: block;
    font-size: 1rem;
    padding: 12px 0;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 8px;
    background: #ED5B2A !important; /* 手機維持橙色按鈕 */
    color: #fff !important;
    box-shadow: 0 2px 8px #f3eac5;
    border: none;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-fbc6fc6 */.talent-pass {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 15px;
  line-height: 1.8;
  font-family: "Microsoft JhengHei", "PingFang TC", sans-serif;
  color: #333;
}

.talent-pass .elementor-row {
  display: block;
  margin-bottom: 25px;
}

.talent-pass .elementor-column {
  width: 100%;
  padding: 10px 0;
}

.talent-pass h2 {
  font-size: 1.6em;
  margin: 25px 0 15px;
  color: #004a80;
  border-left: 5px solid #0077b6;
  padding-left: 10px;
}

.talent-pass p {
  margin-bottom: 15px;
  font-size: 1.05em;
}

.talent-pass strong {
  color: #000;
  font-weight: bold;
}

.talent-pass ul {
  list-style: none;
  padding-left: 0;
  margin: 10px 0 20px;
}

.talent-pass ul li {
  background: #f8f9fa;
  border-left: 4px solid #0077b6;
  padding: 10px 15px;
  margin-bottom: 10px;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.talent-pass ul li:hover {
  background: #e9f5ff;
}

.talent-pass a {
  color: #0077b6;
  text-decoration: none;
  font-weight: bold;
}

.talent-pass a:hover {
  text-decoration: underline;
}

/* ========= 新增：其他移居香港方式 ========= */
.talent-pass .other-options ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-start;
}

.talent-pass .other-options ul li {
  flex: 1 1 calc(33.333% - 15px);  /* PC 三列 */
  max-width: calc(33.333% - 15px);
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 90px;  /* 統一卡片高度 */
  background: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 6px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.talent-pass .other-options ul li:hover {
  background: #e9f5ff;
  transform: translateY(-3px);
}

.talent-pass .other-options ul li a {
  display: block;
  font-weight: 900;   /* 全粗體 */
  color: #004a80;
  text-decoration: none;
}

/* 手機版直排 */
@media (max-width: 768px) {
  .talent-pass .other-options ul {
    display: flex !important;
    flex-direction: elementor-column;
    align-items: center;   /* 水平置中 */
    width: 100%;
  }

  .talent-pass .other-options ul li {
    flex: none !important;
    width: 100%;            /* 不要太貼邊，留白更好看 */
    max-width: 500px;      /* 統一卡片最大寬度 */
    margin-bottom: 12px;
  }
}/* End custom CSS */