.wa-mobile-only {
  > span {
    text-align: center;
  }

  form {
    display: flex;

    > * {
      flex-grow: 1;
    }
  }
}
