.view-manage-registrations {
  .views-exposed-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    .download-csv-button {
      position: relative;
      margin-top: 42px;
      margin-bottom: 0;
      bottom: 8px;
    }

    & > * {
      width: 100%;
      max-width: 100%;

      @media screen and (min-width: 1130px) {
        width: auto;
        max-width: 20%;
      }

      @media screen and (min-width: 1340px) {
        max-width: 33%;
      }
    }
  }
}
