.recipe-more__header {
  margin-bottom: 2.4rem;
}

.recipe-more__title {
  margin: 0;
}

.recipe-more__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recipe-more__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  justify-content: center;
  margin-top: 3.2rem;
}

.recipe-more__empty {
  color: rgba(var(--color-foreground), 0.6);
  font-style: italic;
}
