/* Start custom CSS for text-editor, class: .elementor-element-29c5a1f0 *//* ===== 澳洲海關入境規定（藍灰白主題） ===== */

.customs-article {
  font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
  line-height: 1.9;
  color: #333;
  background-color: #ffffff;
  padding: 20px 30px;
  max-width: 1100px;
  margin: 0 auto;
}

/* 標題 */
.customs-article h3 {
  color: #1e3a8a;
  border-left: 5px solid #3b82f6;
  padding-left: 10px;
  margin-top: 35px;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

/* 內文段落 */
.customs-article p {
  margin-bottom: 18px;
  font-size: 1.05em;
}

/* 高亮文字 */
.highlight {
  color: #2563eb;
  font-weight: bold;
}

/* ===== 圖片樣式 ===== */
.banner img {
  display: block;
  margin: 0 auto 25px auto;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

.image-block {
  text-align: center;
  margin: 20px 0;
}

.image-block img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

/* ===== 列表樣式 ===== */
.custom-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.custom-list li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.8;
}

.custom-list li::before {
  content: "🔹";
  position: absolute;
  left: 0;
  color: #2563eb;
  font-size: 1em;
}

/* ===== CTA 區 ===== */
.cta-block {
  text-align: center;
  background-color: #f1f5f9;
  border: 2px solid #3b82f6;
  border-radius: 12px;
  padding: 40px 30px;
  margin: 55px auto;
  max-width: 900px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.cta-block h3 {
  color: #1e3a8a;
  margin-bottom: 12px;
  font-weight: 700;
}

.cta-block p {
  margin-bottom: 26px;
  font-size: 1.05em;
  color: #374151;
}

.cta-block .btn {
  display: inline-block;
  margin: 6px 10px;
  padding: 10px 25px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  color: #fff;
  transition: 0.3s;
}

.btn.whatsapp {
  background-color: #16a34a;
}

.btn.call {
  background-color: #2563eb;
}

.cta-block .btn:hover {
  opacity: 0.9;
  transform: scale(1.05);
}

/* ===== FAQ 展開收起效果 ===== */
.faq {
  background-color: #f9fafb;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  padding: 30px 22px;
  margin-top: 50px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.faq h3 {
  color: #1e3a8a;
  margin-bottom: 18px;
  font-weight: 700;
  text-align: left;
}

.faq details {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 12px 16px;
  transition: all 0.3s ease;
}

.faq details:hover {
  background-color: #f3f4f6;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.faq summary {
  cursor: pointer;
  font-weight: 600;
  color: #1e3a8a;
  font-size: 1.05em;
  position: relative;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

/* 自定義展開符號 */
.faq summary::after {
  content: "＋";
  position: absolute;
  right: 0;
  font-weight: bold;
  color: #2563eb;
  transition: transform 0.3s ease;
}

.faq details[open] summary::after {
  content: "－";
  color: #1e3a8a;
}

.faq p {
  margin-top: 10px;
  line-height: 1.8;
  color: #333;
  font-size: 1em;
  padding-right: 10px;
}

/* ===== 聯絡資訊 ===== */
.contact-info {
  margin-top: 30px;
  text-align: center;
  font-size: 0.95em;
  color: #1e3a8a;
}

.contact-info a {
  color: #2563eb;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

/* ===== 響應式（手機版） ===== */
@media (max-width: 768px) {
  .customs-article {
    padding: 18px;
  }

  .customs-article h3 {
    font-size: 1.2em;
    margin-top: 28px;
    margin-bottom: 16px;
  }

  .customs-article p {
    font-size: 1em;
    text-align: justify;
  }

  .custom-list li {
    font-size: 0.95em;
  }

  .cta-block {
    padding: 25px 18px;
    margin: 35px 0;
  }

  .cta-block h3 {
    font-size: 1.1em;
    margin-bottom: 10px;
  }

  .cta-block p {
    font-size: 0.95em;
  }

  .faq {
    padding: 22px 16px;
  }

  .faq summary {
    font-size: 1em;
  }

  .faq p {
    font-size: 0.95em;
  }
}/* End custom CSS */