.search-by-location-in-results {
  display: flex;
  flex-direction: row !important;
  justify-content: space-between !important;
}

.search-results-component {
  margin: 8.8rem auto;
}

.search-results-container hr {
  margin-bottom: 2.4rem;
}
.search-results-container-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.search-results-container-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: right;
  align-items: flex-start;
  gap: 6rem;
}

.total-results {
  font-size: 2.5rem;
}

.search-results-gallery {
  width: 87.2rem;
  height: 77rem;
  padding: 7rem;

  display: flex;
  justify-content: center;
  align-items: center;
  align-content: space-between;
  flex-wrap: wrap;
  gap: 6.6rem;

  overflow-y: auto;
  overscroll-behavior-inline: contain;
}

.search-results-filter {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 3.5rem;
  font-weight: 700;
}

.search-results-filter-heading {
  font-size: 2.5rem;
  line-height: 30px;
  text-decoration-line: underline;

  color: var(--color-font-grey-dark);

  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}

.search-results-filter select {
  background: rgba(217, 217, 217, 0.15);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  border: none;
  outline: none;
  padding: 1rem 2.2rem;
  width: 90%;
}
