.rh-iba-footer {
  margin-block-end: 0 !important;
  padding: 2rem 0;
}
.rh-iba-footer input,
.rh-iba-footer textarea {
  border: 0;
}
.rh-iba-footer .rh-opening-hours__item {
  justify-content: center;
}
.rh-iba-footer input[type=submit] {
  border-radius: 40px;
}
.rh-iba-footer .wp-block-rh-contact-form {
  padding: 2rem;
}
@media (min-width: 840px) {
  .rh-iba-footer .wp-block-rh-contact-form {
    margin-top: -9rem;
  }
}
.rh-iba-footer .wp-block-heading {
  margin-top: 0;
}
.rh-iba-footer textarea {
  min-height: 10em;
}
@media (min-width: 600px) and (max-width: 839px) {
  .rh-iba-footer .contact-column {
    display: flex;
    justify-content: space-between;
  }
  .rh-iba-footer .contact-column > .wp-block-group {
    flex: 0 0 calc(33.333% - 2.4rem);
  }
}
@media (min-width: 840px) {
  .rh-iba-footer {
    padding: 6rem 0 2rem;
  }
}