/* 自动恢复：原 CF7 表单模板内联样式，已按页面作用域隔离 */
/* 来源页面: /15c42-web-agency-gb-contact-us/社区食堂满意度调查  (page_id=1843) */
.page-id-1843 .uacf7-uacf7style-1842 label {
						font-style: normal;font-weight: normal;					}
.page-id-1843 .uacf7-uacf7style-1842 input[type="email"], .page-id-1843 .uacf7-uacf7style-1842 input[type="number"], .page-id-1843 .uacf7-uacf7style-1842 input[type="password"], .page-id-1843 .uacf7-uacf7style-1842 input[type="search"], .page-id-1843 .uacf7-uacf7style-1842 input[type="tel"], .page-id-1843 .uacf7-uacf7style-1842 input[type="text"], .page-id-1843 .uacf7-uacf7style-1842 input[type="url"], .page-id-1843 .uacf7-uacf7style-1842 input[type="date"], .page-id-1843 .uacf7-uacf7style-1842 input[type="radio"], .page-id-1843 .uacf7-uacf7style-1842 input[type="checkbox"], .page-id-1843 .uacf7-uacf7style-1842 select, .page-id-1843 .uacf7-uacf7style-1842 textarea {
						font-style: normal;font-weight: normal;border-style: solid!important;					}
.page-id-1843 .uacf7-uacf7style-1842 .wpcf7-radio span, .page-id-1843 .uacf7-uacf7style-1842 .wpcf7-checkbox span {
						font-style: normal;font-weight: normal;					}
.page-id-1843 .uacf7-uacf7style-1842 textarea {
											}
.page-id-1843 .wpcf7-form-control-wrap select {
						width: 100%;
					}
.page-id-1843 .uacf7-uacf7style-1842 input[type="submit"] {
						font-style: normal;font-weight: normal;border-style: none;					}
.page-id-1843 .uacf7-uacf7style-1842 input[type="submit"]:hover {
											}
.page-id-1843 .cf7-ultra-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}
.page-id-1843 .cf7-section-card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
  padding: 25px;
  transition: all 0.3s ease;
}
.page-id-1843 .cf7-section-card:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.page-id-1843 .cf7-section-title {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.page-id-1843 .cf7-form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.page-id-1843 .cf7-form-col {
  flex: 1;
  padding: 0 15px;
  margin-bottom: 20px;
  min-width: 280px;
}
.page-id-1843 .cf7-input-wrapper {
  position: relative;
}
.page-id-1843 .cf7-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #555;
}
.page-id-1843 .required {
  color: #e74c3c;
  margin-left: 3px;
}
.page-id-1843 .cf7-input, .page-id-1843 .cf7-select, .page-id-1843 .cf7-textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f9f9f9;
  transition: all 0.3s ease;
  font-size: 15px;
  color: #333;
}
.page-id-1843 .cf7-input:focus, .page-id-1843 .cf7-select:focus, .page-id-1843 .cf7-textarea:focus {
  outline: none;
  border-color: #4a90e2;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.2);
}
.page-id-1843 .cf7-rating-group {
  margin-bottom: 20px;
}
.page-id-1843 .cf7-rating-label {
  display: block;
  margin-bottom: 12px;
  font-weight: 500;
  color: #555;
}
.page-id-1843 .cf7-radio span.wpcf7-form-control-wrap {
  display: block;
}
.page-id-1843 .cf7-radio span.wpcf7-list-item {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}
.page-id-1843 .cf7-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.page-id-1843 .cf7-radio input[type="radio"] + span.wpcf7-list-item-label {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 4px;
  background-color: #f0f0f0;
  color: #666;
  cursor: pointer;
  transition: all 0.2s ease;
}
.page-id-1843 .cf7-radio input[type="radio"]:checked + span.wpcf7-list-item-label {
  background-color: #4a90e2 !important;
  color: #fff !important;
}
.page-id-1843 .cf7-radio input[type="radio"] + span.wpcf7-list-item-label:hover {
  background-color: #e0e0e0;
}
.page-id-1843 .cf7-checkbox-group {
  margin-bottom: 20px;
}
.page-id-1843 .cf7-checkbox-label {
  display: block;
  margin-bottom: 12px;
  font-weight: 500;
  color: #555;
}
.page-id-1843 .cf7-checkbox span.wpcf7-form-control-wrap {
  display: block;
}
.page-id-1843 .cf7-checkbox span.wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}
.page-id-1843 .cf7-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.page-id-1843 .cf7-checkbox input[type="checkbox"] + span.wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 22px;
  color: #666;
}
.page-id-1843 .cf7-checkbox input[type="checkbox"] + span.wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f9f9f9;
  transition: all 0.2s ease;
}
.page-id-1843 .cf7-checkbox input[type="checkbox"]:checked + span.wpcf7-list-item-label:before {
  background-color: #4a90e2 !important;
  border-color: #4a90e2 !important;
}
.page-id-1843 .cf7-checkbox input[type="checkbox"]:checked + span.wpcf7-list-item-label:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.page-id-1843 .cf7-submit-wrapper {
  text-align: center;
  margin-top: 30px;
}
.page-id-1843 .cf7-submit {
  background-color: #4a90e2;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(74, 144, 226, 0.3);
}
.page-id-1843 .cf7-submit:hover {
  background-color: #3a80d2;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(74, 144, 226, 0.4);
}
.page-id-1843 .cf7-submit:active {
  transform: translateY(0);
}
@media (max-width: 600px) {
.page-id-1843 .cf7-form-col {
    flex-basis: 100%;
  }
.page-id-1843 .cf7-radio span.wpcf7-list-item {
    margin-bottom: 8px;
  }
}
