.elementor-3970 .elementor-element.elementor-element-79066c4{--display:flex;}/* Start custom CSS for wd_text_block, class: .elementor-element-10eba62 *//* 玖富娛樂城 防詐騙中心專屬樣式 */

/* 最外層容器：不設背景，完全靠左對齊，控制最大寬度與內距 */
.jiufu-anti-fraud-container {
    width: 100%;
    max-width: 850px;
    margin: 0 auto 0 0; /* 靠左對齊 */
    padding: 25px;
    box-sizing: border-box;
    text-align: left;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* 頂部主標題區塊 */
.jiufu-main-header {
    margin-bottom: 35px;
    text-align: left;
}

/* 確保此標題為最大標 */
.jiufu-main-header h1 {
    color: #5A4275; /* 配色深紫 */
    font-size: 26px;
    font-weight: 800;
    line-height: 1.4;
    margin: 0 0 20px 0;
    padding: 0;
}

.jiufu-lead-text {
    color: #4A5568;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

/* 獨立卡片式設計：亮色底、無圓角、靠左對齊 */
.jiufu-fraud-card {
    background-color: #FFFFFF;
    border-left: 6px solid #5A4275; /* 深紫側邊條 */
    border-top: 1px solid #E2E8F0;
    border-right: 1px solid #E2E8F0;
    border-bottom: 1px solid #E2E8F0;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 0px !important; /* 強制無圓角 */
    box-sizing: border-box;
    text-align: left;
}

/* 卡片標題 */
.jiufu-card-title {
    color: #5A4275;
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 18px 0;
    padding: 0;
    letter-spacing: 0.5px;
}

/* 卡片內文 */
.jiufu-card-content {
    color: #2D3748;
    font-size: 15px;
    line-height: 1.7;
}

.jiufu-section-intro {
    font-weight: 500;
    margin-bottom: 20px !important;
    color: #1A202C;
}

/* 子項目排版 */
.jiufu-sub-item {
    margin-bottom: 18px;
    border-bottom: 1px dashed #E2E8F0;
    padding-bottom: 15px;
}

.jiufu-sub-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

/* 子項目加粗標籤 */
.jiufu-item-label {
    font-weight: bold;
    color: #5A4275;
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
}

.jiufu-sub-item p {
    margin: 0;
}

/* 內嵌文章超連結樣式 */
.jiufu-text-link {
    color: #5A4275;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 2px solid #D0C1EC; /* 主色淡紫底線 */
    transition: all 0.2s ease;
}

.jiufu-text-link:hover {
    color: #9F7AEA;
    border-bottom: 2px solid #5A4275;
}

/* CTA 行動呼籲區塊 (滿版深色系背景，無圓角) */
.jiufu-cta-block {
    background-color: #5A4275; /* 深紫背景 */
    padding: 35px;
    margin-top: 40px;
    margin-bottom: 20px;
    border-radius: 0px !important; /* 強制無圓角 */
    box-sizing: border-box;
    text-align: left;
}

.jiufu-cta-heading {
    color: #D0C1EC; /* 淡紫標題字 */
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 18px 0;
}

.jiufu-cta-text {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 15px 0;
}

.jiufu-cta-text.highlight {
    color: #D0C1EC;
    font-weight: 600;
    margin-bottom: 25px;
}

/* CTA 按鈕群組 */
.jiufu-cta-buttons {
    display: block;
}

/* 主按鈕：淡紫亮色背景 */
.jiufu-btn-main {
    display: block;
    background-color: #D0C1EC;
    color: #5A4275;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 0px !important;
    font-size: 15px;
    transition: background-color 0.2s ease;
}

.jiufu-btn-main:hover {
    background-color: #BDB0DC;
}

/* 次按鈕：線條框 */
.jiufu-btn-sub {
    display: block;
    background-color: transparent;
    color: #D0C1EC;
    border: 1px solid #D0C1EC;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 14px 20px;
    border-radius: 0px !important;
    font-size: 15px;
    transition: all 0.2s ease;
}

.jiufu-btn-sub:hover {
    background-color: rgba(208, 193, 236, 0.1);
}

/* ==========================================
   手機版響應式優化 (Mobile Responsive)
   ========================================== */
@media screen and (max-width: 768px) {
    /* 縮減左右內距，防止手機網頁視覺過於臃腫 */
    .jiufu-anti-fraud-container {
        padding: 15px;
    }
    
    /* 手機版大標題縮放 */
    .jiufu-main-header h1 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .jiufu-lead-text {
        font-size: 14px;
        line-height: 1.6;
    }

    /* 卡片手機版 padding 優化 */
    .jiufu-fraud-card {
        padding: 20px 15px;
        margin-bottom: 20px;
    }
    
    .jiufu-card-title {
        font-size: 17px;
        margin-bottom: 12px;
    }
    
    .jiufu-card-content {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .jiufu-section-intro {
        margin-bottom: 15px !important;
    }
    
    .jiufu-sub-item {
        margin-bottom: 12px;
        padding-bottom: 10px;
    }

    /* CTA 區塊手機版縮減 */
    .jiufu-cta-block {
        padding: 25px 15px;
        margin-top: 30px;
    }
    
    .jiufu-cta-heading {
        font-size: 18px;
    }
    
    .jiufu-cta-text {
        font-size: 14px;
    }
    
    .jiufu-btn-main,
    .jiufu-btn-sub {
        font-size: 14px;
        padding: 12px 10px;
    }
}/* End custom CSS */