.elementor-20826 .elementor-element.elementor-element-4ba2ac2{--display:flex;}/* Start custom CSS for wd_text_block, class: .elementor-element-c006f35 *//* ==========================================================================
   DP Game - Baccarat Clean View Style (Custom Class: dp-game-)
   ========================================================================== */

/* 最外層框架（背景保持透明以融入底圖，處理手機端外距防肥胖） */
.dp-game-wrap {
    box-sizing: border-box;
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    padding: 25px 18px; /* 優化手機至桌機的綜合安全間距 */
    color: #e2e8f0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.75;
}

/* 標題與副標題階層 */
.dp-game-main-title {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.35;
    margin-bottom: 24px;
    border-left: 5px solid #2797cc;
    padding-left: 14px;
}

.dp-game-h2 {
    font-size: 22px;
    font-weight: 600;
    color: #2797cc;
    margin-top: 40px;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(39, 151, 204, 0.25);
}

.dp-game-h3 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 25px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.dp-game-h3::before {
    content: "◆";
    color: #2797cc;
    font-size: 12px;
    margin-right: 8px;
}

/* 內文結構樣式 */
.dp-game-intro {
    font-size: 16px;
    color: #94a3b8;
    margin-bottom: 22px;
}

.dp-game-desc {
    font-size: 16px;
    margin-bottom: 16px;
    color: #e2e8f0;
}

.dp-game-desc strong {
    color: #2797cc;
    font-weight: 600;
}

/* 前言列表 */
.dp-game-bullet-list {
    margin: 0 0 22px 0;
    padding-left: 20px;
}

.dp-game-bullet-list li {
    font-size: 15px;
    margin-bottom: 8px;
    color: #f1f5f9;
    list-style-type: circle;
}

/* 內部超連結優化 */
.dp-game-anchor {
    color: #2797cc;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px dashed #2797cc;
    padding: 0 2px;
    transition: all 0.25s ease-in-out;
}

.dp-game-anchor:hover {
    color: #ffffff;
    border-bottom-style: solid;
    background-color: rgba(39, 151, 204, 0.15);
}

/* 表格響應式與視覺配置（核心色調：#0c325a） */
.dp-game-table-container {
    width: 100%;
    overflow-x: auto;
    margin: 22px 0;
    border-radius: 8px;
    border: 1px solid rgba(39, 151, 204, 0.2);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
    -webkit-overflow-scrolling: touch;
}

.dp-game-data-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #0c325a;
    min-width: 440px;
}

.dp-game-data-table th {
    background-color: rgba(39, 151, 204, 0.2);
    color: #ffffff;
    font-weight: 600;
    text-align: left;
    padding: 12px 16px;
    font-size: 15px;
    border-bottom: 2px solid #2797cc;
}

.dp-game-data-table td {
    padding: 12px 16px;
    font-size: 14px;
    color: #cbd5e1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.dp-game-data-table tr:last-child td {
    border-bottom: none;
}

.dp-game-data-table tr:hover {
    background-color: rgba(39, 151, 204, 0.08);
}

.dp-game-td-focus {
    font-weight: 600;
    color: #2797cc !important;
}

/* 重點摘要區塊 */
.dp-game-blockquote {
    margin: 30px 0;
    padding: 18px 20px;
    background-color: rgba(12, 50, 90, 0.5);
    border-left: 4px solid #2797cc;
    border-radius: 0 8px 8px 0;
}

.dp-game-blockquote p {
    margin: 0;
    font-size: 15px;
    color: #cbd5e1;
}

/* 頁尾追蹤名片 */
.dp-game-footer {
    text-align: center;
    margin-top: 45px;
    padding: 24px;
    background-color: rgba(12, 50, 90, 0.3);
    border: 1px dashed rgba(39, 151, 204, 0.4);
    border-radius: 10px;
    font-size: 16px;
    color: #ffffff;
}

/* ==========================================================================
   RWD 手機版精細微調 (防止排版過胖、內距過寬)
   ========================================================================== */
@media screen and (max-width: 580px) {
    .dp-game-wrap {
        padding: 15px 12px; /* 緊縮手機外距，提供更多閱讀寬度 */
    }
    
    .dp-game-main-title {
        font-size: 22px;
        margin-bottom: 18px;
    }
    
    .dp-game-h2 {
        font-size: 18px;
        margin-top: 30px;
    }
    
    .dp-game-data-table th, 
    .dp-game-data-table td {
        padding: 10px 12px; /* 減小表格內距防擁擠 */
        font-size: 13px;
    }
    
    .dp-game-blockquote {
        padding: 14px 15px;
    }
}/* End custom CSS */