.offered-search-form-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 0;
  flex-wrap: wrap;
}

.offered-search-form-wrapper .form-text,
.offered-search-form-wrapper .form-select {
  margin-top: 0 !important;
  text-align: center;
}

.offered-search-form-wrapper .form-item {
  margin-right: 1rem;
  width: 100%;
  margin-bottom: 0.75rem;
}

.offered-search-form-wrapper .form-submit {
  padding: 8px 30px;
}

@media (min-width: 786px) {
  .offered-search-form-wrapper .form-item {
    margin-bottom: 0;
    width: 200px;
  }
  .offered-search-form-wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

@media (min-width: 968px) {
  .offered-search-form-wrapper .form-item {
    width: 400px;
  }
}
