.elementor-12535 .elementor-element.elementor-element-c747633{color:var( --e-global-color-secondary );width:var( --container-widget-width, 94.552% );max-width:94.552%;--container-widget-width:94.552%;--container-widget-flex-grow:0;}.elementor-12535 .elementor-element.elementor-element-c747633.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-12535 .elementor-element.elementor-element-1ef2dbe{--display:flex;--background-transition:0.3s;}.elementor-12535 .elementor-element.elementor-element-3f72dff .elementor-button{background-color:var( --e-global-color-fb1008e );}/* Start custom CSS for text-editor, class: .elementor-element-c747633 *//* ==========================================================================
   全新金融級娛樂新勢力版面樣式 (獨立無圓角、靠左對齊)
   ========================================================================== */

/* 全域包覆區塊 - 移除背景色、改用精準的外邊距 */
.fina-agent-wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #333333;
    background: transparent !important; /* 強制外層透明，使用底層網頁背景 */
    box-sizing: border-box;
    text-align: left !important; /* 確保全局絕對靠左對齊 */
}

/* 獨立卡片樣式 - 亮色、方角、微陰影創造高質感 */
.fina-agent-node {
    background: #ffffff !important;
    border-left: 5px solid #2d9cdb; /* 主要品牌色做為左側提示條 */
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0px !important; /* 嚴格禁止圓角 */
    padding: 35px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    text-align: left !important;
}

/* 標題配色運用 */
.fina-node-main-title {
    font-size: 2rem;
    color: #123d58 !important; /* 大標題深藍配色 */
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left !important;
}

.fina-node-sub-title {
    font-size: 1.5rem;
    color: #24465d !important; /* 主色調運用於次級標題 */
    margin-top: 0;
    margin-bottom: 18px;
    font-weight: 600;
    text-align: left !important;
}

/* 日期作者 */
.fina-node-meta {
    font-size: 0.9rem;
    color: #7f8c8d;
    margin-bottom: 25px;
    text-align: left !important;
}

/* 文章內文 */
.fina-node-desc {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 16px;
    text-align: left !important;
}

/* 條列清單 */
.fina-node-list {
    margin: 0 0 20px 0;
    padding-left: 20px;
    list-style-type: square;
}

.fina-node-list li {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 8px;
    text-align: left !important;
}

/* 內部超連結優化 */
.fina-node-link {
    color: #2d9cdb !important; /* 主要品牌色 */
    text-decoration: none !important;
    font-weight: 600;
    border-bottom: 1px dashed #2d9cdb;
    transition: all 0.2s ease;
}

.fina-node-link:hover {
    color: #123d58 !important;
    border-bottom: 1px solid #123d58;
    background-color: rgba(45, 156, 219, 0.08);
}

/* 億兆觀點引用區塊 */
.fina-node-quote {
    background-color: #f4f8fb !important; /* 淺藍亮色系襯托 */
    border-left: 4px solid #123d58 !important; /* 深藍色收邊 */
    padding: 20px;
    margin: 20px 0;
    font-size: 1rem;
    line-height: 1.7;
    color: #24465d;
    border-radius: 0px !important; /* 嚴格禁止圓角 */
    text-align: left !important;
}

/* 行動呼籲強調文字 */
.fina-node-cta {
    font-size: 1.1rem;
    font-weight: bold;
    color: #123d58;
    background: #eef7fc;
    padding: 12px 18px;
    border: 1px solid #2d9cdb;
    margin: 20px 0 0 0;
    display: inline-block;
    text-align: left !important;
}

/* 獲利模型表格優化 */
.fina-node-table-wrapper {
    width: 100%;
    overflow-x: auto; /* 防止手機版破版 */
    margin-top: 15px;
}

.fina-node-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left !important;
}

.fina-node-table th {
    background-color: #24465d !important;
    color: #ffffff !important;
    padding: 12px;
    font-weight: 600;
    font-size: 0.95rem;
}

.fina-node-table td {
    padding: 12px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 1rem;
    color: #4a5568;
}

.fina-text-highlight {
    color: #2d9cdb !important;
    font-weight: bold;
}

/* ==========================================================================
   RWD 手機版響應式優化 (防過胖、調整 padding)
   ========================================================================== */
@media screen and (max-width: 768px) {
    .fina-agent-wrapper {
        padding: 10px; /* 縮小網頁外邊距，讓手機版利用率最大化 */
    }
    
    .fina-agent-node {
        padding: 20px 15px !important; /* 大幅降低內襯，解決看起來太擁腫/太胖的問題 */
        margin-bottom: 20px;
    }

    .fina-node-main-title {
        font-size: 1.5rem;
    }

    .fina-node-sub-title {
        font-size: 1.25rem;
    }
    
    .fina-node-cta {
        display: block; /* 手機端改為填滿寬度 */
        width: 100%;
        box-sizing: border-box;
    }
}/* End custom CSS */