.elementor-4497 .elementor-element.elementor-element-5737381{--display:flex;}#elementor-popup-modal-4497{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-4497 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-4497 .dialog-close-button{display:flex;}#elementor-popup-modal-4497 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for wpforms, class: .elementor-element-ab79e21 *//* 精简版按钮样式：不加宽、不拉长 */
.custom-submit-button {
    background-color: #FA8501 !important;
    color: #ffffff !important;
    border: 1px solid #FA8501 !important;
    transition: all 0.3s ease-in-out !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    box-sizing: border-box !important;
    cursor: pointer;
}

/* 悬停时：纯白背景 + 橙色文字 + 橙色边框 */
.wpforms-form .custom-submit-button:hover,
.custom-submit-button:hover {
  background-color: #ffffff !important;
  color: #FA8501 !important;
  border-color: #ffffff !important;
  box-shadow: none !important; /* 禁止阴影 */
  background-image: none !important; /* 禁止渐变背景 */
}/* End custom CSS */