.elementor-644 .elementor-element.elementor-element-525572e{--display:flex;--padding-top:35px;--padding-bottom:35px;--padding-left:35px;--padding-right:35px;overflow:visible;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}#elementor-popup-modal-644{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-644 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-644 .dialog-close-button{display:flex;}#elementor-popup-modal-644 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-6aed6ba *//* 设置输入框排布 */
.cf7-flex-container {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.cf7-flex-item {
  flex: 1;
}

.cf7-textarea-container textarea {
  width: 100%;
  height: 180px;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #cdd0d5;
  border-radius: 2px;
  resize: vertical;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #cdd0d5;
  border-radius: 2px;
  box-sizing: border-box;
}

/* 提交按钮样式 */
.cf7-button-container input[type="submit"] {
  background-color: #EA8400;
  color: white;
  font-weight: bold;
  padding: 15px 30px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}

.cf7-button-container input[type="submit"]:hover {
  background-color: #EA8400;
}/* End custom CSS */