.wp-hs-errors:empty {
  display: none;
  margin: 0;
  padding: 0;
}
.wp-hs-form-group {
  margin-bottom: 1.5rem;
}
.wp-hs-label {
  display: block;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}
.wp-hs-description {
  font-size: 1.5rem;
  margin: .75rem 0 0;
  padding: 0;
}
.wp-hs-required {
  color: red;
}

.wp-hs-text,
.wp-hs-number,
.wp-hs-select {
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  font-size: 1rem;
  padding: .5rem;
  width: 100%;
}

.wp-hs-label {
  font-size: 2.1rem !important;
  line-height: 1.3 !important;
  margin-bottom: .75rem;
  font-weight: 400 !important;
}
.wp-hs-input-wrap {
  background-color: #fff;
  border-radius: 0.9rem;
}
.wp-hs-text,
.wp-hs-number,
.wp-hs-select,
.wp-hs-textarea  {
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 0.9rem;
  color: inherit;
  font-size: 1.6rem;
  line-height: 2.4rem !important;
  max-width: 100% !important;
  outline: none !important;
  padding: 1rem 1.8rem !important;
  width: 100% !important;
}
.wp-hs-text:focus,
.wp-hs-number:focus,
.wp-hs-select:focus,
.wp-hs-textarea:focus,
.wp-hs-number:focus,
.wp-hs-textarea:focus {
  background-color: #fff;;
}
.wp-hs-number {
  appearance: auto !important;
}
.wp-hs-textarea {
  height: 320px;
}
.wp-hs-button {
  align-items: center;
  background-color: #f9514e;
  border: 1px solid #f9514e;
  border-radius: 18px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.6rem !important;
  justify-content: center;
  line-height: 1.3;
  padding: 1.26rem 2.85rem;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  width: fit-content;
}
.wp-hs-button:disabled {
  background-color: #aaa;
  border: 1px solid #aaa;
  cursor: not-allowed;
}
.wp-hs-checkboxes,
.wp-hs-radio {
  margin-top: 2rem;
}
.wp-hs-checkboxes label,
.wp-hs-radio label {
  cursor: pointer;
  display: block;
  margin-bottom: 1rem;
  user-select: none;
}
.wp-hs-checkboxes [type=checkbox],
.wp-hs-radio [type=radio] {
  appearance: auto;
  height: 16px;
  width: 16px;
  margin-right: .5rem;
}
.wp-hs-hidden {
  display: none;
}