/* Post Section forms previously existed only to drive the hidden AJAX pager. */
.view--post-section[data-client-listing] .filter-column form {
  display: flex;
}

/* Keep the usable search/filter controls before the results on small screens. */
.view--post-section[data-client-listing] .filter-column {
  order: 0;
}

.view--post-section[data-client-listing] .view__input {
  width: 100%;
}

.view--post-section[data-client-listing] .view__button--submit {
  display: block;
  margin: 0;
  padding: .5625rem;
}

@media (max-width: 48em) {
  .view[data-client-listing] .filter-column::before {
    left: calc(50% - 50vw);
  }
}
