.elementor-30322 .elementor-element.elementor-element-30fd266b{--display:flex;}.elementor-30322 .elementor-element.elementor-element-405928fb > .elementor-widget-container{margin:-1px -1px -1px -1px;}/* Start custom CSS for text-editor, class: .elementor-element-405928fb *//* ==========================================================================
   Class 前綴：jj-slot- (視覺風格：海洋金調、文字全靠左、嚴格無圓角、最外層無背景)
   ========================================================================== */

/* 主容器配置（限制寬度，無自身底色） */
.jj-slot-main-wrapper {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #2b2b2b;
  line-height: 1.8;
}

/* 覆蓋所有子元素：全靠左對齊、全無圓角 */
.jj-slot-main-wrapper * {
  box-sizing: border-box;
  text-align: left !important;
  border-radius: 0 !important;
}

/* 獨立卡片設計 */
.jj-slot-card {
  background-color: #ffffff;
  padding: 35px;
  margin-bottom: 25px;
  border-left: 6px solid #0D4A63; /* 主色：深邃海軍藍 */
  box-shadow: 0 3px 12px rgba(13, 74, 99, 0.05);
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

/* 首卡與重點特殊標註 */
.jj-slot-hero-card {
  border-left-color: #D8C67A; /* 配色：奢華沙灘金 */
}

/* 標題設定 */
.jj-slot-main-title {
  color: #0D4A63;
  font-size: 26px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.4;
}

.jj-slot-cate-title {
  color: #0D4A63;
  font-size: 21px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f0f5f7;
}

.jj-slot-section-subtitle {
  color: #A98B3F; /* 輔助色：古銅金 */
  font-size: 17px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 12px;
  border-left: 3px solid #D8C67A;
  padding-left: 10px;
}

/* 段落文字 */
.jj-slot-main-wrapper p {
  font-size: 15.5px;
  color: #444444;
  margin-top: 0;
  margin-bottom: 16px;
}
.jj-slot-main-wrapper p:last-child {
  margin-bottom: 0;
}

.jj-slot-intro-text {
  font-size: 16px;
  color: #4f4f4f;
}

/* 強調粗體字 */
.jj-slot-main-wrapper strong {
  color: #0D4A63;
}

/* ==========================================================================
   結尾 滿版卡片式 CTA 區塊
   ========================================================================== */
.jj-slot-cta-card {
  background-color: #0D4A63; /* 採用主色海軍藍作為滿版大底 */
  padding: 40px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(13, 74, 99, 0.15);
}
.jj-slot-cta-card * {
  color: #ffffff !important; /* 內部全體轉白字 */
}
.jj-slot-cta-title-main {
  font-size: 23px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
  color: #D8C67A !important; /* 標題使用沙灘金提亮 */
}
.jj-slot-cta-desc {
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.95;
  margin-bottom: 30px;
}
.jj-slot-cta-grid {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.jj-slot-cta-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 20px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.05);
  transition: all 0.25s ease-in-out;
}
.jj-slot-box-tag {
  font-size: 13px;
  opacity: 0.8;
  margin-bottom: 3px;
}
.jj-slot-box-uri {
  font-size: 16px;
  letter-spacing: 0.5px;
}

/* 互動效果 */
.jj-slot-bg-main:hover { background-color: #D8C67A; }
.jj-slot-bg-main:hover * { color: #0D4A63 !important; }

.jj-slot-bg-accent { background-color: rgba(216, 198, 122, 0.2); }
.jj-slot-bg-accent:hover { background-color: #D8C67A; }
.jj-slot-bg-accent:hover * { color: #0D4A63 !important; }

.jj-slot-bg-service { background-color: rgba(255, 255, 255, 0.1); }
.jj-slot-bg-service:hover { background-color: #ffffff; }
.jj-slot-bg-service:hover * { color: #0D4A63 !important; }

/* ==========================================================================
   手機版 RWD 最佳化：防止寬度過大、優化 Padding
   ========================================================================== */
@media screen and (max-width: 768px) {
  .jj-slot-card {
    padding: 22px 16px; /* 窄屏舒適白 */
    margin-bottom: 18px;
  }
  .jj-slot-cta-card {
    padding: 25px 16px;
  }
  .jj-slot-main-title {
    font-size: 21px;
    margin-bottom: 14px;
  }
  .jj-slot-cate-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .jj-slot-main-wrapper p {
    font-size: 14.5px;
  }
  .jj-slot-box-uri {
    font-size: 15px;
  }
}/* End custom CSS */