/* Start custom CSS for text-editor, class: .elementor-element-2191541a *//* ====== 文章整體樣式 ====== */
.canada-owp-article {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #333;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

/* ====== 區塊樣式 ====== */
.content-block {
  margin-bottom: 40px;
}

.content-block img {
  width: 100%;
  height: auto;
  margin-top: 15px;
  border-radius: 6px;
}

/* ====== 小圖（專門用於重溫移民資訊） ====== */
.content-block img.small-img {
  width: 80%;           /* 佔容器 80% */
  max-width: 400px;     /* 最大 400px */
  height: auto;
  display: block;
  margin: 15px auto;    /* 上下間距 15px，置中 */
  border-radius: 6px;
}


/* ====== CTA 區塊 ====== */
.cta-box {
  margin-top: 20px;
  text-align: center;
}

.cta-box a {
  display: inline-block;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;

  background: linear-gradient(135deg, #3366ff, #254da1);
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);

  transition: all 0.3s ease;
}

.cta-box a:hover {
  background: linear-gradient(135deg, #254da1, #3366ff);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}

/* ====== 列表 ====== */
ul,
ol {
  margin: 10px 0 20px 20px;
}

/* ====== 連結 ====== */
a {
  color: #3366ff;
  text-decoration: underline;
}/* End custom CSS */