body.public-school-page .public-contact-form {
  color: #18333d;
}

body.public-school-page .public-contact-form .contact-protection-field,
body.public-school-page .contact-protection-field {
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  left: -10000px !important;
  overflow: hidden !important;
  pointer-events: none !important;
  position: absolute !important;
  top: auto !important;
  white-space: nowrap !important;
  width: 1px !important;
}

body.public-school-page .public-contact-form label {
  color: #18333d !important;
  display: block !important;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 6px;
}

body.public-school-page .public-contact-form .form-control {
  background-color: #fff !important;
  border-color: #cfdbe1 !important;
  color: #1f3440 !important;
  min-height: 44px;
}

body.public-school-page .public-contact-form textarea.form-control {
  min-height: 120px;
}

body.public-school-page .public-contact-form .form-control::placeholder {
  color: #7b8d96 !important;
}

body.public-school-page .public-contact-form .btn {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}
