.form-book {
  width: 100%;
  overflow: visible;
}

.form-book__title,
.form-book__note {
  max-width: 100%;
}

.form-book__form {
  width: 100%;
  padding-bottom: 0.5rem;
  overflow: visible;
}

.cta-modal__title_rb {
  margin-bottom: 1.25rem;
}

.form-book__submit-row {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom:0.3rem !important;
  padding: 0.25rem 0.25rem 0.5rem;
  overflow: visible;
}

.form-book__submit-row .cta-modal__submit {
  flex: 0 0 auto;
  margin-top: 0;
  order: 1;
}

.form-book__response {
  flex: 1 1 auto;
  max-width: 19.875rem;
  margin: 0;
  padding-top: 0.1875rem;
  color: #29960e;
  text-align: justify;
  font-family: "Google Sans";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  order: 2;
}

.form-book__response[hidden] {
  display: none;
}

.form-book__response.is-success {
  color: #29960e;
}
.cta-booking-form .cta-modal__submit{
  margin-top: 0.75rem !important;
}

@media (max-width: 640px) {
  .form-book__submit-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.875rem;
    margin-top:0.65rem;
  }
  .cta-modal__title_rb{
      margin-bottom:0.62rem;
  }



  .form-book__submit-row .cta-modal__submit,
  .form-book__response {
    width: 100%;
  }

  .form-book__response {
    max-width: calc(100% - 11rem);
  }
}
