.pipworth-contact-form-wrap {
  color: #151d27;
}

.pipworth-contact-form {
  display: grid;
  gap: 16px;
  margin: 18px 0 0;
}

.pipworth-form-field {
  display: grid;
  gap: 7px;
  margin: 0;
}

.pipworth-form-field label {
  color: #151d27;
  font-weight: 900;
}

.pipworth-form-field input,
.pipworth-form-field textarea,
.pipworth-form-field select {
  width: 100%;
  border: 1px solid #bfd0d5;
  border-radius: 8px;
  background: #fff;
  color: #151d27;
  font: inherit;
  min-height: 46px;
  padding: 12px;
}

.pipworth-form-field textarea {
  min-height: 132px;
  resize: vertical;
}

.pipworth-form-field.has-error input,
.pipworth-form-field.has-error textarea {
  border-color: #cf6a5d;
}

.pipworth-form-error {
  color: #a33c31;
  font-size: 13px;
  font-weight: 800;
}

.pipworth-form-notice {
  border-radius: 8px;
  font-weight: 900;
  margin-bottom: 16px;
  padding: 13px 14px;
}

.pipworth-form-notice-success {
  background: #eefaf4;
  border: 1px solid #b8dbcd;
  color: #0a665f;
}

.pipworth-form-notice-error {
  background: #fff2ef;
  border: 1px solid #efc0b8;
  color: #8f3329;
}

.pipworth-form-submit {
  align-items: center;
  background: linear-gradient(135deg, #0a7985, #0ea398);
  border: 1px solid #0a7985;
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(10, 121, 133, 0.18);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 12px 19px;
}

.pipworth-form-submit:hover,
.pipworth-form-submit:focus {
  filter: brightness(0.96);
}

.pipworth-form-hp {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

@media (max-width: 780px) {
  .pipworth-form-submit {
    width: 100%;
  }
}
