.elementor-12325 .elementor-element.elementor-element-3356dff{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}/* Start custom CSS for text-editor, class: .elementor-element-ad3f299 *//* ku-agency-system 娛樂城代理招商亮色系視覺樣式表 */

/* 最外層容器：無背景色，完全靠左對齊，控制最大寬度與內距 */
.ku-agency-system-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;
}

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

/* 大標題深藍配色 */
.ku-agency-article-header h1 {
    color: #123d58; 
    font-size: 26px;
    font-weight: 800;
    line-height: 1.4;
    margin: 0 0 15px 0;
    padding: 0;
}

.ku-agency-intro-text {
    color: #24465d; /* 亮色系主色 */
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 12px 0;
}

/* 獨立卡片式設計：純白底、無圓角、靠左對齊 */
.ku-agency-content-card {
    background-color: #ffffff;
    border-left: 5px solid #2d9cdb; /* 主要品牌色 */
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 0px !important; /* 強制無圓角 */
    box-sizing: border-box;
    text-align: left;
}

/* 卡片主標題：大標題深藍配色 */
.ku-agency-card-title {
    color: #123d58;
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 15px 0;
    padding: 0;
}

/* 卡片內文 */
.ku-agency-card-body {
    color: #24465d; /* 亮色系主色 */
    font-size: 15px;
    line-height: 1.7;
}

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

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

/* 清單樣式 */
.ku-agency-list {
    margin: 0 0 15px 0;
    padding-left: 20px;
}

.ku-agency-list li {
    margin-bottom: 8px;
    list-style-type: square;
}

.ku-agency-list li:last-child {
    margin-bottom: 0;
}

/* 精神喊話強調引言 */
.ku-agency-highlight-quote {
    font-weight: bold;
    color: #2d9cdb; /* 主要品牌色 */
    border-left: 3px solid #123d58;
    padding-left: 12px;
    margin: 15px 0 0 0 !important;
}

.ku-agency-sub-note {
    font-size: 14px;
    color: #7f8c8d;
    margin-top: 12px !important;
    font-style: italic;
}

/* 內嵌超連結樣式 */
.ku-agency-inline-link {
    color: #2d9cdb; /* 主要品牌色 */
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #2d9cdb;
    transition: all 0.2s ease;
}

.ku-agency-inline-link:hover {
    color: #123d58;
    border-bottom: 1px solid #123d58;
}

/* ==========================================
   表格樣式優化
   ========================================== */
.ku-agency-table-responsive {
    width: 100%;
    overflow-x: auto;
    margin: 15px 0;
}

.ku-agency-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 14px;
}

.ku-agency-table th {
    background-color: #123d58; /* 大標題深藍配色 */
    color: #ffffff;
    padding: 12px 10px;
    font-weight: 600;
}

.ku-agency-table td {
    padding: 12px 10px;
    border-bottom: 1px solid #e0e0e0;
    color: #24465d;
}

.ku-agency-table tr:hover {
    background-color: #f8f9fa;
}

.ku-agency-table-highlight {
    font-weight: bold;
    color: #2d9cdb !important;
}

/* ==========================================
   CTA 行動呼籲區塊 (高亮淺底無圓角)
   ========================================== */
.ku-agency-cta-banner {
    background-color: #f4f9fc; /* 輕盈的淡藍色底 */
    border: 2px solid #2d9cdb;
    padding: 30px;
    margin-top: 35px;
    margin-bottom: 15px;
    border-radius: 0px !important; /* 強制無圓角 */
    box-sizing: border-box;
    text-align: left;
}

.ku-agency-cta-title {
    color: #123d58;
    font-size: 21px;
    font-weight: bold;
    margin: 0 0 12px 0;
}

.ku-agency-cta-desc {
    color: #24465d;
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 20px 0;
}

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

/* 主按鈕：品牌藍滿版 */
.ku-agency-btn-primary {
    display: block;
    background-color: #2d9cdb;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 14px 20px;
    margin-bottom: 12px;
    border-radius: 0px !important;
    font-size: 15px;
    transition: background-color 0.2s ease;
}

.ku-agency-btn-primary:hover {
    background-color: #123d58;
}

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

.ku-agency-btn-secondary:hover {
    background-color: #123d58;
    color: #ffffff;
}

/* ==========================================
   手機版響應式優化 (Mobile Responsive RWD)
   ========================================== */
@media screen and (max-width: 768px) {
    /* 調整手機版容器的邊距 */
    .ku-agency-system-container {
        padding: 15px;
    }
    
    /* 手機版標題縮放 */
    .ku-agency-article-header h1 {
        font-size: 21px;
        margin-bottom: 12px;
    }
    
    .ku-agency-intro-text {
        font-size: 15px;
        line-height: 1.6;
    }

    /* 手機版卡片 padding 調整縮減，防止看起來太胖 */
    .ku-agency-content-card {
        padding: 18px 15px;
        margin-bottom: 20px;
    }
    
    .ku-agency-card-title {
        font-size: 17px;
        margin-bottom: 12px;
    }
    
    .ku-agency-card-body {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .ku-agency-table th, 
    .ku-agency-table td {
        padding: 10px 8px;
        font-size: 13px;
    }

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