.points-search {
  margin-top: 2rem;
}

.points-search-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.points-search-row {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
}

.points-search-row input {
  flex: 1 1 280px;
  max-width: 420px;
}

.points-search-status {
  margin-top: 1rem;
  font-weight: 600;
}

.points-search-results {
  margin-top: 1.5rem;
}

.points-search-list {
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}

.points-search-list li {
  margin-bottom: 0.4rem;
}

.points-search-products {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.points-search-product {
  border: 1px solid #e2e2e2;
  padding: 0.75rem;
  border-radius: 8px;
  background: #fff;
}

.points-search-product img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0.5rem;
}

.points-search-product-title {
  display: block;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.points-search-product-price {
  font-size: 0.95rem;
  color: #333;
}
