.elementor-3615 .elementor-element.elementor-element-c1f42da{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );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 );}.elementor-3615 .elementor-element.elementor-element-dbef15f{--display:flex;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-fa89f78 *//* ==========================================================================
   Ju-Earn - Bright Vibrant Theme Version (Custom Class: ju-earn-)
   ========================================================================== */

/* 基礎外層容器 (移除背景，留安全內距避免手機版肥胖) */
.ju-earn-container {
    box-sizing: border-box;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 24px 20px; /* 手機版防胖主要調控 */
    color: #2c3e50;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.8;
}

/* 標題樣式架構 */
.ju-earn-main-title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    background-color: #FF9045; /* 主色：暖橘 */
    padding: 16px 20px;
    border-radius: 8px;
    line-height: 1.5;
    margin-bottom: 28px;
    box-shadow: 0 4px 12px rgba(255, 144, 69, 0.2);
}

.ju-earn-sec-title {
    font-size: 20px;
    font-weight: 700;
    color: #dd6b20; /* 加深暖橘以符合高對比閱讀 */
    margin-top: 36px;
    margin-bottom: 16px;
    padding-bottom: 6px;
    border-bottom: 3px solid #F3CD5E; /* 配色：金黃 */
    display: inline-block;
}

.ju-earn-tri-title {
    font-size: 17px;
    font-weight: 600;
    color: #333333;
    margin-top: 24px;
    margin-bottom: 12px;
}

/* 內文與列表結構 */
.ju-earn-intro {
    font-size: 16px;
    font-weight: 500;
    color: #4a5568;
    margin-bottom: 20px;
}

.ju-earn-text {
    font-size: 16px;
    margin-bottom: 16px;
    color: #2d3748;
}

.ju-earn-list {
    margin: 0 0 20px 0;
    padding-left: 20px;
}

.ju-earn-list li {
    font-size: 15px;
    margin-bottom: 10px;
    color: #2d3748;
    list-style-type: disc;
}

.ju-earn-list li strong {
    color: #dd6b20;
}

/* 內部關鍵字連結 */
.ju-earn-link {
    color: #FF9045;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid #F3CD5E;
    transition: all 0.25s ease-in-out;
}

.ju-earn-link:hover {
    color: #dd6b20;
    background-color: rgba(243, 205, 94, 0.15);
    border-bottom-color: #FF9045;
}

/* 響應式表格優化 */
.ju-earn-table-responsive {
    width: 100%;
    overflow-x: auto;
    margin: 20px 0;
    border-radius: 8px;
    border: 1px solid rgba(255, 144, 69, 0.2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    -webkit-overflow-scrolling: touch;
}

.ju-earn-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    min-width: 440px;
}

.ju-earn-table th {
    background-color: #FF9045;
    color: #ffffff;
    font-weight: 600;
    text-align: left;
    padding: 12px 16px;
    font-size: 15px;
}

.ju-earn-table td {
    padding: 12px 16px;
    font-size: 14px;
    color: #4a5568;
    border-bottom: 1px solid rgba(243, 205, 94, 0.3);
}

.ju-earn-table tr:last-child td {
    border-bottom: none;
}

.ju-earn-table tr:hover {
    background-color: rgba(243, 205, 94, 0.08);
}

.ju-earn-highlight {
    font-weight: 600;
    color: #dd6b20 !important;
}

/* 品牌承諾提示區塊 */
.ju-earn-quote {
    margin: 28px 0;
    padding: 16px 20px;
    background-color: rgba(255, 144, 69, 0.04);
    border-left: 4px solid #FF9045;
    border-top: 1px solid rgba(255, 144, 69, 0.1);
    border-bottom: 1px solid rgba(255, 144, 69, 0.1);
    border-right: 1px solid rgba(255, 144, 69, 0.1);
    border-radius: 0 8px 8px 0;
}

.ju-earn-quote p {
    margin: 0;
    font-size: 15px;
    color: #2d3748;
}

.ju-earn-quote strong {
    color: #dd6b20;
    font-size: 16px;
}

/* ==========================================================================
   手機版優化 (Media Query 防止看起來太胖)
   ========================================================================== */
@media screen and (max-width: 580px) {
    .ju-earn-container {
        padding: 16px 12px; /* 緊縮手機端外距，增加內容橫向閱讀寬度 */
    }
    
    .ju-earn-main-title {
        font-size: 18px;
        padding: 12px 14px;
        margin-bottom: 20px;
    }
    
    .ju-earn-sec-title {
        font-size: 17px;
        margin-top: 26px;
    }
    
    .ju-earn-tri-title {
        font-size: 15px;
    }
    
    .ju-earn-table th, 
    .ju-earn-table td {
        padding: 10px 12px; /* 縮小表格內距防止擠壓 */
        font-size: 13px;
    }
    
    .ju-earn-quote {
        padding: 12px 14px;
    }
}/* End custom CSS */