.elementor-3724 .elementor-element.elementor-element-79066c4{--display:flex;}/* Start custom CSS for wd_text_block, class: .elementor-element-10eba62 *//* ==========================================
   玖富娛樂城 結構化文案專用樣式表 (jf-hack前綴)
   外層無背景，獨立卡片結構，嚴格無圓角，全靠左對齊
   ========================================== */

/* 核心容器 */
.jf-hack-container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Microsoft JhengHei", sans-serif !important;
    color: #333333 !important;
    line-height: 1.7 !important;
    box-sizing: border-box !important;
}

.jf-hack-container * {
    box-sizing: border-box !important;
    text-align: left !important; /* 強制全面靠左 */
}

/* 內嵌連結核心顏色 (輔助色:#A98B3F 古銅金) */
.jf-hack-inline-link {
    color: #A98B3F !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
}
.jf-hack-inline-link:hover {
    color: #0D4A63 !important;
}

/* 獨立卡片式外觀 (全面去除圓角、外層不留背景) */
.jf-hack-card {
    background-color: #ffffff !important;
    border: 1px solid #e5e5e5 !important;
    border-left: 5px solid #0D4A63 !important; /* 左側主色條：海軍藍 */
    padding: 35px !important;
    margin-bottom: 25px !important;
    border-radius: 0 !important; /* 強制無圓角 */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
    opacity: 1 !important;
}

/* 頂部英雄卡片微調 */
.jf-hack-hero {
    border-left: 8px solid #0D4A63 !important;
}

/* 標題系統 (主色:#0D4A63 海軍藍) */
.jf-hack-title-primary {
    font-size: 28px !important;
    color: #0D4A63 !important; 
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    opacity: 1 !important;
}

.jf-hack-title-secondary {
    font-size: 22px !important;
    color: #0D4A63 !important; 
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #e5e5e5 !important;
    font-weight: 700 !important;
    position: relative !important;
    opacity: 1 !important;
}

/* 標題點綴線 (配色:#D8C67A 香檳金) */
.jf-hack-title-secondary::after {
    content: '' !important;
    position: absolute !important;
    bottom: -2px !important;
    left: 0 !important;
    width: 60px !important;
    height: 2px !important;
    background-color: #D8C67A !important;
}

.jf-hack-title-tertiary {
    font-size: 18px !important;
    color: #0D4A63 !important;
    margin-top: 25px !important;
    margin-bottom: 15px !important;
    font-weight: 600 !important;
    opacity: 1 !important;
}

/* 內文段落 */
.jf-hack-paragraph {
    font-size: 16px !important;
    margin-top: 0 !important;
    margin-bottom: 16px !important;
    color: #444444 !important;
    opacity: 1 !important;
}

/* 列表系統 */
.jf-hack-list-ordered, 
.jf-hack-list-unordered {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    padding-left: 20px !important;
}

.jf-hack-list-ordered li, 
.jf-hack-list-unordered li {
    font-size: 16px !important;
    margin-bottom: 10px !important;
    color: #444444 !important;
}

.jf-hack-list-unordered {
    list-style-type: square !important;
}

/* 強調提示區塊 */
.jf-hack-alert-box {
    background-color: #f4f8fa !important;
    border-left: 4px solid #D8C67A !important;
    padding: 15px 20px !important;
    margin: 20px 0 !important;
    font-size: 15px !important;
    color: #444444 !important;
}

.jf-hack-highlight-box {
    background-color: #fffdf9 !important;
    border: 1px solid #f6f0dd !important;
    border-left: 4px solid #A98B3F !important;
    padding: 20px !important;
    margin: 20px 0 !important;
    font-size: 16px !important;
}

/* 響應式表格 */
.jf-hack-table-wrapper {
    width: 100% !important;
    overflow-x: auto !important;
    margin: 20px 0 !important;
}

.jf-hack-data-table {
    width: 100% !important;
    border-collapse: collapse !important;
    font-size: 15px !important;
}

.jf-hack-data-table th {
    background-color: #0D4A63 !important;
    color: #ffffff !important;
    padding: 12px 15px !important;
    font-weight: 600 !important;
    border: 1px solid #0D4A63 !important;
}

.jf-hack-data-table td {
    padding: 12px 15px !important;
    border: 1px solid #e5e5e5 !important;
    color: #444444 !important;
}

.jf-hack-data-table tr:nth-child(even) {
    background-color: #f5f9fb !important;
}

/* FAQ 條目 */
.jf-hack-faq-item {
    margin-bottom: 20px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px dashed #e5e5e5 !important;
}

.jf-hack-faq-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.jf-hack-faq-q {
    color: #0D4A63 !important;
    font-size: 16px !important;
    margin-bottom: 5px !important;
}

.jf-hack-faq-a {
    font-size: 15px !important;
    color: #555555 !important;
    margin: 0 !important;
}

/* CTA 行動呼籲卡片 (左側輔助色古銅金邊條) */
.jf-hack-cta-section {
    border-left: 5px solid #A98B3F !important;
    background-color: #fdfbF7 !important;
    border-top: 1px solid #f5eedf !important;
    border-right: 1px solid #f5eedf !important;
    border-bottom: 1px solid #f5eedf !important;
}

.jf-hack-btn-group {
    margin-top: 25px !important;
}

/* 按鈕主色調 */
.jf-hack-btn-primary {
    display: inline-block !important;
    background-color: #0D4A63 !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 15px 25px !important;
    border: none !important;
    border-bottom: 3px solid #062533 !important;
    text-decoration: none !important;
    transition: background-color 0.2s ease !important;
    cursor: pointer !important;
    width: auto !important;
    border-radius: 0 !important; /* 確保無圓角 */
}

.jf-hack-btn-primary:hover {
    background-color: #A98B3F !important;
    color: #ffffff !important;
    border-bottom-color: #7c652e !important;
}

/* ==========================================
   手機版響應式優化：微調內縮，防臃腫胖大
   ========================================== */
@media screen and (max-width: 768px) {
    .jf-hack-card {
        padding: 20px 15px !important; /* 縮小內襯，避免兩側過胖 */
        margin-bottom: 15px !important;
    }
    
    .jf-hack-title-primary {
        font-size: 22px !important;
        margin-bottom: 15px !important;
    }
    
    .jf-hack-title-secondary {
        font-size: 18px !important;
        margin-bottom: 15px !important;
    }
    
    .jf-hack-title-tertiary {
        font-size: 16px !important;
        margin-top: 20px !important;
    }
    
    .jf-hack-paragraph,
    .jf-hack-list-ordered li, 
    .jf-hack-list-unordered li {
        font-size: 15px !important;
    }
    
    .jf-hack-btn-primary {
        display: block !important; 
        width: 100% !important;
        padding: 14px 15px !important;
        font-size: 14px !important;
        line-height: 1.4 !important;
    }
}/* End custom CSS */