.just-validate-error-field {
  border-color: #E71A3F;
}
.just-validate-error-field:not(.just-validate-success-field) ~ .radioCard__label {
  border-color: #E71A3F;
}
.just-validate-error-label {
  font-family: "Inter", Tahoma, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5em;
  letter-spacing: 0.042em;
  text-transform: none;
  white-space: normal;
  color: #E71A3F;
  padding-left: 1.5rem;
  margin-top: 0.25rem;
}
.control .just-validate-error-label {
  padding-left: calc(1.125rem + 0.75rem);
}
.simpleForm__wrapper {
  max-width: 23.438rem;
  margin: 0 auto;
}
.simpleForm__title {
  font-family: "Source Sans Pro", Calibri, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 2em;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
}
.simpleForm__group {
  display: flex;
}
.simpleForm__group .floatingLabel:first-child .select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  min-width: 6.25rem;
}
.simpleForm__group .floatingLabel:last-child {
  flex: 1 1 auto;
}
.simpleForm__group .floatingLabel:last-child .input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.simpleForm .floatingLabel {
  margin-bottom: 0.75rem;
}
.simpleForm > .button {
  width: 100%;
}
.simpleForm > .button + .button {
  margin-top: 0.375rem;
}
