.elementor-30346 .elementor-element.elementor-element-30fd266b{--display:flex;}.elementor-30346 .elementor-element.elementor-element-405928fb > .elementor-widget-container{margin:-1px -1px -1px -1px;}/* Start custom CSS for text-editor, class: .elementor-element-405928fb *//* 最外層容器：不設背景色，100% 靠左對齊，直角 */
.nj-bingo-layout-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
    box-sizing: border-box;
    text-align: left;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #222222;
}

/* 主標題樣式 */
.nj-bingo-layout-main-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    color: #0D4A63; /* 主色 */
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 3px solid #D8C67A; /* 配色 */
}

/* 前言導讀樣式 */
.nj-bingo-layout-intro {
    font-size: 16px;
    line-height: 1.8;
    color: #3b3b3b;
    margin-bottom: 35px;
}

/* 內文超連結樣式 */
.nj-bingo-layout-link {
    color: #0D4A63;
    font-weight: 600;
    text-decoration: underline;
    transition: color 0.2s ease;
}
.nj-bingo-layout-link:hover {
    color: #A98B3F;
}

/* 獨立卡片樣式：白底、直角、靠左、深藍邊框飾條 */
.nj-bingo-layout-item {
    background: #ffffff;
    border-left: 6px solid #0D4A63; /* 主色飾條 */
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0px !important; /* 堅持無圓角 */
    padding: 25px 30px;
    margin-bottom: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
}

/* 卡片內標題 */
.nj-bingo-layout-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #0D4A63;
    margin-top: 0;
    margin-bottom: 15px;
}

/* 一般段落文字 */
.nj-bingo-layout-text {
    font-size: 15px;
    line-height: 1.7;
    color: #444444;
    margin-bottom: 15px;
}

/* 列表結構 */
.nj-bingo-layout-list {
    list-style-type: none;
    padding-left: 0;
    margin: 0 0 15px 0;
}
.nj-bingo-layout-list li {
    font-size: 15px;
    line-height: 1.7;
    color: #444444;
    margin-bottom: 12px;
    position: relative;
    padding-left: 18px;
}
.nj-bingo-layout-list li:last-child {
    margin-bottom: 0;
}
/* 列表方塊符號：採用輔助金黃色 */
.nj-bingo-layout-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background-color: #A98B3F;
    border-radius: 0px; /* 直角 */
}

/* 結尾與 CTA 區塊 */
.nj-bingo-layout-footer {
    margin-top: 40px;
}
.nj-bingo-layout-cta-box {
    background-color: #f4f8fa; /* 基於深藍主色的極淡藍綠底色 */
    border: 1px solid #D8C67A;
    border-radius: 0px !important; /* 直角 */
    padding: 30px;
    box-sizing: border-box;
}
.nj-bingo-layout-cta-headline {
    font-size: 19px;
    font-weight: 700;
    color: #0D4A63;
    margin-top: 0;
    margin-bottom: 12px;
}
.nj-bingo-layout-cta-text {
    font-size: 15px;
    line-height: 1.7;
    color: #555555;
    margin-bottom: 25px;
}

/* 按鈕群組 */
.nj-bingo-layout-btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.nj-bingo-layout-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0px !important; /* 按鈕無圓角 */
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    cursor: pointer;
}

/* 按鈕：主色（註冊） */
.nj-btn-primary {
    background-color: #0D4A63;
    color: #ffffff !important;
    border: 1px solid #0D4A63;
}
.nj-btn-primary:hover {
    background-color: #072e3f;
    border-color: #072e3f;
}

/* 按鈕：配色（官網） */
.nj-btn-secondary {
    background-color: #D8C67A;
    color: #222222 !important;
    border: 1px solid #D8C67A;
}
.nj-btn-secondary:hover {
    background-color: #cbb767;
    border-color: #cbb767;
}

/* 按鈕：外框色（客服） */
.nj-btn-outline {
    background-color: transparent;
    color: #0D4A63 !important;
    border: 2px solid #0D4A63;
}
.nj-btn-outline:hover {
    background-color: #0D4A63;
    color: #ffffff !important;
}

/* 手機版響應式優化：調整 padding 與按鈕排列 */
@media screen and (max-width: 768px) {
    .nj-bingo-layout-container {
        padding: 20px 15px;
    }
    .nj-bingo-layout-main-title {
        font-size: 22px;
    }
    .nj-bingo-layout-item {
        padding: 20px 15px; /* 釋放手機橫向寬度空間，杜絕臃腫感 */
        margin-bottom: 20px;
    }
    .nj-bingo-layout-card-title {
        font-size: 18px;
    }
    .nj-bingo-layout-cta-box {
        padding: 20px 15px;
    }
    .nj-bingo-layout-btn-group {
        flex-direction: column; /* 縮小螢幕時按鈕垂直排列 */
        width: 100%;
        gap: 12px;
    }
    .nj-bingo-layout-btn {
        width: 100%; /* 按鈕滿版便於手指操作 */
        text-align: center;
    }
}/* End custom CSS */