.elementor-12223 .elementor-element.elementor-element-eeb4236{--display:flex;}.elementor-widget-archive-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-archive-posts .elementor-post__title, .elementor-widget-archive-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-archive-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-archive-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-archive-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-archive-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-archive-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-archive-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-archive-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-widget-archive-posts .elementor-posts-nothing-found{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-12223 .elementor-element.elementor-element-e90682a{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-12223 .elementor-element.elementor-element-e90682a .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-12223 .elementor-element.elementor-element-e90682a:after{content:"0.66";}.elementor-12223 .elementor-element.elementor-element-e90682a .elementor-post__thumbnail__link{width:100%;}.elementor-12223 .elementor-element.elementor-element-e90682a .elementor-post__meta-data span + span:before{content:"•";}.elementor-12223 .elementor-element.elementor-element-e90682a .elementor-post__text{margin-top:20px;}.elementor-12223 .elementor-element.elementor-element-e90682a .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-12223 .elementor-element.elementor-element-e90682a .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-12223 .elementor-element.elementor-element-e90682a .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-12223 .elementor-element.elementor-element-e90682a .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-12223 .elementor-element.elementor-element-e90682a .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}@media(max-width:767px){.elementor-12223 .elementor-element.elementor-element-e90682a .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-12223 .elementor-element.elementor-element-e90682a:after{content:"0.5";}.elementor-12223 .elementor-element.elementor-element-e90682a .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for archive-posts, class: .elementor-element-e90682a *//* --- 容器与卡片基础设置 --- */

/* 确保每个文章项是等高的 flex 容器 */
.custom-blog-card-style .elementor-post {
    display: flex;
    flex-direction: column;
    height: 100%; /* 确保占满列高 */
}

/* 卡片主体样式 (原本的 .news-box-items) */
.custom-blog-card-style .elementor-post__card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* 让卡片填满空间 */
}

/* 卡片悬停效果 */
.custom-blog-card-style .elementor-post:hover .elementor-post__card {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}


/* --- 图片区域设置 --- */

/* 图片链接容器 (原本的 .news-image) */
.custom-blog-card-style .elementor-post__thumbnail__link {
    position: relative;
    display: block;
    height: 250px; /* 固定图片高度 */
    overflow: hidden;
}

/* 图片本身样式 */
.custom-blog-card-style .elementor-post__thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 保持比例裁切 */
    object-position: center;
    transition: transform 0.3s ease;
}

/* 图片悬停放大效果 */
.custom-blog-card-style .elementor-post:hover .elementor-post__thumbnail {
    transform: scale(1.05);
}


/* --- 内容区域设置 --- */

/* 内容容器 (原本的 .news-content) */
.custom-blog-card-style .elementor-post__text {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* 让内容区域撑满剩余空间 */
}

/* 标题样式 (原本的 h3) */
.custom-blog-card-style .elementor-post__title {
    font-size: 1.25rem;
    margin-bottom: 15px;
    line-height: 1.4;
    font-weight: 600;
}

.custom-blog-card-style .elementor-post__title a {
    color: #333;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制标题最多2行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.custom-blog-card-style .elementor-post__title a:hover {
    color: #E88F2D; /* 主题橙色 */
}

/* 摘要文字样式 (原本的 p) */
.custom-blog-card-style .elementor-post__excerpt p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 0.95rem;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 限制摘要最多3行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 隐藏日期和评论元数据 (如果你需要隐藏的话) */
.custom-blog-card-style .elementor-post__meta-data {
    display: none;
}


/* --- Read More 按钮设置 --- */

/* 按钮主体 (原本的 .link-btn) */
.custom-blog-card-style .elementor-post__read-more {
    color: #E88F2D;
    font-weight: 600;
    text-decoration: none;
    margin-top: auto; /* 关键：将按钮推到容器底部 */
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    transition: all 0.3s ease;
}

.custom-blog-card-style .elementor-post__read-more:hover {
    color: #d17a1f;
}

/* 添加箭头图标 */
.custom-blog-card-style .elementor-post__read-more::after {
    content: '→';
    margin-left: 8px;
    transition: transform 0.3s ease;
}

/* 箭头悬停移动效果 */
.custom-blog-card-style .elementor-post__read-more:hover::after {
    transform: translateX(3px);
}

/* --- 颜色美化：统一为主题蓝 #365b6d --- */

/* 1. 标题悬停：从之前的橙色改为主题蓝 */
.custom-blog-card-style .elementor-post__title a:hover {
    color: #365b6d !important;
}

/* 2. Read More 按钮：初始状态直接设为蓝色 */
.custom-blog-card-style .elementor-post__read-more {
    color: #365b6d !important;
}

/* 3. Read More 按钮悬停：设为稍深一点的蓝色，增加互动感 */
.custom-blog-card-style .elementor-post__read-more:hover {
    color: #2a4755 !important;
}

/* 4. 修改那个圆形头像（如果还在的话）的边框色 */
.custom-blog-card-style .elementor-post__avatar {
    border-color: #365b6d !important;
}/* End custom CSS */
/* Start custom CSS *//* --- CSS 文字替换大法 --- */

/* 1. 隐藏原有的文字，但保留其占位空间 */
h1.wow.fadeInUp.animated {
    /* 关键区别：使用 visibility: hidden 而不是 display: none */
    visibility: hidden !important;
    /* 设置相对定位，作为伪元素的参考点 */
    position: relative !important;
}

/* 2. 使用伪元素注入新的标题文字 */
h1.wow.fadeInUp.animated::before {
    /* 这里填写你想要显示的新文字 */
    content: "Topic: Why Hong Kong";

    /* 强制让伪元素可见 */
    visibility: visible !important;

    /* 样式重置与定位，确保它覆盖在原位置上 */
    display: block !important;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center; /* 确保文字居中 */

    /* 颜色设置：根据你的背景图，白色可能比主题蓝更清晰。
       如果你确实需要主题蓝，把 #ffffff 改成 #365b6d */
    color: #ffffff !important;

    /* 如果新文字大小和原来不对等，可以微调下面的数值 */
    /* font-size: 36px !important; */
}/* End custom CSS */