.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);
}
