.elementor-2012 .elementor-element.elementor-element-a1d2c12{--display:flex;--background-transition:0.3s;overflow:visible;}.elementor-2012 .elementor-element.elementor-element-abf0f0e{color:#D1D1D1;}.elementor-2012 .elementor-element.elementor-element-310d164{--display:flex;--background-transition:0.3s;overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-abf0f0e *//* ==========================================
   gofun娛樂城 百家樂專用樣式表 (gofun-bt前綴)
   外層無背景，獨立卡片結構，無圓角，全靠左對齊
   ========================================== */

/* 核心容器 */
.gofun-bt-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;
}

.gofun-bt-container * {
    box-sizing: border-box !important;
    text-align: left !important; /* 全面強制靠左對齊 */
}

/* 獨立卡片式外觀 (全面去除圓角) */
.gofun-bt-card {
    background-color: #ffffff !important;
    border: 1px solid #e5e5e5 !important;
    border-left: 5px solid #0B3C68 !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;
}

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

/* 標題系統 (主色:#0B3C68，全數加上 !important 強制排他，修正淡灰色衝突) */
.gofun-bt-title-primary {
    font-size: 28px !important;
    color: #0B3C68 !important; 
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    opacity: 1 !important;
}

.gofun-bt-title-secondary {
    font-size: 22px !important;
    color: #0B3C68 !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;
}

.gofun-bt-title-secondary::after {
    content: '' !important;
    position: absolute !important;
    bottom: -2px !important;
    left: 0 !important;
    width: 60px !important;
    height: 2px !important;
    background-color: #F9BF3B !important; /* 配色點綴 */
}

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

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

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

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

.gofun-bt-list-unordered {
    list-style-type: square !important;
}

/* 強調區塊 */
.gofun-bt-alert-box {
    background-color: #f4f7fa !important;
    border-left: 4px solid #F9BF3B !important;
    padding: 15px 20px !important;
    margin: 20px 0 !important;
    font-size: 15px !important;
    color: #444444 !important;
}

.gofun-bt-highlight-box {
    background-color: #fffdef !important;
    border: 1px solid #f4ebd0 !important;
    border-left: 4px solid #F9BF3B !important;
    padding: 20px !important;
    margin: 20px 0 !important;
    font-size: 16px !important;
}

/* 響應式表格處理 */
.gofun-bt-table-wrapper {
    width: 100 !important;
    overflow-x: auto !important;
    margin: 20px 0 !important;
}

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

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

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

.gofun-bt-data-table tr:nth-child(even) {
    background-color: #f9fbfd !important;
}

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

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

.gofun-bt-faq-q {
    color: #0B3C68 !important;
    font-size: 16px !important;
    margin-bottom: 5px !important;
}

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

/* CTA 行動呼籲卡片 */
.gofun-bt-cta-section {
    border-left: 5px solid #F9BF3B !important;
    background-color: #fffdf7 !important;
    border-top: 1px solid #f7ecd3 !important;
    border-right: 1px solid #f7ecd3 !important;
    border-bottom: 1px solid #f7ecd3 !important;
}

.gofun-bt-btn-group {
    margin-top: 25px !important;
}

.gofun-bt-btn-primary {
    display: inline-block !important;
    background-color: #0B3C68 !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 15px 25px !important;
    border: none !important;
    border-bottom: 3px solid #06233d !important;
    text-decoration: none !important;
    transition: background-color 0.2s ease !important;
    cursor: pointer !important;
    width: auto !important;
}

.gofun-bt-btn-primary:hover {
    background-color: #F9BF3B !important;
    color: #222222 !important;
    border-bottom-color: #cb9723 !important;
}

/* ==========================================
   手機版專用調整
   ========================================== */
@media screen and (max-width: 768px) {
    .gofun-bt-card {
        padding: 20px 15px !important; 
        margin-bottom: 15px !important;
    }
    
    .gofun-bt-title-primary {
        font-size: 22px !important;
        margin-bottom: 15px !important;
    }
    
    .gofun-bt-title-secondary {
        font-size: 18px !important;
        margin-bottom: 15px !important;
    }
    
    .gofun-bt-title-tertiary {
        font-size: 16px !important;
        margin-top: 20px !important;
    }
    
    .gofun-bt-paragraph,
    .gofun-bt-list-ordered li, 
    .gofun-bt-list-unordered li {
        font-size: 15px !important;
    }
    
    .gofun-bt-btn-primary {
        display: block !important; 
        width: 100% !important;
        padding: 14px 15px !important;
        font-size: 14px !important;
        line-height: 1.4 !important;
    }
}/* End custom CSS */