.elementor-724 .elementor-element.elementor-element-a93c54a{--display:flex;}/* Start custom CSS for wp-widget-wpforms-widget, class: .elementor-element-fc3408d *//* General form styles */
#wpforms-form-24498 {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Form label styles */
#wpforms-24498-field_3-container .wpforms-field-label {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

/* Email input field styles */
#wpforms-24498-field_3 {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

#wpforms-24498-field_3:focus {
  border-color: #0073e6;
  box-shadow: 0 0 5px rgba(0, 115, 230, 0.3);
  outline: none;
}

/* Description text styles */
#wpforms-24498-field_3-description {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

/* Submit button styles */
#wpforms-submit-24498 {
  width: 100%;
  padding: 12px 20px;
  font-size: 18px;
  color: #fff;
  background-color: #0073e6;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#wpforms-submit-24498:hover {
  background-color: #005bb5;
}

/* Spinner styles */
.wpforms-submit-spinner {
  margin-left: 10px;
}

/* No-script message styles */
.wpforms-error-noscript, #wpforms-error-noscript {
  font-size: 14px;
  color: #d9534f;
  text-align: center;
}
/* 使促销弹出窗口背景透明并去掉边框 */
.wd-popup.wd-promo-popup {
  background-color: rgba(255, 255, 255, 0); /* 设置背景透明度为0.1 */
  padding: 20px; /* 添加内边距以增加间距 */
  border-radius: 10px; /* 添加圆角 */
  border: none; /* 去掉边框 */
}

/* 保持内容文本完全不透明 */
.wd-popup.wd-promo-popup p,
.wd-popup.wd-promo-popup span {
  color: rgba(0, 0, 0, 1); /* 确保文本颜色完全不透明 */
}/* End custom CSS */