.ml-form-embedContainer .ml-block-form {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}

footer .ml-form-embedContainer .ml-block-form {
  justify-content: end;
}

@media (min-width: 768px) {
  .ml-form-embedContainer .ml-block-form {
    flex-direction: row;
  }
}

:not(#fakeDiv) .ml-block-form input {
  padding: 0.75rem 2rem;
}
