.featured-collection {
  background: var(--color-surface);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.featured-collection__footer {
  text-align: center;
  margin-top: 2.5rem;
}

.featured-collection__empty {
  text-align: center;
  color: var(--color-muted);
  padding: 2rem 0;
}
