section.enquiry-feedback {
  padding: clamp(1rem, 2vw, 1.5rem) 0;
}
section.enquiry-feedback .form-section {
  background-color: #f5f5f5;
  padding: 1.75rem 2.5rem;
  padding-bottom: 2.25rem;
  border-radius: 1rem;
  box-shadow: 0 0 10px 0px lightgray;
}
section.enquiry-feedback select {
  width: 100%;
  padding: 0.25rem 1rem;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") no-repeat;
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline;
  background-color: white;
  border-radius: 0.25rem;
}
section.enquiry-feedback input, section.enquiry-feedback textarea {
  width: 100%;
  padding: 0.25rem 1rem;
  display: inline;
  border: 1px solid black;
  background-color: white;
  border-radius: 0.25rem;
}
section.enquiry-feedback input::-moz-placeholder, section.enquiry-feedback textarea::-moz-placeholder {
  color: lightgray;
}
section.enquiry-feedback input::placeholder, section.enquiry-feedback textarea::placeholder {
  color: lightgray;
}
section.enquiry-feedback .error-label {
  color: red;
  font-weight: bold;
  display: none;
}/*# sourceMappingURL=enquiry.css.map */