.elementor-122 .elementor-element.elementor-element-574db1d1{--display:flex;}.elementor-122 .elementor-element.elementor-element-7923f04a.elementor-element{--align-self:center;}.elementor-122 .elementor-element.elementor-element-3c185d96{--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-122 .elementor-element.elementor-element-2cb65ddd{--item-display:flex;--read-more-alignment:1;--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-122 .elementor-element.elementor-element-2cb65ddd .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-122 .elementor-element.elementor-element-2cb65ddd:after{content:"0.66";}.elementor-122 .elementor-element.elementor-element-2cb65ddd .elementor-post__thumbnail__link{width:33%;}.elementor-122 .elementor-element.elementor-element-2cb65ddd .elementor-post__meta-data span + span:before{content:"/";}.elementor-122 .elementor-element.elementor-element-2cb65ddd.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-122 .elementor-element.elementor-element-2cb65ddd.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-122 .elementor-element.elementor-element-2cb65ddd.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}.elementor-122 .elementor-element.elementor-element-2cb65ddd .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-122 .elementor-element.elementor-element-2cb65ddd .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-122 .elementor-element.elementor-element-2cb65ddd .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-122 .elementor-element.elementor-element-2cb65ddd .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-122 .elementor-element.elementor-element-2cb65ddd .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}@media(max-width:767px){.elementor-122 .elementor-element.elementor-element-2cb65ddd .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-122 .elementor-element.elementor-element-2cb65ddd:after{content:"0.5";}.elementor-122 .elementor-element.elementor-element-2cb65ddd .elementor-post__thumbnail__link{width:100%;}}@media(min-width:768px){.elementor-122 .elementor-element.elementor-element-3c185d96{--content-width:897px;}}/* Start custom CSS for container, class: .elementor-element-574db1d1 *//* ==================================================
   作者完整檔案 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 for heading, class: .elementor-element-7ba55994 */.custom-section-title h2,
.custom-section-title.elementor-widget-heading .elementor-heading-title {
    color: #111827; /* 同 H1 顏色 */
    font-size: 1.875rem; /* 30px */
    font-weight: 700; /* 比 H1 稍微輕一點 */
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: center; /* 置中 */
}

@media (max-width: 767px) {
    .custom-section-title h2,
    .custom-section-title.elementor-widget-heading .elementor-heading-title {
        font-size: 1.5rem; /* 24px */
    }
}/* End custom CSS */
/* Start custom CSS for archive-posts, class: .elementor-element-2cb65ddd */.custom-archive-list .elementor-post {
    background-color: #ffffff;
    padding: 24px;
    margin-bottom: 24px !important;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.custom-archive-list .elementor-post:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border-color: #bfdbfe;
}

.custom-archive-list .elementor-post__thumbnail__link {
    border-radius: 8px;
    overflow: hidden;
    display: block;
}

.custom-archive-list .elementor-post__thumbnail {
    padding-bottom: 60% !important;
    background-size: cover;
    background-position: center;
}

.custom-archive-list .elementor-post__title {
    font-size: 1.25rem !important;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 16px !important;
    margin-bottom: 12px !important;
}

.custom-archive-list .elementor-post__title a {
    color: #111827;
    transition: color 0.2s;
    text-decoration: none;
}

.custom-archive-list .elementor-post__title a:hover {
    color: #2563EB;
}

.custom-archive-list .elementor-post__excerpt p {
    font-size: 1rem;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 16px;
}

.custom-archive-list .elementor-post__meta-data {
    font-size: 0.875rem;
    color: #9ca3af;
    margin-bottom: 12px;
}

.custom-archive-list .elementor-post__read-more {
    font-size: 0.875rem;
    font-weight: 600;
    color: #2563EB;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    margin-top: 8px;
}

.custom-archive-list .elementor-post__read-more:hover {
    color: #1e3a8a;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .custom-archive-list .elementor-post {
        padding: 16px;
        display: flex !important;
        flex-direction: column !important;
    }

    .custom-archive-list .elementor-post__thumbnail__link {
        width: 100% !important;
        margin-bottom: 16px;
        margin-right: 0 !important;
    }
    
    .custom-archive-list .elementor-post__text {
        width: 100% !important;
    }
    
    .custom-archive-list .elementor-post__title {
        font-size: 1.125rem !important;
        margin-top: 0 !important;
    }
}/* End custom CSS */