.elementor-7841 .elementor-element.elementor-element-2fac59db{--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-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-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );font-style:var( --e-global-typography-primary-font-style );text-decoration:var( --e-global-typography-primary-text-decoration );line-height:var( --e-global-typography-primary-line-height );word-spacing:var( --e-global-typography-primary-word-spacing );}.elementor-7841 .elementor-element.elementor-element-77c09168{width:var( --container-widget-width, 54% );max-width:54%;--container-widget-width:54%;--container-widget-flex-grow:0;--e-search-placeholder-color:var( --e-global-color-78017dc );--e-search-input-color:var( --e-global-color-8e900de );--e-search-icon-label-color:var( --e-global-color-78017dc );--e-search-input-padding-block-start:12px;--e-search-input-padding-inline-start:12px;--e-search-input-padding-block-end:12px;--e-search-input-padding-inline-end:12px;--e-search-icon-label-size:16px;--e-search-input-gap:10px;--e-search-submit-margin-inline-start:10px;}.elementor-7841 .elementor-element.elementor-element-77c09168.elementor-element{--align-self:center;}.elementor-7841 .elementor-element.elementor-element-77c09168 .e-search-input{font-family:var( --e-global-typography-bfa1be4-font-family ), Sans-serif;font-size:var( --e-global-typography-bfa1be4-font-size );font-weight:var( --e-global-typography-bfa1be4-font-weight );line-height:var( --e-global-typography-bfa1be4-line-height );letter-spacing:var( --e-global-typography-bfa1be4-letter-spacing );border-style:solid;border-width:0px 0px 1px 0px;border-color:var( --e-global-color-78017dc );}.elementor-7841 .elementor-element.elementor-element-77c09168.e-focus{--e-search-input-color:var( --e-global-color-8e900de );--e-search-icon-label-color:var( --e-global-color-78017dc );}.elementor-7841 .elementor-element.elementor-element-77c09168.e-focus .e-search-input{border-style:solid;border-width:0px 0px 1px 0px;border-color:var( --e-global-color-78017dc );}#elementor-popup-modal-7841 .dialog-widget-content{animation-duration:1.2s;border-style:none;border-radius:5px 5px 5px 5px;box-shadow:-4px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-7841 .dialog-message{width:509px;height:151px;align-items:center;}#elementor-popup-modal-7841{justify-content:center;align-items:center;}@media(min-width:768px){.elementor-7841 .elementor-element.elementor-element-2fac59db{--content-width:77%;}}@media(max-width:1024px){.elementor-widget-search .elementor-pagination{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );word-spacing:var( --e-global-typography-primary-word-spacing );}.elementor-7841 .elementor-element.elementor-element-77c09168 .e-search-input{font-size:var( --e-global-typography-bfa1be4-font-size );line-height:var( --e-global-typography-bfa1be4-line-height );letter-spacing:var( --e-global-typography-bfa1be4-letter-spacing );}}@media(max-width:767px){.elementor-widget-search .elementor-pagination{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );word-spacing:var( --e-global-typography-primary-word-spacing );}.elementor-7841 .elementor-element.elementor-element-77c09168 .e-search-input{font-size:var( --e-global-typography-bfa1be4-font-size );line-height:var( --e-global-typography-bfa1be4-line-height );letter-spacing:var( --e-global-typography-bfa1be4-letter-spacing );}}/* Start custom CSS for container, class: .elementor-element-2fac59db *//* 調整搜尋欄位內 icon 和文字間的距離 */
.e-search-input-wrapper {
  position: relative;
}

.e-search-input-wrapper input[type="search"] {
  padding-left: 40px !important; /* 為 icon 預留空間 */
  box-sizing: border-box;
}

.e-search-input-wrapper i {
  position: absolute;
  left: 12px; /* 控制 icon 距離左側距離 */
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #666;
}

/* 移除 Elementor Popup 叉叉底線 */
.dialog-lightbox-close-button {
  text-decoration: none !important;
}/* End custom CSS */