.elementor-2163 .elementor-element.elementor-element-a1d2c12{--display:flex;--background-transition:0.3s;overflow:visible;}.elementor-2163 .elementor-element.elementor-element-abf0f0e{color:#D1D1D1;}.elementor-2163 .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-sports-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;
}

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

/* 確保此標題為最大標 */
.gofun-article-header h1 {
    color: #27D8F5; /* 暗色系主色：霓虹藍 */
    font-size: 26px;
    font-weight: 800;
    line-height: 1.4;
    margin: 0 0 20px 0;
    padding: 0;
}

.gofun-intro-text {
    color: #A0AEC0; /* 淡灰字，適合暗色背景對比 */
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 15px 0;
}

.gofun-intro-text:last-child {
    margin-bottom: 0;
}

/* 獨立卡片式設計：深色底 (#0D1628)、無圓角、靠左對齊 */
.gofun-content-card {
    background-color: #0D1628; /* 暗色配色底 */
    border-left: 5px solid #27D8F5; /* 主色霓虹藍左側裝飾條 */
    border-top: 1px solid #1A202C;
    border-right: 1px solid #1A202C;
    border-bottom: 1px solid #1A202C;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 0px !important; /* 強制無圓角 */
    box-sizing: border-box;
    text-align: left;
}

/* 卡片主標題 */
.gofun-card-title {
    color: #27D8F5;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0;
    letter-spacing: 0.5px;
}

/* 卡片內文 */
.gofun-card-body {
    color: #E2E8F0;
    font-size: 15px;
    line-height: 1.8;
}

.gofun-card-body p {
    margin: 0 0 15px 0;
}

.gofun-card-body p:last-child {
    margin-bottom: 0;
}

/* 強調文字 */
.gofun-highlight-text {
    color: #27D8F5;
    font-weight: bold;
    margin-bottom: 20px !important;
}

/* 警告/吐槽文字 */
.gofun-alert-text {
    color: #FF6B6B;
    font-weight: bold;
    border-left: 3px solid #FF6B6B;
    padding-left: 10px;
    margin: 15px 0 !important;
}

/* 子區塊排版 */
.gofun-sub-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #1A202C;
}

.gofun-sub-section h3 {
    color: #27D8F5;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 12px 0;
}

/* 內嵌文章超連結樣式 */
.gofun-inline-link {
    color: #27D8F5;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #27D8F5;
    transition: all 0.2s ease;
}

.gofun-inline-link:hover {
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

/* CTA 行動呼籲區塊 (高亮深底無圓角) */
.gofun-cta-banner {
    background-color: #1A202C; /* 稍微對比的深色 */
    border: 2px solid #27D8F5;
    padding: 35px;
    margin-top: 40px;
    margin-bottom: 20px;
    border-radius: 0px !important; /* 強制無圓角 */
    box-sizing: border-box;
    text-align: left;
}

.gofun-cta-title {
    color: #27D8F5;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.gofun-cta-desc {
    color: #E2E8F0;
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 25px 0;
}

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

/* 主按鈕：霓虹藍滿版 */
.gofun-btn-primary {
    display: block;
    background-color: #27D8F5;
    color: #0D1628;
    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;
}

.gofun-btn-primary:hover {
    background-color: #1AC2DE;
}

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

.gofun-btn-secondary:hover {
    background-color: rgba(39, 216, 245, 0.1);
    color: #FFFFFF;
    border-color: #FFFFFF;
}

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

    /* 卡片手機版 padding 優化 */
    .gofun-content-card {
        padding: 20px 15px;
        margin-bottom: 20px;
    }
    
    .gofun-card-title {
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .gofun-card-body {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .gofun-sub-section {
        margin-top: 20px;
        padding-top: 15px;
    }
    
    .gofun-sub-section h3 {
        font-size: 15px;
    }

    /* CTA 區塊手機版縮減 */
    .gofun-cta-banner {
        padding: 25px 15px;
        margin-top: 30px;
    }
    
    .gofun-cta-title {
        font-size: 18px;
    }
    
    .gofun-cta-desc {
        font-size: 14px;
    }
    
    .gofun-btn-primary,
    .gofun-btn-secondary {
        font-size: 14px;
        padding: 12px 10px;
    }
}/* End custom CSS */