.elementor-6554 .elementor-element.elementor-element-5e8b026e{--display:flex;--background-transition:0.3s;}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-83615f2 *//* 最外層容器：不設背景色，100% 靠左對齊，嚴格直角 */
.kg-slots-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: #2b2b2b;
}

/* 主標題視覺樣式 */
.kg-slots-layout-main-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    color: #2F4F3E; /* 森林綠主色 */
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 3px solid #D58A4A; /* 大地橘配色 */
}

/* 前言導讀段落 */
.kg-slots-layout-intro {
    font-size: 16px;
    line-height: 1.8;
    color: #3a3a3a;
    margin-bottom: 35px;
}

/* 內文超連結色彩設定 */
.kg-slots-layout-link {
    color: #2F4F3E;
    font-weight: 600;
    text-decoration: underline;
    transition: color 0.2s ease;
}
.kg-slots-layout-link:hover {
    color: #D58A4A;
}

/* 獨立卡片架構：白/淺底、100% 直角、左側質感飾條 */
.kg-slots-layout-item {
    background: #ffffff;
    border-left: 6px solid #2F4F3E; /* 主色條 */
    border-top: 1px solid #e2e8e5;
    border-right: 1px solid #e2e8e5;
    border-bottom: 1px solid #e2e8e5;
    border-radius: 0px !important; /* 強制直角 */
    padding: 25px 30px;
    margin-bottom: 25px;
    box-shadow: 0 4px 12px rgba(47, 79, 62, 0.04);
    box-sizing: border-box;
}

/* 卡片獨立子標題 */
.kg-slots-layout-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #2F4F3E;
    margin-top: 0;
    margin-bottom: 15px;
}

/* 卡片內一般文字段落 */
.kg-slots-layout-text {
    font-size: 15px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 15px;
}

/* 項目列表排版 */
.kg-slots-layout-list {
    list-style-type: none;
    padding-left: 0;
    margin: 0 0 15px 0;
}
.kg-slots-layout-list li {
    font-size: 15px;
    line-height: 1.7;
    color: #444444;
    margin-bottom: 12px;
    position: relative;
    padding-left: 18px;
}
.kg-slots-layout-list li:last-child {
    margin-bottom: 0;
}
/* 列表專屬項目符號（配色橘直角小方塊） */
.kg-slots-layout-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background-color: #D58A4A;
    border-radius: 0px; /* 直角 */
}

/* 結尾與 CTA 區塊外盒 */
.kg-slots-layout-footer {
    margin-top: 40px;
}
.kg-slots-layout-cta-box {
    background-color: #f6faf8; /* 淺森林綠亮色背景 */
    border: 1px solid #D58A4A;
    border-radius: 0px !important; /* 直角 */
    padding: 30px;
    box-sizing: border-box;
}
.kg-slots-layout-cta-headline {
    font-size: 19px;
    font-weight: 700;
    color: #2F4F3E;
    margin-top: 0;
    margin-bottom: 12px;
}
.kg-slots-layout-cta-text {
    font-size: 15px;
    line-height: 1.7;
    color: #555555;
    margin-bottom: 25px;
}

/* 底部互動按鈕群組 */
.kg-slots-layout-btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.kg-slots-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;
}

/* 按鈕風格 1：主色（登入） */
.kg-btn-primary {
    background-color: #2F4F3E;
    color: #ffffff !important;
    border: 1px solid #2F4F3E;
}
.kg-btn-primary:hover {
    background-color: #1e3429;
    border-color: #1e3429;
}

/* 按鈕風格 2：配色（官網） */
.kg-btn-secondary {
    background-color: #D58A4A;
    color: #ffffff !important;
    border: 1px solid #D58A4A;
}
.kg-btn-secondary:hover {
    background-color: #be7536;
    border-color: #be7536;
}

/* 按鈕風格 3：外框色（LINE客服） */
.kg-btn-outline {
    background-color: transparent;
    color: #2F4F3E !important;
    border: 2px solid #2F4F3E;
}
.kg-btn-outline:hover {
    background-color: #2F4F3E;
    color: #ffffff !important;
}

/* RWD 行動裝置優化：精準拿捏手機版內襯，不顯過胖 */
@media screen and (max-width: 768px) {
    .kg-slots-layout-container {
        padding: 20px 15px;
    }
    .kg-slots-layout-main-title {
        font-size: 22px;
    }
    .kg-slots-layout-item {
        padding: 20px 15px; /* 縮小手機端間距以優化閱讀空間 */
        margin-bottom: 20px;
    }
    .kg-slots-layout-card-title {
        font-size: 18px;
    }
    .kg-slots-layout-cta-box {
        padding: 20px 15px;
    }
    .kg-slots-layout-btn-group {
        flex-direction: column; /* 行動裝置按鈕全面垂直串聯 */
        width: 100%;
        gap: 12px;
    }
    .kg-slots-layout-btn {
        width: 100%; /* 擴大手機按鈕點擊面積 */
        text-align: center;
    }
}/* End custom CSS */