.elementor-30371 .elementor-element.elementor-element-30fd266b{--display:flex;}.elementor-30371 .elementor-element.elementor-element-405928fb > .elementor-widget-container{margin:-1px -1px -1px -1px;}/* Start custom CSS for text-editor, class: .elementor-element-405928fb *//* 全新獨立 Class 樣式表，無背景底色 */
.ninet-card-wrapper {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 30px 20px;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans TC", sans-serif;
  color: #222222; /* 高清晰深色字 */
  line-height: 1.85;
}

/* 頂級主標題 H1，無圓角 */
.ninet-card-main-title {
  font-size: 28px;
  color: #0D4A63; /* 主色：海洋深藍 */
  font-weight: 800;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 4px solid #D8C67A; /* 配色：沙灘金 */
  text-align: left;
}

/* 區塊副標題 H2，靠左對齊，無圓角 */
.ninet-card-section-title {
  font-size: 22px;
  color: #0D4A63;
  font-weight: 700;
  margin-top: 45px;
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 6px solid #A98B3F; /* 輔助色：古銅金 */
  text-align: left;
}

/* 卡片內部的項目小標題 H3 */
.ninet-card-sub-title {
  font-size: 18px;
  color: #0D4A63;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 12px;
  text-align: left;
}

/* 標準段落 */
.ninet-card-paragraph {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 16px;
  text-align: left; /* 嚴格靠左對齊 */
}

/* 獨立卡片式區塊設計，無圓角，加強亮底對齊感 */
.ninet-card-item {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-left: 4px solid #0D4A63; /* 用深藍加強左側邊界線 */
  border-radius: 0px !important; /* 嚴格去除圓角 */
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}

/* 問答清單結構，無圓角 */
.ninet-card-faq-list {
  list-style: none;
  padding: 0;
  margin: 25px 0 0 0;
}
.ninet-card-faq-list li {
  padding: 15px 0;
  border-bottom: 1px dashed #e2e8f0;
}
.ninet-card-faq-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.ninet-card-faq-list strong {
  display: block;
  font-size: 16px;
  color: #A98B3F;
  margin-bottom: 5px;
  text-align: left;
}
.ninet-card-faq-list p {
  margin: 0;
  font-size: 15px;
  color: #444444;
  text-align: left;
}

/* 精緻內文超連結 */
.ninet-card-link {
  color: #0D4A63;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 2px solid #D8C67A;
  padding-bottom: 1px;
  transition: all 0.2s ease;
}
.ninet-card-link:hover {
  color: #A98B3F;
  border-bottom: 2px solid #0D4A63;
}

/* 按鈕置左容器 */
.ninet-card-btn-container {
  text-align: left; /* 改為靠左對齊 */
  margin-top: 30px;
}

/* 質感深藍金邊按鈕，無圓角 */
.ninet-card-btn {
  display: inline-block;
  background-color: #0D4A63;
  color: #ffffff !important;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  padding: 12px 35px;
  border: 1px solid #A98B3F;
  border-radius: 0px !important; /* 嚴格去除圓角 */
  box-shadow: 0 4px 12px rgba(13, 74, 99, 0.15);
  transition: all 0.3s ease;
}
.ninet-card-btn:hover {
  background-color: #D8C67A;
  color: #0D4A63 !important;
  border-color: #0D4A63;
}

/* 專門優化 RWD 手機版，防止內距過胖 */
@media screen and (max-width: 768px) {
  .ninet-card-wrapper {
    padding: 20px 12px; /* 縮小最外層邊距 */
  }
  .ninet-card-main-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .ninet-card-section-title {
    font-size: 19px;
    margin-top: 35px;
    margin-bottom: 15px;
  }
  .ninet-card-item {
    padding: 15px 12px; /* 縮小卡片內部邊距，更適合手機寬度 */
    margin-bottom: 15px;
  }
  .ninet-card-sub-title {
    font-size: 16px;
  }
  .ninet-card-paragraph {
    font-size: 15px;
  }
  .ninet-card-btn {
    width: 100%; /* 手機版按鈕滿版便於點擊 */
    box-sizing: border-box;
    text-align: center;
  }
}/* End custom CSS */