.elementor-3434 .elementor-element.elementor-element-4cd689b{--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-3434 .elementor-element.elementor-element-4cd689b:not(.elementor-motion-effects-element-type-background), .elementor-3434 .elementor-element.elementor-element-4cd689b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F8F6;}.elementor-3434 .elementor-element.elementor-element-52ac2fe{--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;--margin-top:60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-3434 .elementor-element.elementor-element-52ac2fe:not(.elementor-motion-effects-element-type-background), .elementor-3434 .elementor-element.elementor-element-52ac2fe > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F8F6;}.elementor-3434 .elementor-element.elementor-element-7b5e907{width:var( --container-widget-width, 80% );max-width:80%;--container-widget-width:80%;--container-widget-flex-grow:0;}.elementor-3434 .elementor-element.elementor-element-7b5e907 > .elementor-widget-container{background-color:#FFFFFF;margin:0px 0px 0px 0px;padding:50px 20px 20px 20px;border-style:none;border-radius:5px 5px 5px 5px;}.elementor-3434 .elementor-element.elementor-element-7b5e907.elementor-element{--align-self:center;--order:-99999 /* order start hack */;--flex-grow:0;--flex-shrink:0;}.elementor-3434 .elementor-element.elementor-element-59def6e{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:120px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-3434 .elementor-element.elementor-element-59def6e:not(.elementor-motion-effects-element-type-background), .elementor-3434 .elementor-element.elementor-element-59def6e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F8F6;}.elementor-3434 .elementor-element.elementor-element-06a5685{padding:0px 0px 40px 0px;text-align:center;}.elementor-3434 .elementor-element.elementor-element-06a5685 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:24px;font-weight:500;text-transform:uppercase;letter-spacing:2px;color:var( --e-global-color-primary );}@media(min-width:768px){.elementor-3434 .elementor-element.elementor-element-59def6e{--content-width:1400px;}}@media(max-width:1024px){.elementor-3434 .elementor-element.elementor-element-7b5e907{--container-widget-width:80%;--container-widget-flex-grow:0;width:var( --container-widget-width, 80% );max-width:80%;}}/* Start custom CSS for mphbe-search-form, class: .elementor-element-7b5e907 */把之前所有 CSS 整合后的完整版本：

```css
/* ==================================================
   首页大图搜索框 + 吸顶版
================================================== */

/* --------------------------------------------------
   共用基础样式（原始 + 吸顶共享）
-------------------------------------------------- */
.luxury-hero-search .mphb_sc_search-wrapper,
.sticky-search-bar .mphb_sc_search-wrapper {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

.luxury-hero-search form.mphb_sc_search-form,
.sticky-search-bar form.mphb_sc_search-form {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    background-color: #ffffff !important;
    padding: 0 !important;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 1000px !important;
    border-radius: 2px !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1) !important;
    overflow: hidden !important;
    font-size: 0 !important;
}

.luxury-hero-search form.mphb_sc_search-form::before,
.luxury-hero-search form.mphb_sc_search-form::after,
.luxury-hero-search .mphb_sc_search-wrapper::before,
.luxury-hero-search .mphb_sc_search-wrapper::after,
.sticky-search-bar form.mphb_sc_search-form::before,
.sticky-search-bar form.mphb_sc_search-form::after,
.sticky-search-bar .mphb_sc_search-wrapper::before,
.sticky-search-bar .mphb_sc_search-wrapper::after {
    display: none !important;
    content: none !important;
}

.luxury-hero-search form.mphb_sc_search-form > *,
.sticky-search-bar form.mphb_sc_search-form > * {
    display: none !important;
}

.luxury-hero-search form.mphb_sc_search-form > .mphb_sc_search-check-in-date,
.luxury-hero-search form.mphb_sc_search-form > .mphb_sc_search-check-out-date,
.luxury-hero-search form.mphb_sc_search-form > .mphb_sc_search-adults,
.luxury-hero-search form.mphb_sc_search-form > .mphb_sc_search-submit-button-wrapper,
.sticky-search-bar form.mphb_sc_search-form > .mphb_sc_search-check-in-date,
.sticky-search-bar form.mphb_sc_search-form > .mphb_sc_search-check-out-date,
.sticky-search-bar form.mphb_sc_search-form > .mphb_sc_search-adults,
.sticky-search-bar form.mphb_sc_search-form > .mphb_sc_search-submit-button-wrapper {
    display: flex !important;
    align-items: center !important;
    flex: 1 !important;
    padding: 0 25px !important;
    margin: 0 !important;
    border-right: 1px solid #EAEAEA !important;
    border-bottom: none !important;
    border-top: none !important;
    border-left: none !important;
    position: relative !important;
    background: transparent !important;
    height: 65px !important;
    box-sizing: border-box !important;
}

.luxury-hero-search form.mphb_sc_search-form label,
.luxury-hero-search form.mphb_sc_search-form br,
.sticky-search-bar form.mphb_sc_search-form label,
.sticky-search-bar form.mphb_sc_search-form br {
    display: none !important;
}

.luxury-hero-search form.mphb_sc_search-form input[type="text"],
.luxury-hero-search form.mphb_sc_search-form select,
.sticky-search-bar form.mphb_sc_search-form input[type="text"],
.sticky-search-bar form.mphb_sc_search-form select {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    width: 100% !important;
    height: 100% !important;
    font-size: 15px !important;
    color: #333333 !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin: 0 !important;
}

.luxury-hero-search form.mphb_sc_search-form > .mphb_sc_search-check-in-date,
.sticky-search-bar form.mphb_sc_search-form > .mphb_sc_search-check-in-date {
    border-right: none !important;
    padding-right: 15px !important;
}

.luxury-hero-search form.mphb_sc_search-form > .mphb_sc_search-check-out-date,
.sticky-search-bar form.mphb_sc_search-form > .mphb_sc_search-check-out-date {
    padding-left: 15px !important;
}

.luxury-hero-search form.mphb_sc_search-form > .mphb_sc_search-check-in-date::after,
.sticky-search-bar form.mphb_sc_search-form > .mphb_sc_search-check-in-date::after {
    content: '→';
    position: absolute;
    right: -8px;
    color: #999999;
    font-size: 16px;
    z-index: 2;
    pointer-events: none;
}

.luxury-hero-search form.mphb_sc_search-form > .mphb_sc_search-submit-button-wrapper,
.sticky-search-bar form.mphb_sc_search-form > .mphb_sc_search-submit-button-wrapper {
    border-right: none !important;
    padding: 0 !important;
    flex: 1.2 !important;
    background-color: #292929 !important;
    transition: background 0.3s ease !important;
}

.luxury-hero-search form.mphb_sc_search-form > .mphb_sc_search-submit-button-wrapper:hover,
.sticky-search-bar form.mphb_sc_search-form > .mphb_sc_search-submit-button-wrapper:hover {
    background-color: #111111 !important;
}

.luxury-hero-search form.mphb_sc_search-form input[type="submit"],
.sticky-search-bar form.mphb_sc_search-form input[type="submit"] {
    color: transparent !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    width: 100% !important;
    height: 100% !important;
    cursor: pointer !important;
    position: relative !important;
    z-index: 2 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-appearance: none;
}

.luxury-hero-search form.mphb_sc_search-form > .mphb_sc_search-submit-button-wrapper::after,
.sticky-search-bar form.mphb_sc_search-form > .mphb_sc_search-submit-button-wrapper::after {
    content: 'Find apartments ↗';
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    pointer-events: none;
    z-index: 1;
    font-family: 'Inter', sans-serif !important;
}

/* --------------------------------------------------
   吸顶容器专属样式
-------------------------------------------------- */
.sticky-search-bar {
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 10px 24px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
    transition: top 0.35s ease;
    box-sizing: border-box;
}

.sticky-search-bar.visible {
    top: 0;
}

/* 清除 Elementor 容器撑高干扰 */
.sticky-search-bar .elementor-widget-container,
.sticky-search-bar .mphb_sc_search-wrapper {
    height: 52px !important;
    min-height: unset !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 吸顶版搜索框高度 */
.sticky-search-bar form.mphb_sc_search-form > .mphb_sc_search-check-in-date,
.sticky-search-bar form.mphb_sc_search-form > .mphb_sc_search-check-out-date,
.sticky-search-bar form.mphb_sc_search-form > .mphb_sc_search-adults,
.sticky-search-bar form.mphb_sc_search-form > .mphb_sc_search-submit-button-wrapper {
    height: 52px !important;
}

/* 隐藏吸顶版里克隆过来的底部文字列表 */
.sticky-search-bar .elementor-widget-icon-list {
    display: none !important;
}

/* --------------------------------------------------
   手机端响应式
-------------------------------------------------- */
@media (max-width: 768px) {
    .luxury-hero-search form.mphb_sc_search-form,
    .sticky-search-bar form.mphb_sc_search-form {
        flex-direction: column !important;
        height: auto !important;
    }

    .luxury-hero-search form.mphb_sc_search-form > .mphb_sc_search-check-in-date,
    .luxury-hero-search form.mphb_sc_search-form > .mphb_sc_search-check-out-date,
    .luxury-hero-search form.mphb_sc_search-form > .mphb_sc_search-adults,
    .sticky-search-bar form.mphb_sc_search-form > .mphb_sc_search-check-in-date,
    .sticky-search-bar form.mphb_sc_search-form > .mphb_sc_search-check-out-date,
    .sticky-search-bar form.mphb_sc_search-form > .mphb_sc_search-adults {
        border-right: none !important;
        border-bottom: 1px solid #EAEAEA !important;
        padding: 0 20px !important;
        width: 100% !important;
    }

    .luxury-hero-search form.mphb_sc_search-form > .mphb_sc_search-check-in-date::after,
    .sticky-search-bar form.mphb_sc_search-form > .mphb_sc_search-check-in-date::after {
        display: none !important;
    }

    .sticky-search-bar {
        padding: 10px 16px;
    }
}
```

直接全部替换掉「额外 CSS」里现有的内容即可。/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-3197248 *//* ══════════════════════════════════════
   JOUVA ROOMS GRID
══════════════════════════════════════ */

/* ── 网格布局 ── */
.jouva-ultimate-grid {
    display: grid !important;
    gap: 30px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.jouva-ultimate-grid[data-cols="1"] { grid-template-columns: repeat(1, 1fr) !important; }
.jouva-ultimate-grid[data-cols="2"] { grid-template-columns: repeat(2, 1fr) !important; }
.jouva-ultimate-grid[data-cols="3"] { grid-template-columns: repeat(3, 1fr) !important; }
.jouva-ultimate-grid[data-cols="4"] { grid-template-columns: repeat(4, 1fr) !important; }

.jouva-item {
    min-width: 0;
    width: 100%;
}

/* ── 图片容器 ── */
.jouva-slider-box {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 6px;
    overflow: hidden;
    background: #e8e3dc;
    margin-bottom: 14px;
}

.jouva-swiper {
    width: 100%;
    height: 100%;
}

/* 轮播内的房间图片 */
.jouva-swiper .swiper-slide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    min-width: unset !important;
    max-width: unset !important;
    min-height: unset !important;
    max-height: unset !important;
}

/* ── 文字区域 ── */
.jouva-meta {
    padding-top: 4px;
}

/* ── 标题行 ── */
.jouva-title-row {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 8px !important;
    line-height: 1.5 !important;
}

.jouva-title-row a {
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* 地区：粗体黑色大写 */
.jouva-loc {
    font-family: 'Montserrat', sans-serif !important;
    color: #1a1a1a !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    letter-spacing: 0.06em !important;
}

/* 分隔点 */
.jouva-dot {
    color: #1a1a1a !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    margin: 0 4px !important;
}

/* 房间名：粗体暖米色大写 */
.jouva-name {
    font-family: 'Montserrat', sans-serif !important;
    color: #b5a99a !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    letter-spacing: 0.06em !important;
}

/* ── 规格行 ── */
.jouva-specs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 10px;
    color: #b5a99a;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.spec-item {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-right: 14px;
}

.spec-item:last-child {
    margin-right: 0;
}

/* 图标：强制 20px */
.spec-icon {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
    display: inline-block !important;
    flex-shrink: 0 !important;
    object-fit: contain !important;
    opacity: 0.75;
}

/* ── 价格 ── */
.jouva-price {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #1a1a1a !important;
    letter-spacing: 0.02em !important;
    margin-top: 2px;
}

/* ── 轮播箭头 ── */
.jouva-swiper .swiper-button-next,
.jouva-swiper .swiper-button-prev {
    width: 34px !important;
    height: 34px !important;
    background: rgba(255, 255, 255, 0.88) !important;
    border-radius: 50% !important;
    color: #222 !important;
    opacity: 0 !important;
    transition: opacity 0.25s ease !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
}

.jouva-item:hover .swiper-button-next,
.jouva-item:hover .swiper-button-prev {
    opacity: 1 !important;
}

.jouva-swiper .swiper-button-next {
    right: 10px !important;
}

.jouva-swiper .swiper-button-prev {
    left: 10px !important;
}

.jouva-swiper .swiper-button-next:after,
.jouva-swiper .swiper-button-prev:after {
    font-size: 11px !important;
    font-weight: 800 !important;
}

/* ── 分页圆点 ── */
.jouva-swiper .swiper-pagination {
    bottom: 8px !important;
}

.jouva-swiper .swiper-pagination-bullet {
    background: #fff !important;
    opacity: 0.5 !important;
    width: 6px !important;
    height: 6px !important;
    margin: 0 2px !important;
    transition: opacity 0.2s, transform 0.2s;
}

.jouva-swiper .swiper-pagination-bullet-active {
    opacity: 1 !important;
}

/* ══════════════════════════════════════
   响应式
══════════════════════════════════════ */

/* ── 平板 ── */
@media (max-width: 1024px) {
    .jouva-ultimate-grid[data-cols="3"],
    .jouva-ultimate-grid[data-cols="4"] {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* ── 手机单列 ── */
@media (max-width: 768px) {
    .jouva-ultimate-grid,
    .jouva-ultimate-grid[data-cols="1"],
    .jouva-ultimate-grid[data-cols="2"],
    .jouva-ultimate-grid[data-cols="3"],
    .jouva-ultimate-grid[data-cols="4"] {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .jouva-slider-box {
        aspect-ratio: 3 / 2 !important;
    }

    .jouva-loc,
    .jouva-dot,
    .jouva-name {
        font-size: 12px !important;
    }

    .jouva-specs {
        font-size: 12px !important;
        gap: 0 !important;
    }

    .spec-item {
        margin-right: 12px !important;
    }

    .jouva-price {
        font-size: 12px !important;
    }

    /* 手机上箭头常驻显示 */
    .jouva-swiper .swiper-button-next,
    .jouva-swiper .swiper-button-prev {
        opacity: 1 !important;
        width: 28px !important;
        height: 28px !important;
    }

    .jouva-swiper .swiper-button-next:after,
    .jouva-swiper .swiper-button-prev:after {
        font-size: 9px !important;
    }
}/* End custom CSS */