.rh-rhea-contact-form {
  --block-gap: 4rem;
  margin-block: 0 var(--block-gap) !important;
}
@media (min-width: 840px) {
  .rh-rhea-contact-form {
    --block-gap: 6rem;
  }
}
@media (min-width: 1024px) {
  .rh-rhea-contact-form {
    --block-gap: 8rem;
  }
}
.rh-rhea-contact-form input[type=submit] {
  background-size: 200% auto;
  border-radius: 3rem;
  font-weight: 700;
  transition: 0.5s;
}
.rh-rhea-contact-form input[type=submit]:focus, .rh-rhea-contact-form input[type=submit]:hover {
  background-position: right center;
}
.rh-rhea-contact-form textarea {
  min-height: 4.8em;
}
.rh-rhea-contact-form .wp-block-rh-contact-form-input > .max-upload-size {
  font-size: 1.4rem;
}
.rh-rhea-contact-form.wp-block-rh-contact-form .is-design-material-outer .wp-block-columns {
  margin-bottom: 1.5rem;
}