.fm2-search-form-wrapper {
  max-width: 100%;
}

.fm2-search-form .search-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 768px) {
  .fm2-search-form .search-form-row {
    grid-template-columns: 1fr;
  }
}
