.elementor-309 .elementor-element.elementor-element-1c191982{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-309 .elementor-element.elementor-element-45b592db.elementor-element{--align-self:center;}.elementor-309 .elementor-element.elementor-element-3ac522a3.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-309 .elementor-element.elementor-element-3ac522a3 .elementor-icon-list-icon{width:14px;}.elementor-309 .elementor-element.elementor-element-3ac522a3 .elementor-icon-list-icon i{font-size:14px;}.elementor-309 .elementor-element.elementor-element-3ac522a3 .elementor-icon-list-icon svg{--e-icon-list-icon-size:14px;}.elementor-309 .elementor-element.elementor-element-6ec3c56a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-309 .elementor-element.elementor-element-2dd402e9{text-align:start;}.elementor-309 .elementor-element.elementor-element-7b3049fa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-309 .elementor-element.elementor-element-2a2aa08d{--display:flex;}.elementor-309 .elementor-element.elementor-element-5e08bd76.elementor-element{--align-self:center;}@media(min-width:768px){.elementor-309 .elementor-element.elementor-element-6ec3c56a{--content-width:1200px;}}/* Start custom CSS for theme-post-title, class: .elementor-element-62713bd */.custom-post-title h1, 
.custom-post-title.elementor-widget-heading .elementor-heading-title {
    color: #111827; 
    font-size: 2.25rem; 
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    text-align: center; 
}

@media (max-width: 767px) {
    .custom-post-title h1,
    .custom-post-title.elementor-widget-heading .elementor-heading-title {
        font-size: 1.75rem; /* 28px */
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-45b592db */.custom-breadcrumbs {
    font-size: 0.875rem; /* 14px，精緻且不搶戲 */
    color: #6b7280; /* 預設灰色 text-gray-500 */
    margin-bottom: 24px; /* 與標題保持距離 */
    padding-bottom: 12px;
    border-bottom: 1px solid #f3f4f6; /* 極細的底線區隔 */
    display: flex;
    align-items: center;
    flex-wrap: wrap; /* 手機版自動換行 */
}

/* 連結樣式 (首頁 > 分類) */
.custom-breadcrumbs a {
    color: #6b7280;
    text-decoration: none;
    transition: color 0.2s ease;
    font-weight: 500;
}

/* 滑鼠懸停連結 */
.custom-breadcrumbs a:hover {
    color: #2563EB; /* 權威藍 */
    text-decoration: underline;
}

/* 分隔符號 (通常是 > 或 /) */
.custom-breadcrumbs .separator,
.custom-breadcrumbs i {
    margin: 0 8px;
    color: #9CA3AF; /* 加深顏色至中灰色 text-gray-400 */
    font-weight: bold; /* 加粗 */
    font-size: 0.85em; /* 稍微放大 */
}

/* 當前頁面 (最後一個項目) */
.custom-breadcrumbs .current-item,
.custom-breadcrumbs span:last-child {
    color: #111827; /* 深黑色 text-gray-900 */
    font-weight: 600; /* 加粗強調 */
    overflow: hidden;
    text-overflow: ellipsis; /*過長時顯示點點點*/
    white-space: nowrap;
    max-width: 300px; /* 限制當前標題長度 */
}

/* 手機版優化 */
@media (max-width: 767px) {
    .custom-breadcrumbs .current-item {
        max-width: 150px; /* 手機版縮短標題 */
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-7b3049fa *//* ==================================================
   作者完整檔案 Shortcode 樣式 [author_full_profile]
   ================================================== */

/* --- 1. 主容器佈局 (卡片風格) --- */
.custom-author-header {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-top: 4px solid #2563EB; /* 品牌藍頂部線條 */
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 60px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    
    /* Flexbox 設定：預設手機版垂直排列 */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
    
    /* 置中與最大寬度限制 */
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
}

/* 桌面版 RWD：改為橫向排列 (左圖右文) */
@media (min-width: 768px) {
    .custom-author-header {
        flex-direction: row;
        align-items: flex-start; /* 頂部對齊 */
        text-align: left;
        padding: 48px;
    }
}

/* --- 2. 左側欄位 (頭像區) --- */
.custom-author-header .author-left-column {
    flex-shrink: 0; /* 防止圖片被擠壓 */
}

/* 頭像圖片樣式 */
.custom-author-header img,
.custom-author-header .author-custom-avatar {
    width: 120px !important;
    height: 120px !important;
    border-radius: 50%; /* 圓形 */
    object-fit: cover;
    border: 4px solid #eff6ff; /* 淺藍色光暈 */
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    display: block;
    margin: 0 auto; /* 手機版置中 */
}

@media (min-width: 768px) {
    .custom-author-header .author-left-column {
        margin-right: 40px; /* 與右側文字的間距 */
    }
    
    .custom-author-header img,
    .custom-author-header .author-custom-avatar {
        width: 150px !important; /* 桌面版圖片加大 */
        height: 150px !important;
        margin: 0; /* 桌面版靠左 */
    }
}

/* --- 3. 右側欄位 (資訊區) --- */
.custom-author-header .author-right-column {
    flex-grow: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* --- 4. 文字內容樣式 --- */

/* 姓名 (H1) */
.custom-author-header h1,
.custom-author-header .elementor-heading-title {
    color: #111827;
    font-size: 2rem !important;
    font-weight: 800;
    margin-bottom: 12px;
    line-height: 1.2;
    margin-top: 0;
}

/* 職稱 (H4 - 膠囊樣式 - 強制覆蓋) */
.custom-author-header h4,
.custom-author-header .elementor-heading-title.elementor-size-default { 
    /* 這裡使用 elementor-size-default 增加權重 */
    color: #2563EB !important; /* 權威藍 */
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    
    /* 膠囊背景 */
    display: inline-block;
    background-color: #eff6ff;
    padding: 6px 14px;
    border-radius: 6px;
    line-height: 1.4 !important;
    width: auto !important; /* 避免佔滿整行 */
    align-self: center; /* 手機版置中 */
}

@media (min-width: 768px) {
    .custom-author-header h4,
    .custom-author-header .elementor-heading-title.elementor-size-default {
        align-self: flex-start; /* 桌面版靠左 */
    }
}

/* 簡介 (Text Editor) */
.custom-author-header .elementor-widget-text-editor,
.custom-author-header .elementor-widget-text-editor p {
    color: #4b5563; /* 深灰 */
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 24px;
    max-width: 100%;
}

@media (min-width: 768px) {
    .custom-author-header .elementor-widget-text-editor,
    .custom-author-header .elementor-widget-text-editor p {
        max-width: 650px; /* 限制寬度提升閱讀性 */
        margin-left: 0;
    }
}

/* ==================================================
   社群連結樣式 [author_social_links]
   對應 Class: .custom-author-socials
   ================================================== */

.custom-author-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center; /* 手機版置中 */
    margin-top: auto; /* 讓按鈕盡量靠下 */
}

@media (min-width: 768px) {
    .custom-author-socials {
        justify-content: flex-start; /* 桌面版靠左 */
    }
}

/* 按鈕本體 */
.custom-author-socials .social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    color: #9ca3af; /* 預設灰色 */
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    line-height: 1;
}

/* SVG 圖示 */
.custom-author-socials .social-btn svg {
    width: 16px;
    height: 16px;
    fill: currentColor; /* 跟隨文字顏色 */
}

/* 懸停效果 (Hover) */
.custom-author-socials .social-btn:hover {
    background-color: #2563EB; /* 權威藍背景 */
    border-color: #2563EB;
    color: #ffffff; /* 白色圖示 */
    transform: translateY(-3px);
    box-shadow: 0 4px 6px -1px rgba(37, 99, 235, 0.2);
}/* End custom CSS */
/* Start custom CSS */.custom-summary-box {
    background-color: #eff6ff;
    border-left: 5px solid #3b82f6;
    border-radius: 0 8px 8px 0;
    padding: 24px;
    margin-bottom: 40px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.custom-summary-box h2 {
    font-size: 1.125rem !important;
    color: #1e3a8a !important;
    font-weight: 700 !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    padding-left: 0 !important;
    border-left: none !important;
    line-height: 1.2 !important;
    display: flex;
    align-items: center;
}

.custom-summary-box h2::before {
    content: "⚡";
    margin-right: 8px;
    font-family: inherit;
}

.custom-summary-box ul {
    margin: 0;
    padding-left: 20px;
    list-style-type: disc;
}

.custom-summary-box li {
    color: #1e40af;
    margin-bottom: 6px;
    font-weight: 500;
}

.elementor-widget-theme-post-content h2,
.entry-content h2 {
    color: #111827;
    font-size: 1.875rem;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 16px;
    border-left: 5px solid #2563EB;
    line-height: 1.3;
}

.elementor-widget-theme-post-content h3,
.entry-content h3 {
    color: #374151;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 16px;
}

.elementor-widget-theme-post-content a,
.entry-content a {
    color: #2563EB;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: all 0.2s;
}

.elementor-widget-theme-post-content a:hover,
.entry-content a:hover {
    color: #1e40af;
    border-bottom-color: #1e40af;
}

.elementor-widget-theme-post-content p,
.entry-content p {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #374151;
    margin-bottom: 24px;
}

.elementor-widget-theme-post-content ul, 
.elementor-widget-theme-post-content ol,
.entry-content ul,
.entry-content ol {
    margin-bottom: 24px;
    padding-left: 40px;
    font-size: 1.125rem;
    color: #374151;
    line-height: 1.8;
}

.elementor-widget-theme-post-content ul,
.entry-content ul {
    list-style-type: disc !important;
}

.elementor-widget-theme-post-content ol,
.entry-content ol {
    list-style-type: decimal !important;
}

.elementor-widget-theme-post-content table,
.entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 24px;
    display: block;
    overflow-x: auto; 
}

.elementor-widget-theme-post-content th,
.entry-content th {
    background-color: #f3f4f6;
    padding: 12px;
    text-align: left;
    border-bottom: 2px solid #e5e7eb;
}

.elementor-widget-theme-post-content td,
.entry-content td {
    padding: 12px;
    border-bottom: 1px solid #e5e7eb;
}

.faq-block {
    margin-top: 60px;
    margin-bottom: 40px;
    border-top: 2px solid #f3f4f6;
    padding-top: 20px;
}

.faq-item {
    border-bottom: 1px solid #e5e7eb;
    overflow: hidden;
}

.faq-q {
    cursor: pointer;
    position: relative;
    padding: 20px 0;
    margin: 0 !important;
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    color: #111827 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.2s;
    line-height: 1.5 !important;
}

.faq-q:hover {
    color: #2563EB !important;
}

.faq-q::after {
    content: '+';
    font-size: 1.5rem;
    color: #9ca3af;
    font-weight: 300;
    margin-left: 16px;
    transition: all 0.2s ease;
    line-height: 1;
}

.faq-a {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding-right: 20px;
}

.faq-a p {
    margin-bottom: 20px !important;
    font-size: 1rem !important;
    color: #4b5563 !important;
    line-height: 1.6 !important;
}

.faq-item.active .faq-q::after {
    content: '-';
    color: #2563EB;
    transform: rotate(0deg);
}

.faq-item.active .faq-q {
    color: #2563EB !important;
}

.faq-item.active .faq-a {
    max-height: 1000px;
    opacity: 1;
    margin-bottom: 10px;
}/* End custom CSS */