.elementor-1352 .elementor-element.elementor-element-4b8b6b5{--display:flex;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-1352 .elementor-element.elementor-element-4b8b6b5:not(.elementor-motion-effects-element-type-background), .elementor-1352 .elementor-element.elementor-element-4b8b6b5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-widget-search{--e-search-input-color:var( --e-global-color-text );}.elementor-widget-search.e-focus{--e-search-input-color:var( --e-global-color-text );}.elementor-widget-search .elementor-pagination{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-1352 .elementor-element.elementor-element-b8313fe .e-search-input{border-radius:50px 50px 50px 50px;}.elementor-1352 .elementor-element.elementor-element-b8313fe{--e-search-submit-border-radius:50px 50px 50px 50px;--e-search-submit-padding:10px 30px 10px 30px;}#elementor-popup-modal-1352{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1352 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1352 .dialog-close-button{display:flex;}#elementor-popup-modal-1352 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for search, class: .elementor-element-b8313fe *//* 弹窗搜索框 - 按钮嵌入输入框 */
.custom-search-box {
    position: relative !important;
    width: 100% !important;
}
.custom-search-box input[type="search"] {
    padding-right: 90px !important; /* 给按钮留空间 */
    width: 100% !important;
    border-radius: 50px !important; /* 保持圆角一致 */
    box-sizing: border-box !important;
}
.custom-search-box button[type="submit"] {
    position: absolute !important;
    right: 4px !important;  /* 👈 改成这个 */
    top: 5% !important;
    bottom: 0 !important;
    margin: 0 !important;
    border-radius: 50px 50px 50px 50px !important; /* 这里我也帮你修好了 */
    height: 90% !important;
    width: 100px !important;
    display: flex !important;
justify-content: center !important;
align-items: center !important;
}/* End custom CSS */