.elementor-4763 .elementor-element.elementor-element-58ca910{--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-4763 .elementor-element.elementor-element-b88012b{--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;}/* Start custom CSS for wpforms, class: .elementor-element-273a63f *//* ==============================
   KashiExport - WPForms #4913 美化
   适用于供应商入驻申请表
   ============================== */

/* 表单整体容器 */
#wpforms-4913 {
  max-width: 900px;
  margin: 0 auto;
  padding: 34px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  font-family: Arial, "Microsoft YaHei", sans-serif;
}

/* 每个字段间距 */
#wpforms-4913 .wpforms-field {
  margin-bottom: 22px;
}

/* 字段标题 */
#wpforms-4913 .wpforms-field-label {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #0b2f5b;
}

/* 必填星号 */
#wpforms-4913 .wpforms-required-label {
  color: #e11d48;
  font-weight: 700;
}

/* 字段说明文字 */
#wpforms-4913 .wpforms-field-description,
#wpforms-4913 .wpforms-field-sublabel {
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
}

/* 输入框、下拉框、文本域统一样式 */
#wpforms-4913 input[type="text"],
#wpforms-4913 input[type="email"],
#wpforms-4913 input[type="tel"],
#wpforms-4913 input[type="url"],
#wpforms-4913 input[type="number"],
#wpforms-4913 input[type="date"],
#wpforms-4913 select,
#wpforms-4913 textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  font-size: 15px;
  color: #0f172a;
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  outline: none;
  box-shadow: none;
  transition: all 0.22s ease;
}

/* 文本域 */
#wpforms-4913 textarea {
  min-height: 130px;
  resize: vertical;
  line-height: 1.6;
}

/* 输入框聚焦状态 */
#wpforms-4913 input:focus,
#wpforms-4913 select:focus,
#wpforms-4913 textarea:focus {
  background: #ffffff;
  border-color: #0073d8;
  box-shadow: 0 0 0 4px rgba(0, 115, 216, 0.12);
}

/* placeholder */
#wpforms-4913 input::placeholder,
#wpforms-4913 textarea::placeholder {
  color: #94a3b8;
}

/* 单选、多选区域 */
#wpforms-4913 ul.wpforms-field-required,
#wpforms-4913 .wpforms-field-checkbox ul,
#wpforms-4913 .wpforms-field-radio ul {
  display: grid;
  gap: 10px;
  margin-top: 8px;
}

/* 单选、多选每一项 */
#wpforms-4913 .wpforms-field-checkbox li,
#wpforms-4913 .wpforms-field-radio li {
  padding: 12px 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  transition: all 0.2s ease;
}

/* 鼠标悬停 */
#wpforms-4913 .wpforms-field-checkbox li:hover,
#wpforms-4913 .wpforms-field-radio li:hover {
  background: #eef5fc;
  border-color: #b7d7f5;
}

/* checkbox / radio 与文字间距 */
#wpforms-4913 input[type="checkbox"],
#wpforms-4913 input[type="radio"] {
  margin-right: 8px;
  transform: scale(1.05);
}

/* 文件上传 */
#wpforms-4913 input[type="file"] {
  width: 100%;
  padding: 14px;
  background: #f8fafc;
  border: 1px dashed #94a3b8;
  border-radius: 8px;
  color: #475569;
}

/* 错误提示 */
#wpforms-4913 label.wpforms-error,
#wpforms-4913 em.wpforms-error {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  color: #dc2626;
}

/* 错误字段 */
#wpforms-4913 .wpforms-error input,
#wpforms-4913 .wpforms-error select,
#wpforms-4913 .wpforms-error textarea {
  border-color: #dc2626;
}

/* 提交按钮区域 */
#wpforms-4913 .wpforms-submit-container {
  margin-top: 30px;
  text-align: center;
}

/* 提交按钮 */
#wpforms-4913 button[type="submit"],
#wpforms-submit-4913 {
  min-width: 240px;
  min-height: 52px;
  padding: 0 34px;
  background: linear-gradient(135deg, #0073d8, #0056a8);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.5px;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(0, 115, 216, 0.25);
  transition: all 0.22s ease;
}

/* 提交按钮 hover */
#wpforms-4913 button[type="submit"]:hover,
#wpforms-submit-4913:hover {
  background: linear-gradient(135deg, #005fb8, #003f82);
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0, 86, 168, 0.32);
}

/* ==============================
   字段 ID #1 - #25 单独预留控制
   可按需要继续调整
   ============================== */

#wpforms-4913-field_1,
#wpforms-4913-field_2,
#wpforms-4913-field_3,
#wpforms-4913-field_4,
#wpforms-4913-field_5,
#wpforms-4913-field_6,
#wpforms-4913-field_7,
#wpforms-4913-field_8,
#wpforms-4913-field_9,
#wpforms-4913-field_10,
#wpforms-4913-field_11,
#wpforms-4913-field_12,
#wpforms-4913-field_13,
#wpforms-4913-field_14,
#wpforms-4913-field_15,
#wpforms-4913-field_16,
#wpforms-4913-field_17,
#wpforms-4913-field_18,
#wpforms-4913-field_19,
#wpforms-4913-field_20,
#wpforms-4913-field_21,
#wpforms-4913-field_22,
#wpforms-4913-field_23,
#wpforms-4913-field_24,
#wpforms-4913-field_25 {
  box-sizing: border-box;
}

/* 建议：把重点说明类字段做成更醒目的文本域 */
#wpforms-4913-field_8,
#wpforms-4913-field_12,
#wpforms-4913-field_18,
#wpforms-4913-field_25 {
  min-height: 120px;
}

/* 建议：企业名称、主营产品、联系人、手机号等核心字段强化 */
#wpforms-4913-field_1,
#wpforms-4913-field_2,
#wpforms-4913-field_3,
#wpforms-4913-field_4 {
  background: #ffffff;
  border-color: #b7c9dd;
}

/* ==============================
   两列布局优化
   如果 WPForms 字段已设置为 half，则自动美化
   ============================== */

#wpforms-4913 .wpforms-one-half {
  width: calc(50% - 12px);
}

#wpforms-4913 .wpforms-one-half.first {
  margin-right: 24px;
}

/* ==============================
   移动端适配
   ============================== */

@media (max-width: 768px) {
  #wpforms-4913 {
    padding: 24px 18px;
    border-radius: 10px;
  }

  #wpforms-4913 .wpforms-one-half {
    width: 100%;
    margin-right: 0 !important;
  }

  #wpforms-4913 input[type="text"],
  #wpforms-4913 input[type="email"],
  #wpforms-4913 input[type="tel"],
  #wpforms-4913 input[type="url"],
  #wpforms-4913 input[type="number"],
  #wpforms-4913 input[type="date"],
  #wpforms-4913 select,
  #wpforms-4913 textarea {
    font-size: 14px;
  }

  #wpforms-4913 button[type="submit"],
  #wpforms-submit-4913 {
    width: 100%;
    min-width: 100%;
  }
}/* End custom CSS */