.elementor-kit-34543{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#7A7A7A;--e-global-color-text:#D1D1D1;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-34543 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:80%;}.e-con{--container-max-width:80%;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{--lightbox-ui-color-hover:#FFFFFF;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ==============================================================
   🚀 修复 Elementor 图库灯箱底部文字太靠下的问题 (仅限平板与手机)
============================================================== */

/* 💻 平板端 iPad (最大宽度 1024px) */
@media (max-width: 1024px) {
    .elementor-slideshow__footer {
        bottom: 20% !important; /* 同步老哥的实测黄金位 */
        padding: 0 30px !important;
    }
}

/* 📱 手机端 (最大宽度 767px) */
@media (max-width: 767px) {
    .elementor-slideshow__footer {
        bottom: 20% !important; /* 手机端也是 20% */
        padding: 0 15px !important;
    }
    
    /* 顺手把手机端灯箱文字改精致一点，更有 Quiet Luxury 的感觉 */
    .elementor-slideshow__title {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 14px !important;
        margin-bottom: 5px !important;
    }
    .elementor-slideshow__description {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 12px !important;
        line-height: 1.4 !important;
        color: #e0e0e0 !important; /* 浅灰色，拉开层次 */
    }
}/* End custom CSS */