.elementor-2208 .elementor-element.elementor-element-2612431c{--display:flex;}.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 );}/* Start custom CSS for text-editor, class: .elementor-element-2a2aae29 *//* 鉅城娛樂城 專屬樣式 (獨立 class 避免樣式衝突) */

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

/* 頂部主標題與引言 */
.jucheng-main-header {
    margin-bottom: 30px;
    text-align: left;
}

.jucheng-main-header h1 {
    color: #0B3C68; /* 主色 */
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 15px 0;
}

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

/* 獨立卡片式設計 (無圓角、靠左對齊) */
.jucheng-info-card {
    background-color: #FFFFFF;
    border-left: 5px solid #0B3C68; /* 左側主色粗線裝飾 */
    border-top: 1px solid #E2E8F0;
    border-right: 1px solid #E2E8F0;
    border-bottom: 1px solid #E2E8F0;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 0px !important; /* 強制無圓角 */
    box-sizing: border-box;
    text-align: left;
}

/* 卡片標題 */
.jucheng-card-title {
    color: #0B3C68; /* 主色 */
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding: 0;
    letter-spacing: 0.5px;
}

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

.jucheng-card-content p {
    margin: 0 0 10px 0;
}

.jucheng-card-content p:last-child {
    margin-bottom: 0;
}

/* 區塊內前言 */
.jucheng-section-intro {
    font-weight: 500;
    margin-bottom: 15px !important;
}

/* 次級子項目排版 */
.jucheng-sub-item {
    margin-bottom: 15px;
    border-bottom: 1px dashed #EDF2F7;
    padding-bottom: 12px;
}

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

/* 子項目加粗標籤 */
.jucheng-item-label {
    font-weight: bold;
    color: #0B3C68;
    display: block;
    margin-bottom: 4px;
}

/* 內嵌文章超連結樣式 */
.jucheng-text-link {
    color: #0B3C68;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 2px solid #F9BF3B; /* 配色底線 */
    transition: all 0.2s ease;
}

.jucheng-text-link:hover {
    color: #F9BF3B;
    border-bottom: 2px solid #0B3C68;
}

/* CTA 行動呼籲卡片 (高亮配色背景，無圓角) */
.jucheng-cta-card {
    background-color: #0B3C68; /* 主色滿版背景 */
    padding: 30px;
    margin-top: 35px;
    margin-bottom: 15px;
    border-radius: 0px !important; /* 強制無圓角 */
    box-sizing: border-box;
    text-align: left;
}

.jucheng-cta-title {
    color: #F9BF3B; /* 配色黃金字 */
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.jucheng-cta-desc {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 25px 0;
}

/* CTA 按鈕區塊 */
.jucheng-cta-actions {
    display: block;
}

/* 主按鈕 (註冊領發財金) */
.jucheng-btn-primary {
    display: block;
    background-color: #F9BF3B; /* 配色黃 */
    color: #0B3C68; /* 主色字 */
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 14px 20px;
    margin-bottom: 12px;
    border-radius: 0px !important;
    font-size: 15px;
    transition: background-color 0.2s ease;
}

.jucheng-btn-primary:hover {
    background-color: #E5AF30;
}

/* 次按鈕 (下載APP) */
.jucheng-btn-secondary {
    display: block;
    background-color: transparent;
    color: #F9BF3B;
    border: 1px solid #F9BF3B;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 12px 20px;
    border-radius: 0px !important;
    font-size: 15px;
    transition: all 0.2s ease;
}

.jucheng-btn-secondary:hover {
    background-color: rgba(249, 191, 59, 0.1);
}

/* ==========================================
   手機版響應式優化 (Mobile Responsive)
   ========================================== */
@media screen and (max-width: 768px) {
    /* 調整最外層內距，避免手機版左右太胖太擁擠 */
    .jucheng-promo-container {
        padding: 12px;
    }
    
    /* 縮小手機版主標題字體 */
    .jucheng-main-header h1 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    .jucheng-lead-text {
        font-size: 14px;
    }

    /* 調整卡片內距，留更多空間給文字 */
    .jucheng-info-card {
        padding: 18px 15px;
        margin-bottom: 15px;
    }
    
    .jucheng-card-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .jucheng-card-content {
        font-size: 14px;
        line-height: 1.6;
    }
    
    /* 調整行動呼籲卡片手機版內距 */
    .jucheng-cta-card {
        padding: 20px 15px;
        margin-top: 25px;
    }
    
    .jucheng-cta-title {
        font-size: 18px;
    }
    
    .jucheng-cta-desc {
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    .jucheng-btn-primary,
    .jucheng-btn-secondary {
        font-size: 14px;
        padding: 12px 15px;
    }
}/* End custom CSS */