.sambareco-widget {
  margin: 2rem 0;
}

.sambareco-title {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.sambareco-status {
  font-size: 0.875rem;
  opacity: 0.75;
}

.sambareco-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
}

.sambareco-item {
  display: block;
  padding: 0.75rem;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  text-decoration: none;
  color: inherit;
  background: #fff;
}

.sambareco-item:hover {
  text-decoration: none;
}

.sambareco-image-wrap {
  display: block;
  aspect-ratio: 1 / 1;
  margin-bottom: 0.75rem;
  overflow: hidden;
}

.sambareco-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sambareco-name {
  display: block;
  min-height: 2.5em;
  font-size: 0.9375rem;
  line-height: 1.25;
}

.sambareco-price {
  display: block;
  margin-top: 0.5rem;
  font-weight: 700;
}
