/* Search page specific overrides */

.search-results > * + * {
  margin-top: var(--space-sm);
}

.section-highlight-alt {
  width: 100%;
  height: auto;
  background: #faf5f0;
  padding: 6rem 0;
}

.feature-split {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}

.feature-media{
  width: 400px;
}

.feature-text{
  max-width: 600px;
}

.store-btnn{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}


@media (max-width: 480px) {
  .search-hero{
    width: 100%;
    height: auto;
    padding: 2rem 1rem;
  }

  .section-highlight-alt {
    width: 100%;
    height: auto;
  padding: 6rem 1rem;
}

  .feature-split {
    width: 100%;
    height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}

.feature-text{
  width: fit-content;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.feature-text h2{
  text-align: center;
}

.feature-text p{
  text-align: center;
}
}