.elementor-231 .elementor-element.elementor-element-99d96e4{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:-10px;--padding-right:-10px;}.elementor-231 .elementor-element.elementor-element-99d96e4.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-231 .elementor-element.elementor-element-31f3d3b{width:100%;max-width:100%;}.elementor-231 .elementor-element.elementor-element-31f3d3b > .elementor-widget-container{padding:0px -10px 0px -10px;}.elementor-231 .elementor-element.elementor-element-beebe7e{--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-231 .elementor-element.elementor-element-3fc6f90{--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-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-231 .elementor-element.elementor-element-5e025d1{text-align:center;}.elementor-231 .elementor-element.elementor-element-5e025d1 .elementor-heading-title{color:#383838;}.elementor-widget-posts .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-posts a.elementor-post__read-more{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-231 .elementor-element.elementor-element-c24c61f{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-231 .elementor-element.elementor-element-c24c61f .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-231 .elementor-element.elementor-element-c24c61f:after{content:"0.66";}.elementor-231 .elementor-element.elementor-element-c24c61f .elementor-post__thumbnail__link{width:100%;}.elementor-231 .elementor-element.elementor-element-c24c61f .elementor-post__meta-data span + span:before{content:"•";}.elementor-231 .elementor-element.elementor-element-c24c61f .elementor-post__text{margin-top:20px;}.elementor-231 .elementor-element.elementor-element-c24c61f .elementor-post__read-more{color:#335DF8;}.elementor-231 .elementor-element.elementor-element-a0eca54{--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;}@media(max-width:767px){.elementor-231 .elementor-element.elementor-element-c24c61f .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-231 .elementor-element.elementor-element-c24c61f:after{content:"0.5";}.elementor-231 .elementor-element.elementor-element-c24c61f .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for posts, class: .elementor-element-c24c61f *//* ========== Elementor Posts Widget 客製化樣式 ========== */
/* 直接複製以下全部內容到 Posts Widget > Advanced > Custom CSS */

/* 整體容器 */
.elementor-231 .elementor-element.elementor-element-c24c61f .elementor-posts-container {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
}

/* 單一文章卡片 */
.elementor-231 .elementor-element.elementor-element-c24c61f .elementor-post {
    background: white !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

.elementor-231 .elementor-element.elementor-element-c24c61f .elementor-post:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 35px rgba(33, 63, 120, 0.15) !important;
}

/* 文章圖片 */
.elementor-231 .elementor-element.elementor-element-c24c61f .elementor-post__thumbnail {
    height: 220px !important;
    overflow: hidden !important;
    position: relative !important;
}

.elementor-231 .elementor-element.elementor-element-c24c61f .elementor-post__thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.3s ease !important;
}

.elementor-231 .elementor-element.elementor-element-c24c61f .elementor-post:hover .elementor-post__thumbnail img {
    /* 移除放大效果 */
}

/* 文章分類標籤 */
.elementor-231 .elementor-element.elementor-element-c24c61f .elementor-post__badge {
    position: absolute !important;
    top: 15px !important;
    left: 15px !important;
    background: linear-gradient(135deg, #213F78, #4A68A3) !important;
    color: white !important;
    padding: 6px 16px !important;
    border-radius: 20px !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    z-index: 2 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important;
}

/* 文章內容區 */
.elementor-231 .elementor-element.elementor-element-c24c61f .elementor-post__text {
    padding: 25px !important;
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

/* 文章標題 */
.elementor-231 .elementor-element.elementor-element-c24c61f .elementor-post__title {
    font-size: 1.3rem !important;
    color: #213F78 !important;
    margin-bottom: 15px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    transition: color 0.3s ease !important;
}

.elementor-231 .elementor-element.elementor-element-c24c61f .elementor-post__title a {
    color: #213F78 !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.elementor-231 .elementor-element.elementor-element-c24c61f .elementor-post:hover .elementor-post__title a {
    color: #4A68A3 !important;
}

/* 文章摘要 */
.elementor-231 .elementor-element.elementor-element-c24c61f .elementor-post__excerpt {
    color: #666 !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
    flex-grow: 1 !important;
    font-size: 0.95rem !important;
}

.elementor-231 .elementor-element.elementor-element-c24c61f .elementor-post__excerpt p {
    margin: 0 !important;
    color: #666 !important;
}

/* 文章meta資訊（日期、作者等） */
.elementor-231 .elementor-element.elementor-element-c24c61f .elementor-post__meta-data {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding-top: 15px !important;
    border-top: 1px solid #f0f0f0 !important;
    font-size: 0.9rem !important;
    color: #999 !important;
    margin-top: auto !important;
}

.elementor-231 .elementor-element.elementor-element-c24c61f .elementor-post__meta-data span {
    color: #999 !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
}

/* 日期圖標 */
.elementor-231 .elementor-element.elementor-element-c24c61f .elementor-post-date::before {
    content: '📅' !important;
    margin-right: 3px !important;
}

/* 作者圖標 */
.elementor-231 .elementor-element.elementor-element-c24c61f .elementor-post-author::before {
    content: '✍️' !important;
    margin-right: 3px !important;
}

/* 留言數圖標 */
.elementor-231 .elementor-element.elementor-element-c24c61f .elementor-post__comments-number::before {
    content: '💬' !important;
    margin-right: 3px !important;
}

/* 閱讀更多按鈕 */
.elementor-231 .elementor-element.elementor-element-c24c61f .elementor-post__read-more {
    color: #213F78 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    margin-top: 15px !important;
    transition: all 0.3s ease !important;
}

.elementor-231 .elementor-element.elementor-element-c24c61f .elementor-post__read-more:hover {
    color: #4A68A3 !important;
}

.elementor-231 .elementor-element.elementor-element-c24c61f .elementor-post__read-more::after {
    content: '→' !important;
    transition: transform 0.3s ease !important;
}

/* 響應式設計 - 平板 */
@media (max-width: 1024px) {
    .elementor-231 .elementor-element.elementor-element-c24c61f .elementor-posts-container {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px !important;
    }
}

/* 響應式設計 - 手機 */
@media (max-width: 768px) {
    .elementor-231 .elementor-element.elementor-element-c24c61f .elementor-posts-container {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
    }
    
    .elementor-231 .elementor-element.elementor-element-c24c61f .elementor-post__thumbnail {
        height: 200px !important;
    }
    
    .elementor-231 .elementor-element.elementor-element-c24c61f .elementor-post__text {
        padding: 20px !important;
    }
    
    .elementor-231 .elementor-element.elementor-element-c24c61f .elementor-post__title {
        font-size: 1.2rem !important;
    }
}

/* ========== 如果有查看更多按鈕 ========== */
.elementor-231 .elementor-element.elementor-element-c24c61f .elementor-button-wrapper {
    text-align: center !important;
    margin-top: 50px !important;
}

.elementor-231 .elementor-element.elementor-element-c24c61f .elementor-button {
    padding: 15px 40px !important;
    background: white !important;
    border: 2px solid #213F78 !important;
    color: #213F78 !important;
    text-decoration: none !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
}

.elementor-231 .elementor-element.elementor-element-c24c61f .elementor-button:hover {
    background: #213F78 !important;
    color: white !important;
}


/* ========== 使用說明 ========== */
/*
1. 在 Elementor 編輯器中選擇您的 Posts Widget
2. 點擊左側面板的「Advanced」標籤
3. 找到「Custom CSS」選項
4. 將以上所有 CSS 代碼複製貼上
5. 點擊「Update」儲存

注意事項：
- 不要刪除 ".elementor-231 .elementor-element.elementor-element-c24c61f" 這個關鍵字，Elementor 會自動替換成正確的選擇器
- 所有樣式都使用 !important 確保覆蓋預設樣式
- 已包含響應式設計，會自動適應不同螢幕
*//* End custom CSS */