.rhs-fm-form,
.rhs-fm-form * {
  font-family: inherit;
}
.rhs-fm-form {
  display: grid;
  gap: 16px;
  max-width: 760px;
}
.rhs-fm-field label {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
}
.rhs-fm-field input[type="text"],
.rhs-fm-field input[type="email"],
.rhs-fm-field input[type="tel"],
.rhs-fm-field textarea,
.rhs-fm-field select {
  width: 100%;
  border: 1px solid #dce3ee;
  border-radius: 14px;
  padding: 13px 14px;
  font: inherit;
}
.rhs-fm-field textarea {
  min-height: 140px;
  resize: vertical;
}
.rhs-fm-choice-group {
  display: grid;
  gap: 8px;
}
.rhs-fm-choice-group label,
.rhs-fm-gdpr label {
  font: inherit;
}
.rhs-fm-gdpr label {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  font-weight: 500;
}
.rhs-fm-submit {
  justify-self: start;
  border: 0;
  border-radius: 999px;
  padding: 14px 24px;
  background: #174ea6;
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.rhs-fm-submit:hover {
  filter: brightness(0.95);
}
.rhs-fm-message {
  padding: 14px 16px;
  border-radius: 12px;
  margin-bottom: 16px;
}
.rhs-fm-success {
  background: #edf8f0;
  border: 1px solid #b8dfc2;
}
.rhs-fm-error {
  background: #fff0f0;
  border: 1px solid #e1b4b4;
}
.rhs-fm-hp {
  position: absolute;
  left: -9999px;
  height: 1px;
  overflow: hidden;
}
