.condlistto-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}

.condlistto-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.condlistto-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

.condlistto-card-body {
  padding: 12px;
}

.condlistto-price {
  color: #1d4ed8;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 6px;
}

.condlistto-meta {
  color: #6b7280;
  font-size: 0.9rem;
}

.condlistto-pagination {
  margin-top: 14px;
  color: #4b5563;
}

.condlistto-detail .condlistto-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.condlistto-detail .condlistto-gallery img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 8px;
}

.condlistto-error {
  color: #b91c1c;
}

.condlistto-empty {
  color: #6b7280;
}
