.elementor-30270 .elementor-element.elementor-element-30fd266b{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-405928fb *//* ==========================================================================
   2026 世界盃懶人包獨立卡片式樣式表 (前綴命名空間: wcup9j-)
   ========================================================================== */

/* 核心容器（無背景，自適應原本頁面底色） */
.wcup9j-main-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Microsoft JhengHei", sans-serif;
    text-align: left !important;
}

/* 獨立直角卡片樣式 */
.wcup9j-card {
    background-color: #ffffff;
    border-left: 6px solid #0D4A63;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 30px;
    margin-bottom: 25px;
    box-sizing: border-box;
    text-align: left !important;
    border-radius: 0 !important; /* 嚴格無圓角 */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* 標題樣式（直角左側外襯） */
.wcup9j-h2 {
    color: #0D4A63;
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #D8C67A;
    text-align: left !important;
}

.wcup9j-h3 {
    color: #0D4A63;
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 22px;
    margin-bottom: 12px;
    text-align: left !important;
}

.wcup9j-h4 {
    color: #0D4A63;
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 8px;
    text-align: left !important;
}

/* 內文與段落 */
.wcup9j-p {
    color: #333333;
    font-size: 1rem;
    line-height: 1.75;
    margin-top: 0;
    margin-bottom: 16px;
    text-align: left !important;
}

.wcup9j-intro-text {
    color: #333333;
    font-size: 1.05rem;
    line-height: 1.8;
    margin: 0;
    text-align: left !important;
}

/* 內鏈樣式 */
.wcup9j-inline-link {
    color: #0D4A63;
    font-weight: bold;
    text-decoration: underline;
    transition: color 0.2s ease;
}
.wcup9j-inline-link:hover {
    color: #A98B3F;
}

/* 高亮文字 */
.wcup9j-highlight {
    color: #ff4d4f;
    font-weight: bold;
}

/* 列表排版 */
.wcup9j-ul {
    list-style-type: square;
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 16px;
    text-align: left !important;
}
.wcup9j-ul li {
    color: #333333;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 10px;
    text-align: left !important;
}

/* 重點提示深色框 */
.wcup9j-focus-box {
    background-color: #0D4A63;
    border-left: 5px solid #D8C67A;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.wcup9j-focus-box *, .wcup9j-focus-box li {
    color: #ffffff !important;
}
.wcup9j-focus-box .wcup9j-inline-link {
    color: #D8C67A !important;
}
.wcup9j-focus-box .wcup9j-inline-link:hover {
    color: #ffffff !important;
}

/* 5大專區內襯直角區塊 */
.wcup9j-zone-box {
    background-color: #f7f9fa;
    border: 1px solid #e0e0e0;
    border-left: 4px solid #A98B3F;
    padding: 18px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

/* FAQ 直角區塊 */
.wcup9j-faq-item {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 18px;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.wcup9j-faq-q {
    font-weight: bold;
    color: #0D4A63;
    font-size: 1.05rem;
    margin-bottom: 8px;
    text-align: left !important;
}
.wcup9j-faq-a {
    color: #444444;
    line-height: 1.6;
    text-align: left !important;
}

/* 48隊分組獨立直角格網 */
.wcup9j-groups-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 15px;
    margin-bottom: 25px;
}
.wcup9j-group-item {
    background-color: #f7f9fa;
    border: 1px solid #e0e0e0;
    padding: 12px 15px;
    font-size: 0.95rem;
    color: #333333;
    box-sizing: border-box;
}

/* 響應式表格容器 */
.wcup9j-table-container {
    width: 100%;
    overflow-x: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
}
.wcup9j-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 0.95rem;
    min-width: 600px;
}
.wcup9j-table th {
    background-color: #0D4A63;
    color: #ffffff;
    padding: 12px 15px;
    font-weight: 600;
    border-bottom: 2px solid #D8C67A;
}
.wcup9j-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #e0e0e0;
    color: #444444;
    background-color: #ffffff;
}
.wcup9j-table tr:nth-child(even) td {
    background-color: #fcfdfd;
}

/* CTA 專屬深色大卡片 */
.wcup9j-cta-card {
    background-color: #0D4A63 !important;
    border-left: 6px solid #D8C67A !important;
    border-top: none;
    border-right: none;
    border-bottom: none;
    padding: 40px 30px;
}

/* 按鈕群組排版 */
.wcup9j-btn-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 25px;
    width: 100%;
}

/* 直角按鈕基礎樣式 */
.wcup9j-btn {
    display: block;
    width: 100%;
    padding: 16px 20px;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center !important;
    text-decoration: none !important;
    box-sizing: border-box;
    transition: all 0.2s ease;
    border-radius: 0 !important; /* 強制無圓角 */
    border: none;
    cursor: pointer;
}

/* 註冊按鈕 (高光金) */
.wcup9j-btn-primary {
    background-color: #D8C67A;
    color: #0D4A63 !important;
}
.wcup9j-btn-primary:hover {
    background-color: #ffffff;
    box-shadow: 0 4px 15px rgba(216, 198, 122, 0.4);
}

/* 優惠活動按鈕 (古銅金) */
.wcup9j-btn-secondary {
    background-color: #A98B3F;
    color: #ffffff !important;
}
.wcup9j-btn-secondary:hover {
    background-color: #D8C67A;
    color: #0D4A63 !important;
}

/* 客服按鈕 (白底金字) */
.wcup9j-btn-accent {
    background-color: #ffffff;
    color: #0D4A63 !important;
    border: 2px solid #D8C67A;
    padding: 14px 20px; /* 扣除邊框保持同高 */
}
.wcup9j-btn-accent:hover {
    background-color: #D8C67A;
    color: #0D4A63 !important;
}

/* ==========================================================================
   手機端行動版精細佈局優化 (RWD)
   ========================================================================== */
@media screen and (max-width: 768px) {
    /* 調降整體外襯，避免看起來太胖或過度留白 */
    .wcup9j-main-container {
        padding: 10px;
    }
    
    /* 縮減卡片內襯，增加橫向閱讀文字範圍 */
    .wcup9j-card {
        padding: 20px 15px;
        margin-bottom: 18px;
    }
    
    .wcup9j-cta-card {
        padding: 30px 15px;
    }

    /* 縮減字級以適應窄屏 */
    .wcup9j-h2 {
        font-size: 1.35rem;
        margin-bottom: 15px;
    }
    
    .wcup9j-h3 {
        font-size: 1.15rem;
        margin-top: 18px;
    }

    /* 分組網格在手機版改為單欄，避免擁擠爆字 */
    .wcup9j-groups-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    /* 提示框與專區框內襯微調 */
    .wcup9j-focus-box, .wcup9j-zone-box {
        padding: 15px;
    }

    /* 按鈕文字微調 */
    .wcup9j-btn {
        padding: 14px 15px;
        font-size: 1rem;
    }
    .wcup9j-btn-accent {
        padding: 12px 15px;
    }
}/* End custom CSS */