/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-eb8af5e *//* 全站圖片置中與滿版設定 */
.immigration-section img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
}

.fullwidth-image {
  width: 100vw;
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
  display: block;
  height: auto;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-1654e5e3 *//* 版面與配色：藍 / 灰 / 白 */
.immigration-section {
  background: #f5f8fc;
  padding: 48px 20px;
  color: #2c3e50;
  font-family: "Noto Sans TC","Microsoft JhengHei",system-ui,-apple-system,sans-serif;
}
.immigration-section .container {
  max-width: 860px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 10px;
  padding: 40px 28px;
  box-shadow: 0 10px 30px rgba(10,31,68,0.08);
}
.immigration-section p {
  line-height: 1.9;
  margin: 0 0 14px;
}

/* 輕量強調與列表補強（不更動原文內容） */
.cta-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 6px;
}
.cta-chip {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid #d4dceb;
  background: #eef4fb;
  color: #1f4e78;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

/* CTA 區塊 */
.cta-block {
  text-align: center;
  margin: 28px 0;
}
.cta-button {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 6px;
  background: #1f4e78;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .2px;
  transition: all .25s ease;
  box-shadow: 0 6px 14px rgba(31,78,120,.18);
}
.cta-button:hover { transform: translateY(-1px); background:#163f61; }
.cta-button.ghost {
  background: #ffffff;
  color: #1f4e78 !important;
  border: 2px solid #1f4e78;
}
.cta-button.outline {
  background: #f7fbff;
  color: #1f4e78 !important;
  border: 1px solid #cfe0f2;
}

/* FAQ（<p> 結構 + 手風琴） */
.faq-wrapper {
  margin-top: 36px;
  border-top: 2px solid #e4ecf6;
  padding-top: 16px;
}
.faq-title {
  font-weight: 800;
  color: #1f4e78;
  margin-bottom: 12px;
}
.faq-item {
  border-bottom: 1px solid #e6edf7;
  padding: 12px 0 10px;
}
.faq-question {
  position: relative;
  font-weight: 700;
  cursor: pointer;
  padding-right: 26px;
  color: #234a6b;
}
.faq-question::after {
  content: "+";
  position: absolute;
  right: 0; top: 0;
  color: #1f4e78;
  font-weight: 900;
}
.faq-item.active .faq-question::after { content: "-"; }
.faq-answer {
  display: none;
  margin-top: 8px;
  background: #f8fbff;
  border-left: 3px solid #1f4e78;
  padding: 10px 14px;
  border-radius: 4px;
  color: #3b4b59;
}
.faq-item.active .faq-answer { display: block; }

/* 置底黏貼 CTA（行動端友善） */
.sticky-cta {
  position: sticky;
  bottom: 12px;
  text-align: center;
  margin-top: 26px;
}
.sticky-cta a {
  display: inline-block;
  padding: 12px 20px;
  background: #1f4e78;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 10px 18px rgba(31,78,120,.18);
}

/* 手機優化 */
@media (max-width: 767px){
  .immigration-section .container { padding: 28px 18px; }
  .cta-button { width: 100%; }
  .cta-inline { gap: 8px; }
}/* End custom CSS */