.elementor-18217 .elementor-element.elementor-element-8c98621{--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-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-18217 .elementor-element.elementor-element-10e336e{text-align:center;}.elementor-18217 .elementor-element.elementor-element-10e336e .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:39px;font-weight:600;color:#000000;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-18217 .elementor-element.elementor-element-82fca4a{color:#000000;}/* Start custom CSS for saswp-faq-block, class: .elementor-element-15d56bf *//* FAQ 每題外框 */
#faq-section ul > li {
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e0e0e0;
  list-style: none;
}

/* 問題標題：小圓Q + 左邊 padding */
#faq-section h3 {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
  position: relative;
  padding-left: 28px;
  line-height: 1.5;
}

#faq-section h3::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
  font-weight: bold;
  color: white;
  background-color: #d1352c;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-family: sans-serif;
}

/* 段落樣式 */
#faq-section p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  margin: 4px 0 10px;
}

/* 強調字 */
#faq-section strong {
  color: #d1352c;
  font-weight: 600;
}

/* 清單（條列式）樣式 */
#faq-section ul li,
#faq-section ol li {
  margin-left: 0;
  padding-left: 1.4em;
  position: relative;
  margin-bottom: 6px;
  line-height: 1.5;
}

#faq-section ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #d1352c;
  border-radius: 50%;
}

/* 滑過效果（背景淡淡紅） */
#faq-section ul > li:hover {
  background-color: #fef7f7;
  transition: background-color 0.3s ease;
}

/* CTA */
#faq-section .faq-cta {
  background: #fff2f2;
  border-left: 4px solid #d1352c;
  padding: 18px;
  margin-top: 30px;
  border-radius: 6px;
  font-size: 15px;
  color: #7a1d1d;
  text-align: center;
}

@media (max-width: 768px) {
  /* 手機：調整行距與字體稍小一點 */
  #faq-section h3 {
    font-size: 16.5px;
    line-height: 1.4;
    padding-left: 26px;
  }

  #faq-section p {
    font-size: 14.5px;
    line-height: 1.5;
  }

  #faq-section ul li,
  #faq-section ol li {
    font-size: 14.5px;
    line-height: 1.5;
    padding-left: 1.2em;
  }

  #faq-section .faq-cta {
    font-size: 14px;
    padding: 14px;
  }
}/* End custom CSS */